Lines Matching refs:phyint

33 struct phyint *phyints = NULL;
46 static void phyint_insert(struct phyint *pi, struct phyint_group *pg);
47 static void phyint_delete(struct phyint *pi);
48 static boolean_t phyint_is_usable(struct phyint *pi);
65 static int phyint_state_event(struct phyint_group *pg, struct phyint *pi);
68 static int phyint_group_member_event(struct phyint_group *pg, struct phyint *pi,
71 static int logint_upcount(struct phyint *pi);
89 struct phyint *
92 struct phyint *pi; in phyint_lookup()
110 static struct phyint *
111 phyint_lookup_hwaddr(struct phyint *pi, boolean_t online_only) in phyint_lookup_hwaddr()
113 struct phyint *pi2; in phyint_lookup_hwaddr()
148 struct phyint *pi = arg; in phyint_link_notify()
149 struct phyint *oduppi = NULL, *duppi = NULL; in phyint_link_notify()
201 phyint_link_init(struct phyint *pi) in phyint_link_init()
259 phyint_link_close(struct phyint *pi) in phyint_link_close()
279 struct phyint *pi; in phyint_inst_lookup()
313 phyint_insert(struct phyint *pi, struct phyint_group *pg) in phyint_insert()
369 static struct phyint *
373 struct phyint *pi; in phyint_create()
375 pi = calloc(1, sizeof (struct phyint)); in phyint_create()
421 phyint_inst_create(struct phyint *pi, int af) in phyint_inst_create()
458 phyint_chstate(struct phyint *pi, enum pi_state state) in phyint_chstate()
478 phyint_changed(struct phyint *pi) in phyint_changed()
603 struct phyint *pi; in phyint_inst_init_from_k()
1142 struct phyint *pi, *usablepi; in phyint_group_refresh_state()
1215 struct phyint *pi; in phyint_inst_update_from_k()
1327 phyint_delete(struct phyint *pi) in phyint_delete()
1330 struct phyint *pi2; in phyint_delete()
1416 phyint_offline(struct phyint *pi, uint_t minred) in phyint_offline()
1420 struct phyint *pi2; in phyint_offline()
1495 phyint_undo_offline(struct phyint *pi) in phyint_undo_offline()
1556 struct phyint *pi = pii->pii_phyint; in phyint_inst_delete()
2231 struct phyint *pi; in target_create()
2513 struct phyint *pi; in target_flush_hosts()
2642 logint_upcount(struct phyint *pi) in logint_upcount()
2680 phyint_is_functioning(struct phyint *pi) in phyint_is_functioning()
2691 phyint_is_usable(struct phyint *pi) in phyint_is_usable()
2748 ifstate(struct phyint *pi) in ifstate()
2778 iftype(struct phyint *pi) in iftype()
2790 iflinkstate(struct phyint *pi) in iflinkstate()
2802 ifprobestate(struct phyint *pi) in ifprobestate()
2834 ifflags(struct phyint *pi) in ifflags()
3065 phyint_group_member_event(struct phyint_group *pg, struct phyint *pi, in phyint_group_member_event()
3113 phyint_state_event(struct phyint_group *pg, struct phyint *pi) in phyint_state_event()
3178 struct phyint *pi; in getgroupinfo()
3309 struct phyint *pi; in getifinfo()
3423 struct phyint *pi; in getsnap()