Home
last modified time | relevance | path

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.c988 persistent_chap_set(char *node, iscsi_chap_props_t *chap) in persistent_chap_set()
994 (void *)chap, sizeof (iscsi_chap_props_t)); in persistent_chap_set()
1004 persistent_chap_get(char *node, iscsi_chap_props_t *chap) in persistent_chap_get()
1023 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap) in persistent_chap_next()
1215 iscsi_chap_props_t *chap; in persistent_dump_data()
1408 chap = (iscsi_chap_props_t *)kmem_alloc(sizeof (*chap), KM_SLEEP); in persistent_dump_data()
H A Discsi_sess.c690 iscsi_chap_props_t *chap = NULL; in iscsi_sess_set_auth()
733 chap = (iscsi_chap_props_t *)kmem_zalloc in iscsi_sess_set_auth()
734 (sizeof (iscsi_chap_props_t), KM_SLEEP); in iscsi_sess_set_auth()
754 kmem_free(chap, sizeof (iscsi_chap_props_t)); in iscsi_sess_set_auth()
807 kmem_free(chap, sizeof (iscsi_chap_props_t)); in iscsi_sess_set_auth()
H A Discsi_ioctl.c773 iscsi_chap_props_t *chap; in iscsi_set_params()
792 chap = kmem_zalloc(sizeof (iscsi_chap_props_t), in iscsi_set_params()
829 kmem_free(chap, sizeof (iscsi_chap_props_t)); in iscsi_set_params()
H A Discsi.c1476 iscsi_chap_props_t *chap = NULL; in iscsi_ioctl()
2342 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
2400 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
2450 iscsi_chap_props_t *chap = NULL; in iscsi_ioctl()
2451 chap = (iscsi_chap_props_t *)kmem_zalloc in iscsi_ioctl()
2452 (sizeof (iscsi_chap_props_t), KM_SLEEP); in iscsi_ioctl()
2483 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
H A Discsid.c2007 iscsi_chap_props_t *chap = NULL; in iscsid_set_default_initiator_node_settings()
2052 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsid_set_default_initiator_node_settings()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h349 } iscsi_chap_props_t; typedef
641 iscsi_chap_props_t ini_chap;
642 iscsi_chap_props_t tgt_chap;
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c538 iscsi_chap_props_t chap_p; in SUN_IMA_SetTargetAuthParams()
549 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t)); in SUN_IMA_SetTargetAuthParams()
1044 iscsi_chap_props_t chap_p; in SUN_IMA_RemoveTargetParam()
1063 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t)); in SUN_IMA_RemoveTargetParam()
2995 iscsi_chap_props_t chap_p; in SUN_IMA_GetTargetAuthParms()
3015 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t)); in SUN_IMA_GetTargetAuthParms()
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h323 } iscsi_chap_props_t; typedef
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c2195 iscsi_chap_props_t chap_p; in IMA_GetInitiatorAuthParms()
2203 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t)); in IMA_GetInitiatorAuthParms()
2250 iscsi_chap_props_t chap_p; in IMA_SetInitiatorAuthParms()
2265 (void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t)); in IMA_SetInitiatorAuthParms()