Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipd/common/
H A Dlibipd.c128 ipd_status_read(int fd, ipd_stathdl_t *ispp) in ipd_status_read() argument
173 *ispp = isp; in ipd_status_read()
204 *ispp = isp; in ipd_status_read()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c1471 iscsi_static_property_t *ispp; in iscsi_ioctl() local
2578 sizeof (*ispp), KM_SLEEP); in iscsi_ioctl()
2580 if (ddi_copyin((caddr_t)arg, ispp, sizeof (*ispp), mode)) { in iscsi_ioctl()
2582 kmem_free(ispp, sizeof (*ispp)); in iscsi_ioctl()
2588 kmem_free(ispp, sizeof (*ispp)); in iscsi_ioctl()
2600 if (ispp->p_oid == e.e_oid) { in iscsi_ioctl()
2615 ispp->p_name_len = in iscsi_ioctl()
2616 strlen((char *)ispp->p_name); in iscsi_ioctl()
2618 ispp->p_addr_list.al_out_cnt = 1; in iscsi_ioctl()
2628 sizeof (*ispp), mode); in iscsi_ioctl()
[all …]
H A Discsi_sess.c382 iscsi_sess_get(uint32_t oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp) in iscsi_sess_get() argument
388 ASSERT(ispp != NULL); in iscsi_sess_get()
402 *ispp = isp; in iscsi_sess_get()
2406 iscsi_sess_t **ispp) in iscsi_sess_get_by_target() argument
2412 ASSERT(ispp != NULL); in iscsi_sess_get_by_target()
2429 *ispp = isp; in iscsi_sess_get_by_target()
H A Discsi.h1298 int iscsi_sess_get(uint32_t oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp);
1310 iscsi_sess_t **ispp);