Searched refs:persistent_disc_addr_next (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h74 boolean_t persistent_disc_addr_next(void **v, entry_t *e);
H A Dpersistent.c86 * into an infinite loop while doing persistent_disc_addr_next if we
92 while (persistent_disc_addr_next(&void_p, &e) == B_TRUE) {
104 while (persistent_disc_addr_next(&void_p, &e) ==
146 * into an infinite loop while doing persistent_disc_addr_next if we
605 * persistent_disc_addr_next -- get the next iSCSI discovery node's address
716 * persistent_disc_addr_next -- get the next iSCSI discovery node's address
730 persistent_disc_addr_next(void **v, entry_t *e) function
1270 while (persistent_disc_addr_next(&v, entry) == B_TRUE) {
H A Discsid.c1761 while (persistent_disc_addr_next(&v, &entry) == B_TRUE) {
H A Discsi.c2981 while (persistent_disc_addr_next(&void_p, &e) == B_TRUE) {

Completed in 59 milliseconds