Symbol: iscsi_chap_props_t
usr/src/cmd/iscsiadm/sun_ima.c
1044
iscsi_chap_props_t chap_p;
usr/src/cmd/iscsiadm/sun_ima.c
1063
(void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
usr/src/cmd/iscsiadm/sun_ima.c
2995
iscsi_chap_props_t chap_p;
usr/src/cmd/iscsiadm/sun_ima.c
3015
(void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
usr/src/cmd/iscsiadm/sun_ima.c
538
iscsi_chap_props_t chap_p;
usr/src/cmd/iscsiadm/sun_ima.c
549
(void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
usr/src/lib/libsun_ima/common/ima.c
2195
iscsi_chap_props_t chap_p;
usr/src/lib/libsun_ima/common/ima.c
2203
(void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
usr/src/lib/libsun_ima/common/ima.c
2250
iscsi_chap_props_t chap_p;
usr/src/lib/libsun_ima/common/ima.c
2265
(void) memset(&chap_p, 0, sizeof (iscsi_chap_props_t));
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
1476
iscsi_chap_props_t *chap = NULL;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2342
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2400
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2450
iscsi_chap_props_t *chap = NULL;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2451
chap = (iscsi_chap_props_t *)kmem_zalloc
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2452
(sizeof (iscsi_chap_props_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi.c
2483
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
773
iscsi_chap_props_t *chap;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
792
chap = kmem_zalloc(sizeof (iscsi_chap_props_t),
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_ioctl.c
829
kmem_free(chap, sizeof (iscsi_chap_props_t));
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
690
iscsi_chap_props_t *chap = NULL;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
733
chap = (iscsi_chap_props_t *)kmem_zalloc
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
734
(sizeof (iscsi_chap_props_t), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
754
kmem_free(chap, sizeof (iscsi_chap_props_t));
usr/src/uts/common/io/scsi/adapters/iscsi/iscsi_sess.c
807
kmem_free(chap, sizeof (iscsi_chap_props_t));
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2007
iscsi_chap_props_t *chap = NULL;
usr/src/uts/common/io/scsi/adapters/iscsi/iscsid.c
2052
chap = (iscsi_chap_props_t *)kmem_zalloc(sizeof (*chap),
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1004
persistent_chap_get(char *node, iscsi_chap_props_t *chap)
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1023
persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap)
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1215
iscsi_chap_props_t *chap;
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
1408
chap = (iscsi_chap_props_t *)kmem_alloc(sizeof (*chap), KM_SLEEP);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
988
persistent_chap_set(char *node, iscsi_chap_props_t *chap)
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.c
994
(void *)chap, sizeof (iscsi_chap_props_t));
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.h
85
boolean_t persistent_chap_set(char *node, iscsi_chap_props_t *chap);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.h
86
boolean_t persistent_chap_get(char *node, iscsi_chap_props_t *chap);
usr/src/uts/common/io/scsi/adapters/iscsi/persistent.h
88
iscsi_chap_props_t *chap);
usr/src/uts/common/sys/scsi/adapters/iscsi_if.h
641
iscsi_chap_props_t ini_chap;
usr/src/uts/common/sys/scsi/adapters/iscsi_if.h
642
iscsi_chap_props_t tgt_chap;