Home
last modified time | relevance | path

Searched refs:ifb_name (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.1.13/bsd/net/
H A Dif_bond.c181 char ifb_name[IFNAMSIZ]; member
714 printf("ifbond_release(%s)\n", ifb->ifb_name); in ifbond_release()
719 ifb->ifb_name); in ifbond_release()
758 printf("%s: %s msleep\n", ifb->ifb_name, msg); in ifbond_wait()
766 printf("%s: %s woke up\n", ifb->ifb_name, msg); in ifbond_wait()
787 printf("%s: %s wakeup\n", ifb->ifb_name, msg); in ifbond_signal()
1110 ifb->ifb_name, ifnet_name(port_ifp), in bond_setmulti()
1177 if ((u_int32_t)snprintf(ifb->ifb_name, sizeof(ifb->ifb_name), "%s%d", in bond_clone_create()
1178 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) { in bond_clone_create()
1187 bond_init.uniqueid = ifb->ifb_name; in bond_clone_create()
[all …]