Searched refs:SLIST_REMOVE (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.c154 SLIST_REMOVE(&dll_chain, b, dll, next);
/freebsd-11-stable/sys/dev/acpica/Osd/
H A DOsdInterrupt.c172 SLIST_REMOVE(&acpi_intr_list, ai, acpi_intr, ai_link);
200 SLIST_REMOVE(&acpi_intr_list, ai, acpi_intr, ai_link);
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Drcfile.c129 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next);
184 SLIST_REMOVE(&rcp->rf_sect, rsp, rcsection, rs_next);
229 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);
/freebsd-11-stable/sys/dev/etherswitch/
H A Dmiiproxy.c189 SLIST_REMOVE(&rendezvoushead, e, rendezvous_entry, entries);
216 SLIST_REMOVE(&rendezvoushead, e, rendezvous_entry, entries);
/freebsd-11-stable/usr.sbin/config/
H A Dconfig.y175 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
481 SLIST_REMOVE(list, op, opt, op_next);
/freebsd-11-stable/sys/kern/
H A Dkern_et.c112 SLIST_REMOVE(&eventtimers, et, eventtimer, et_all);
H A Dimgact_binmisc.c292 SLIST_REMOVE(&interpreter_list, ibe, imgact_binmisc_entry, link);
741 SLIST_REMOVE(&interpreter_list, ibe, imgact_binmisc_entry,
/freebsd-11-stable/sys/vm/
H A Duma_int.h138 SLIST_REMOVE(&(h)->uh_slab_hash[UMA_HASH((h), \
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_rcfile.c104 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next);
/freebsd-11-stable/share/man/man3/
H A DMakefile106 queue.3 SLIST_REMOVE.3 \
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c168 SLIST_REMOVE(&msgreg_list, d, msgreg, link);
202 SLIST_REMOVE(&datareg_list, d, datareg, link);
220 SLIST_REMOVE(&msgreg_list, m, msgreg, link);
230 SLIST_REMOVE(&datareg_list, d, datareg, link);
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c275 SLIST_REMOVE(head, ste, _Elftc_String_Table_Entry,
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrap.c744 SLIST_REMOVE(&target_addresslist, addrs, target_address, ta);
811 SLIST_REMOVE(&target_paramlist, param, target_param, tp);
876 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn);
H A Dmain.c2679 SLIST_REMOVE(&usm_userlist, uuser, usm_user, up);
2788 SLIST_REMOVE(&user->group->group_users, user, vacm_user, vvg);
2790 SLIST_REMOVE(&vacm_grouplist, user->group,
2796 SLIST_REMOVE(&vacm_userlist, user, vacm_user, vvu);
2824 SLIST_REMOVE(&user->group->group_users, user, vacm_user, vvg);
3032 SLIST_REMOVE(&vacm_viewlist, view, vacm_view, vvl);
3108 SLIST_REMOVE(&vacm_contextlist, ctx, vacm_context, vcl);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvtd.c671 SLIST_REMOVE(&domhead, dom, domain, next);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.h191 SLIST_REMOVE(CHN_HEAD(x, z), y, pcm_channel, CHN_LINK(z))
/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c343 SLIST_REMOVE(&cache, np, catentry, list);
/freebsd-11-stable/usr.bin/systat/
H A Difstat.c298 SLIST_REMOVE(&curlist, ifp, if_stat, link);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dsys-queue.h57 #undef SLIST_REMOVE macro
235 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/freebsd-11-stable/sys/dev/ixl/
H A Dixlvc.c637 SLIST_REMOVE(sc->vlan_filters, f, ixlv_vlan_filter, next);
755 SLIST_REMOVE(sc->mac_filters, f, ixlv_mac_filter, next);
/freebsd-11-stable/sys/dev/kbdmux/
H A Dkbdmux.c319 SLIST_REMOVE(&state->ks_kbds, k, kbdmux_kbd, next);
1109 SLIST_REMOVE(&state->ks_kbds, k, kbdmux_kbd, next);
/freebsd-11-stable/sys/net/
H A Dif_lagg.c552 SLIST_REMOVE(&V_lagg_list, sc, lagg_softc, sc_entries);
828 SLIST_REMOVE(&sc->sc_ports, lp, lagg_port, lp_entries);
1552 SLIST_REMOVE(&lp->lp_mc_head, mc, lagg_mc, mc_entries);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h191 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_dummynet.c739 SLIST_REMOVE(h, fs, dn_fsk, sch_chain);
1279 SLIST_REMOVE(&dn_cfg.fsu, fs, dn_fsk, sch_chain);
2657 SLIST_REMOVE(&dn_cfg.schedlist, r, dn_alg, next);
2771 SLIST_REMOVE(&dn_cfg.aqmlist, r, dn_aqm, next);
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c118 SLIST_REMOVE(&head, km, keymap, entries);

Completed in 221 milliseconds

123