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) argument
173 *ispp = isp;
204 *ispp = isp;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.c1472 iscsi_static_property_t *ispp; local
2578 ispp = (iscsi_static_property_t *)kmem_alloc(
2579 sizeof (*ispp), KM_SLEEP);
2581 if (ddi_copyin((caddr_t)arg, ispp, sizeof (*ispp), mode)) {
2583 kmem_free(ispp, sizeof (*ispp));
2587 if (ispp->p_vers != ISCSI_INTERFACE_VERSION) {
2589 kmem_free(ispp, sizeof (*ispp));
[all...]
H A Discsi_sess.c382 iscsi_sess_get(uint32_t oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp) argument
388 ASSERT(ispp != NULL);
402 *ispp = isp;
2406 iscsi_sess_t **ispp)
2412 ASSERT(ispp != NULL);
2429 *ispp = isp;
2405 iscsi_sess_get_by_target(uint32_t target_oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp) argument
H A Discsi.h1295 int iscsi_sess_get(uint32_t oid, iscsi_hba_t *ihp, iscsi_sess_t **ispp);
1307 iscsi_sess_t **ispp);

Completed in 58 milliseconds