Searched refs:ifb_name (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/net/ |
| H A D | if_bond.c | 183 char ifb_name[IFNAMSIZ]; member 716 printf("ifbond_release(%s)\n", ifb->ifb_name); in ifbond_release() 721 ifb->ifb_name); in ifbond_release() 760 printf("%s: %s msleep\n", ifb->ifb_name, msg); in ifbond_wait() 768 printf("%s: %s woke up\n", ifb->ifb_name, msg); in ifbond_wait() 789 printf("%s: %s wakeup\n", ifb->ifb_name, msg); in ifbond_signal() 1112 ifb->ifb_name, ifnet_name(port_ifp), in bond_setmulti() 1179 if ((u_int32_t)snprintf(ifb->ifb_name, sizeof(ifb->ifb_name), "%s%d", in bond_clone_create() 1180 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) { in bond_clone_create() 1189 bond_init.uniqueid = ifb->ifb_name; in bond_clone_create() [all …]
|