Home
last modified time | relevance | path

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

/titanic_44/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) in persistent_chap_set()
984 (void *)chap, sizeof (iscsi_chap_props_t)); in persistent_chap_set()
994 persistent_chap_get(char *node, iscsi_chap_props_t *chap) in persistent_chap_get()
1013 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap) in persistent_chap_next()
1205 iscsi_chap_props_t *chap; in persistent_dump_data()
1398 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.c1477 iscsi_chap_props_t *chap = NULL; in iscsi_ioctl()
2343 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
2401 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
2451 iscsi_chap_props_t *chap = NULL; in iscsi_ioctl()
2452 chap = (iscsi_chap_props_t *)kmem_zalloc in iscsi_ioctl()
2453 (sizeof (iscsi_chap_props_t), KM_SLEEP); in iscsi_ioctl()
2484 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsi_ioctl()
H A Discsid.c1993 iscsi_chap_props_t *chap = NULL; in iscsid_set_default_initiator_node_settings()
2038 chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap), in iscsid_set_default_initiator_node_settings()
/titanic_44/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h348 } iscsi_chap_props_t; typedef
640 iscsi_chap_props_t ini_chap;
641 iscsi_chap_props_t tgt_chap;
/titanic_44/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()
/titanic_44/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h323 } iscsi_chap_props_t; typedef
/titanic_44/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()