Home
last modified time | relevance | path

Searched refs:iscsiConnProps (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c2329 iscsi_conn_props_t *iscsiConnProps; in getConnProps() local
2338 iscsiConnProps = (iscsi_conn_props_t *)calloc(1, in getConnProps()
2339 sizeof (*iscsiConnProps)); in getConnProps()
2341 if (iscsiConnProps == NULL) { in getConnProps()
2346 iscsiConnProps->cp_vers = ISCSI_INTERFACE_VERSION; in getConnProps()
2347 iscsiConnProps->cp_oid = pConn->c_oid; in getConnProps()
2348 iscsiConnProps->cp_cid = pConn->c_cid; in getConnProps()
2349 iscsiConnProps->cp_sess_oid = pConn->c_sess_oid; in getConnProps()
2352 if (ioctl(fd, ISCSI_CONN_PROPS_GET, iscsiConnProps) != 0) { in getConnProps()
2356 free(iscsiConnProps); in getConnProps()
[all …]