Searched refs:iscsi_chap_props_t (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h85 boolean_t persistent_chap_set(char *node, iscsi_chap_props_t *chap);
86 boolean_t persistent_chap_get(char *node, iscsi_chap_props_t *chap);
88 iscsi_chap_props_t *chap);
H A Dpersistent.c978 persistent_chap_set(char *node, iscsi_chap_props_t *chap)
984 (void *)chap, sizeof (iscsi_chap_props_t));
994 persistent_chap_get(char *node, iscsi_chap_props_t *chap)
1013 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap)
1205 iscsi_chap_props_t *chap;
1398 chap = (iscsi_chap_props_t *)kmem_alloc(sizeof (*chap), KM_SLEEP);
H A Discsi_ioctl.c773 iscsi_chap_props_t *chap;
792 chap = kmem_zalloc(sizeof (iscsi_chap_props_t),
829 kmem_free(chap, sizeof (iscsi_chap_props_t));
H A Discsi_sess.c690 iscsi_chap_props_t *chap = NULL;
733 chap = (iscsi_chap_props_t *)kmem_zalloc
734 (sizeof (iscsi_chap_props_t), KM_SLEEP);
754 kmem_free(chap, sizeof (iscsi_chap_props_t));
807 kmem_free(chap, sizeof (iscsi_chap_props_t));
H A Discsi.c1477 iscsi_chap_props_t *chap = NULL;
2343 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
2401 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
2451 iscsi_chap_props_t *chap = NULL;
2452 chap = (iscsi_chap_props_t *)kmem_zalloc
2453 (sizeof (iscsi_chap_props_t), KM_SLEEP);
2484 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
H A Discsid.c1993 iscsi_chap_props_t *chap = NULL;
2038 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h348 } iscsi_chap_props_t; typedef in typeref:struct:chap_props
640 iscsi_chap_props_t ini_chap;
641 iscsi_chap_props_t tgt_chap;
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c538 iscsi_chap_props_t chap_p;
549 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
1044 iscsi_chap_props_t chap_p;
1063 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
2995 iscsi_chap_props_t chap_p;
3015 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h323 } iscsi_chap_props_t; typedef in typeref:struct:chap_props
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c2195 iscsi_chap_props_t chap_p;
2203 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
2250 iscsi_chap_props_t chap_p;
2265 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));

Completed in 85 milliseconds