| /src/sys/sys/ |
| module.h | 126 LIST_ENTRY(modinfo_chain) mc_entries; member in struct:modinfo_chain 139 LIST_INSERT_HEAD(&modinfo_boot_chain, mc, mc_entries); \ 148 LIST_REMOVE(mc, mc_entries); \
|
| /src/sys/net/ |
| if_vlan.c | 129 LIST_ENTRY(vlan_mc_entry) mc_entries; 1116 LIST_INSERT_HEAD(&ifv->ifv_mc_listhead, mc, mc_entries); 1129 LIST_REMOVE(mc, mc_entries); 1162 LIST_FOREACH(mc, &ifv->ifv_mc_listhead, mc_entries) { 1181 LIST_REMOVE(mc, mc_entries); 1209 LIST_REMOVE(mc, mc_entries);
|
| /src/sys/netinet/ |
| ip_carp.c | 103 LIST_ENTRY(carp_mc_entry) mc_entries; 2334 LIST_INSERT_HEAD(&sc->carp_mc_listhead, mc, mc_entries); 2343 LIST_REMOVE(mc, mc_entries); 2378 LIST_FOREACH(mc, &sc->carp_mc_listhead, mc_entries) 2394 LIST_REMOVE(mc, mc_entries); 2416 LIST_REMOVE(mc, mc_entries);
|
| /src/sys/dev/pci/ |
| if_ti.c | 1161 SIMPLEQ_REMOVE_HEAD(&sc->ti_mc_listhead, mc_entries); 1183 SIMPLEQ_INSERT_HEAD(&sc->ti_mc_listhead, mc, mc_entries); 1193 SIMPLEQ_FOREACH(mc, &sc->ti_mc_listhead, mc_entries) 1204 SIMPLEQ_REMOVE_HEAD(&sc->ti_mc_listhead, mc_entries);
|
| if_tireg.h | 1072 SIMPLEQ_ENTRY(ti_mc_entry) mc_entries; member in struct:ti_mc_entry
|
| /src/sys/rump/librump/rumpkern/ |
| rump.c | 530 LIST_REMOVE(mc, mc_entries);
|