Home
last modified time | relevance | path

Searched refs:persistent_chap_next (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h87 boolean_t persistent_chap_next(void **v, char *node,
H A Dpersistent.c1023 persistent_chap_next(void **v, char *node, iscsi_chap_props_t *chap) in persistent_chap_next() function
1412 while (persistent_chap_next(&v, name, chap) == B_TRUE) { in persistent_dump_data()