Searched refs:iscsi_auth_props_t (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h94 boolean_t persistent_auth_set(char *node, iscsi_auth_props_t *auth);
95 boolean_t persistent_auth_get(char *node, iscsi_auth_props_t *auth);
97 iscsi_auth_props_t *auth);
H A Dpersistent.c1095 persistent_auth_set(char *node, iscsi_auth_props_t *auth)
1101 (void *)auth, sizeof (iscsi_auth_props_t));
1112 persistent_auth_get(char *node, iscsi_auth_props_t *auth)
1133 persistent_auth_next(void **v, char *node, iscsi_auth_props_t *auth)
1206 iscsi_auth_props_t *auth;
1410 auth = (iscsi_auth_props_t *)kmem_alloc(sizeof (*auth), KM_SLEEP);
H A Discsi_ioctl.c774 iscsi_auth_props_t *auth;
832 auth = kmem_zalloc(sizeof (iscsi_auth_props_t),
845 kmem_free(auth, sizeof (iscsi_auth_props_t));
H A Discsi_sess.c691 iscsi_auth_props_t *auth = NULL;
710 auth = (iscsi_auth_props_t *)kmem_zalloc
711 (sizeof (iscsi_auth_props_t), KM_SLEEP);
757 kmem_free(auth, sizeof (iscsi_auth_props_t));
804 kmem_free(auth, sizeof (iscsi_auth_props_t));
H A Discsi.c1479 iscsi_auth_props_t *auth = NULL;
3620 auth = (iscsi_auth_props_t *)kmem_zalloc(sizeof (*auth),
3689 auth = (iscsi_auth_props_t *)kmem_zalloc(sizeof (*auth),
3747 auth = (iscsi_auth_props_t *)kmem_alloc(sizeof (*auth),
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h368 } iscsi_auth_props_t; typedef in typeref:struct:auth_props
639 iscsi_auth_props_t auth;
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dsun_ima.c949 iscsi_auth_props_t auth;
955 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
982 iscsi_auth_props_t auth;
988 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
1043 iscsi_auth_props_t auth_p;
1080 (void) memset(&auth_p, 0, sizeof (iscsi_auth_props_t));
2376 iscsi_auth_props_t auth;
2381 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
2425 iscsi_auth_props_t auth;
2431 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
[all...]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h343 } iscsi_auth_props_t; typedef in typeref:struct:auth_props
/illumos-gate/usr/src/lib/libsun_ima/common/
H A Dima.c2645 iscsi_auth_props_t auth;
2652 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));
2692 iscsi_auth_props_t auth;
2705 (void) memset(&auth, 0, sizeof (iscsi_auth_props_t));

Completed in 80 milliseconds