Lines Matching refs:phyint
154 struct phyint *pg_phyint; /* List of phyints in this group */
182 struct phyint { struct
187 struct phyint *pi_next; /* List of all phyints */ argument
188 struct phyint *pi_prev; /* List of all phyints */ argument
189 struct phyint *pi_pgnext; /* List of phyints in this group */ argument
190 struct phyint *pi_pgprev; /* List of phyints in this group */ argument
230 struct phyint *pii_phyint; /* Back pointer to the phyint */
400 extern struct phyint *phyints; /* List of all phyints */
412 extern struct phyint *phyint_lookup(const char *name);
421 extern void phyint_changed(struct phyint *pi);
422 extern void phyint_chstate(struct phyint *pi, enum pi_state state);
429 extern void phyint_standby_refresh_inactive(struct phyint *pi);
430 extern void phyint_check_for_repair(struct phyint *pi);
431 extern void phyint_transition_to_running(struct phyint *pi);
432 extern void phyint_activate_another(struct phyint *pi);
433 extern int phyint_offline(struct phyint *pi, unsigned int);
434 extern int phyint_undo_offline(struct phyint *pi);
435 extern boolean_t phyint_is_functioning(struct phyint *pi);
460 extern void reset_crtt_all(struct phyint *pi);
465 extern void stop_probing(struct phyint *pi);
468 extern boolean_t change_pif_flags(struct phyint *pi, uint64_t set,