Searched refs:iscsi_conn_list_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_ioctl.c85 iscsi_conn_list_t *
88 iscsi_conn_list_t *cl_tmp;
89 iscsi_conn_list_t *cl = NULL;
94 cl_tmp = (iscsi_conn_list_t *)kmem_zalloc(sizeof (*cl_tmp), KM_SLEEP);
105 cl = (iscsi_conn_list_t *)kmem_zalloc(alloc_len,
118 iscsi_ioctl_conn_oid_list_get_copyout(iscsi_conn_list_t *cl, caddr_t arg,
144 iscsi_ioctl_conn_oid_list_get(iscsi_hba_t *ihp, iscsi_conn_list_t *cl)
H A Discsi.h1346 iscsi_conn_list_t *iscsi_ioctl_conn_oid_list_get_copyin(caddr_t, int);
1347 int iscsi_ioctl_conn_oid_list_get_copyout(iscsi_conn_list_t *, caddr_t, int);
1349 iscsi_conn_list_t *cl);
H A Discsi.c3477 iscsi_conn_list_t *cl;
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c120 iscsi_conn_list_t **ppConnList);
1382 iscsi_conn_list_t *iscsiConnList = NULL;
1438 iscsi_conn_list_t *pConnList;
2225 iscsi_conn_list_t **ppConnList
2228 iscsi_conn_list_t *iscsiConnList = NULL;
2242 iscsiConnList = (iscsi_conn_list_t *)calloc(1,
2243 sizeof (iscsi_conn_list_t));
2274 allocLen = sizeof (iscsi_conn_list_t);
2276 iscsiConnList = (iscsi_conn_list_t *)calloc(1, allocLen);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h527 } iscsi_conn_list_t; typedef in typeref:struct:iscsi_conn_list
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h502 } iscsi_conn_list_t; typedef in typeref:struct:iscsi_conn_list

Completed in 91 milliseconds