Home
last modified time | relevance | path

Searched defs:phyint_group (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h152 struct phyint_group { struct
155 struct phyint_group *pg_next; /* Next phyint group */ argument
156 struct phyint_group *pg_prev; /* Prev phyint group */ argument
157 uint64_t pg_sig; /* Current signature of this group */
158 int pg_probeint; /* Interval between probes */
159 int pg_fdt; /* Time needed to detect failure */
160 enum pg_state pg_state; /* Current group state */
161 boolean_t pg_in_use; /* To detect removed groups */
162 struct addrlist *pg_addrs; /* Data addresses in this group */
186 struct phyint_group *pi_group; /* Pointer to the group */ argument