iscsi_conn_list_t
iscsi_conn_list_t **ppConnList);
iscsi_conn_list_t *iscsiConnList = NULL;
iscsi_conn_list_t *pConnList;
iscsi_conn_list_t **ppConnList
iscsi_conn_list_t *iscsiConnList = NULL;
iscsiConnList = (iscsi_conn_list_t *)calloc(1,
sizeof (iscsi_conn_list_t));
allocLen = sizeof (iscsi_conn_list_t);
iscsiConnList = (iscsi_conn_list_t *)calloc(1, allocLen);
iscsi_conn_list_t *cl;
iscsi_conn_list_t *iscsi_ioctl_conn_oid_list_get_copyin(caddr_t, int);
int iscsi_ioctl_conn_oid_list_get_copyout(iscsi_conn_list_t *, caddr_t, int);
iscsi_conn_list_t *cl);
cl = (iscsi_conn_list_t *)kmem_zalloc(alloc_len,
iscsi_ioctl_conn_oid_list_get_copyout(iscsi_conn_list_t *cl, caddr_t arg,
iscsi_ioctl_conn_oid_list_get(iscsi_hba_t *ihp, iscsi_conn_list_t *cl)
iscsi_conn_list_t *
iscsi_conn_list_t *cl_tmp;
iscsi_conn_list_t *cl = NULL;
cl_tmp = (iscsi_conn_list_t *)kmem_zalloc(sizeof (*cl_tmp), KM_SLEEP);