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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h64 boolean_t persistent_static_addr_next(void **v, char *node, entry_t *e);
H A Dpersistent.c153 while (persistent_static_addr_next(&void_p, target_name, &e) ==
164 while ((persistent_static_addr_next(
449 * persistent_static_addr_next -- get the next target's hostname, IP address,
463 persistent_static_addr_next(void **v, char *target_name, entry_t *e) function
509 while (persistent_static_addr_next(
1251 while (persistent_static_addr_next(&v, name, entry) == B_TRUE) {
H A Discsi.c2172 while (persistent_static_addr_next(&v,
2598 while (persistent_static_addr_next(&v,
2663 while (persistent_static_addr_next(&v, (char *)name,
2751 while (persistent_static_addr_next(&v,
H A Discsid.c1711 while (persistent_static_addr_next(&v, name, &entry) ==

Completed in 59 milliseconds