Home
last modified time | relevance | path

Searched refs:SLIST_REMOVE (Results 1 – 25 of 60) sorted by relevance

123

/NextBSD/sys/netinet/
HDtcp_lro.c209 SLIST_REMOVE(&lc->lro_active, le, lro_entry, next); in tcp_lro_flush_inactive()
505 SLIST_REMOVE(&lc->lro_active, le, lro_entry, next); in tcp_lro_rx()
514 SLIST_REMOVE(&lc->lro_active, le, lro_entry, next); in tcp_lro_rx()
563 SLIST_REMOVE(&lc->lro_active, le, lro_entry, next); in tcp_lro_rx()
/NextBSD/sys/dev/acpica/Osd/
HDOsdInterrupt.c172 SLIST_REMOVE(&acpi_intr_list, ai, acpi_intr, ai_link); in AcpiOsInstallInterruptHandler()
200 SLIST_REMOVE(&acpi_intr_list, ai, acpi_intr, ai_link); in AcpiOsRemoveInterruptHandler()
/NextBSD/contrib/smbfs/lib/smb/
HDrcfile.c128 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next); in rc_close()
175 SLIST_REMOVE(&rcp->rf_sect, rsp, rcsection, rs_next); in rc_freesect()
220 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);
/NextBSD/usr.sbin/config/
HDconfig.y174 SLIST_REMOVE(&cputype, cp, cputype, cpu_next);
465 SLIST_REMOVE(list, op, opt, op_next); in rmopt_schedule()
/NextBSD/sys/dev/etherswitch/
HDmiiproxy.c189 SLIST_REMOVE(&rendezvoushead, e, rendezvous_entry, entries); in rendezvous_unregister_proxy()
216 SLIST_REMOVE(&rendezvoushead, e, rendezvous_entry, entries); in rendezvous_unregister_target()
/NextBSD/sys/dev/sound/pcm/
HDsndstat.c305 SLIST_REMOVE(&sndstat_devlist, ent, sndstat_entry, link); in sndstat_unregister()
325 SLIST_REMOVE(&sndstat_devlist, ent, sndstat_entry, link); in sndstat_unregisterfile()
HDchannel.h191 SLIST_REMOVE(CHN_HEAD(x, z), y, pcm_channel, CHN_LINK(z))
/NextBSD/sys/netinet/libalias/
HDalias_mod.c154 SLIST_REMOVE(&dll_chain, b, dll, next); in detach_dll()
/NextBSD/sys/kern/
HDkern_et.c112 SLIST_REMOVE(&eventtimers, et, eventtimer, et_all); in et_deregister()
HDimgact_binmisc.c293 SLIST_REMOVE(&interpreter_list, ibe, imgact_binmisc_entry, link); in imgact_binmisc_remove_entry()
742 SLIST_REMOVE(&interpreter_list, ibe, imgact_binmisc_entry, in imgact_binmisc_fini()
/NextBSD/contrib/bsnmp/snmpd/
HDtrap.c753 SLIST_REMOVE(&target_addresslist, addrs, target_address, ta); in target_delete_address()
820 SLIST_REMOVE(&target_paramlist, param, target_param, tp); in target_delete_param()
885 SLIST_REMOVE(&target_notifylist, notify, target_notify, tn); in target_delete_notify()
HDmain.c2849 SLIST_REMOVE(&usm_userlist, uuser, usm_user, up); in usm_delete_user()
2958 SLIST_REMOVE(&user->group->group_users, user, vacm_user, vvg); in vacm_delete_user()
2960 SLIST_REMOVE(&vacm_grouplist, user->group, in vacm_delete_user()
2966 SLIST_REMOVE(&vacm_userlist, user, vacm_user, vvu); in vacm_delete_user()
2994 SLIST_REMOVE(&user->group->group_users, user, vacm_user, vvg); in vacm_user_set_group()
3202 SLIST_REMOVE(&vacm_viewlist, view, vacm_view, vvl); in vacm_delete_view()
3278 SLIST_REMOVE(&vacm_contextlist, ctx, vacm_context, vcl); in vacm_flush_contexts()
/NextBSD/usr.sbin/bsnmpd/modules/snmp_netgraph/
HDsnmp_netgraph.c168 SLIST_REMOVE(&msgreg_list, d, msgreg, link); in ng_unregister_cookie()
202 SLIST_REMOVE(&datareg_list, d, datareg, link); in ng_unregister_hook()
220 SLIST_REMOVE(&msgreg_list, m, msgreg, link); in ng_unregister_module()
230 SLIST_REMOVE(&datareg_list, d, datareg, link); in ng_unregister_module()
/NextBSD/sys/vm/
HDuma_int.h133 SLIST_REMOVE(&(h)->uh_slab_hash[UMA_HASH((h), \
/NextBSD/contrib/elftoolchain/libelftc/
HDelftc_string_table.c276 SLIST_REMOVE(head, ste, _Elftc_String_Table_Entry, in elftc_string_table_image()
/NextBSD/crypto/openssh/openbsd-compat/
HDsys-queue.h57 #undef SLIST_REMOVE
235 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/NextBSD/share/man/man3/
HDMakefile101 queue.3 SLIST_REMOVE.3 \
/NextBSD/lib/libc/nls/
HDmsgcat.c347 SLIST_REMOVE(&cache, np, catentry, list); in catclose()
/NextBSD/usr.sbin/nandsim/
HDnandsim_rcfile.c104 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next); in rc_close()
/NextBSD/sys/net/
HDif_lagg.c553 SLIST_REMOVE(&V_lagg_list, sc, lagg_softc, sc_entries); in lagg_clone_destroy()
914 SLIST_REMOVE(&sc->sc_ports, lp, lagg_port, lp_entries); in lagg_port_destroy()
945 SLIST_REMOVE(&sc->sc_llq_head, llq, lagg_llq, in lagg_port_destroy()
1597 SLIST_REMOVE(&lp->lp_mc_head, mc, lagg_mc, mc_entries); in lagg_ether_cmdmulti()
/NextBSD/sys/dev/ixl/
HDixlvc.c627 SLIST_REMOVE(sc->vlan_filters, f, ixlv_vlan_filter, next); in ixlv_del_vlans()
752 SLIST_REMOVE(sc->mac_filters, f, ixlv_mac_filter, next); in ixlv_del_ether_filters()
/NextBSD/sys/dev/kbdmux/
HDkbdmux.c300 SLIST_REMOVE(&state->ks_kbds, k, kbdmux_kbd, next); in kbdmux_kbd_event()
1040 SLIST_REMOVE(&state->ks_kbds, k, kbdmux_kbd, next); in kbdmux_ioctl()
/NextBSD/sys/amd64/vmm/intel/
HDvtd.c671 SLIST_REMOVE(&domhead, dom, domain, next); in vtd_destroy_domain()
/NextBSD/sys/rpc/rpcsec_gss/
HDsvc_rpcsec_gss.c217 SLIST_REMOVE(&svc_rpc_gss_callbacks, scb, in rpc_gss_clear_callback()
304 SLIST_REMOVE(&svc_rpc_gss_svc_names, sname, in rpc_gss_clear_svc_name()
/NextBSD/contrib/openbsm/compat/
HDqueue.h191 #define SLIST_REMOVE(head, elm, type, field) do { \ macro

123