ib_dm_srv_t
ib_dm_srv_t ioc_svc;
ib_dm_ioc_ctrl_profile_t *, ib_dm_srv_t *);
ib_dm_ioc_ctrl_profile_t *, ib_dm_srv_t *);
length = profile->ioc_service_entries * sizeof (ib_dm_srv_t);
ib_dm_srv_t *srv_ents;
ibdm_dump_service_entries(ib_dm_srv_t *srv_ents)
kmem_zalloc(sizeof (ib_dm_srv_t) * svc_entries, KM_SLEEP);
sizeof (ib_dm_srv_t) * svc_entries);
kmem_free(ioc->ii_srvcs, sizeof (ib_dm_srv_t) *
ib_dm_srv_t *services)
sizeof (ib_dm_srv_t));
sizeof (ib_dm_srv_t), KM_SLEEP);
bcopy(services, ioc->ii_srvcs, sizeof (ib_dm_srv_t) *
ib_dm_srv_t *to_svcp;
ib_dm_srv_t *from_svcp;
to_svcp = (ib_dm_srv_t *)msg->im_msgbufs_send.im_bufs_cl_data;
bcopy(from_svcp, to_svcp, sizeof (ib_dm_srv_t) * (hi - low + 1));
ib_dm_srv_t *services)
ib_dm_srv_t se_attr;
#define IBDM_IN_IBMFMSG2SRVENT(msg) (ib_dm_srv_t *)\
void ibdm_dump_service_entries(ib_dm_srv_t *);
ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services);
ib_dm_ioc_ctrl_profile_t *profile, ib_dm_srv_t *services);
ib_dm_srv_t *ii_srvcs;