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

123

/freebsd-11-stable/contrib/bsnmp/snmpd/
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);
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);
/freebsd-11-stable/contrib/openbsm/compat/
H A Dqueue.h191 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/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/share/man/man3/
H A DMakefile106 queue.3 SLIST_REMOVE.3 \
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvtd.c671 SLIST_REMOVE(&domhead, dom, domain, 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/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/sys/dev/iir/
H A Diir.c680 SLIST_REMOVE(&gdt->sc_pending_gccb, gccb, gdt_ccb, sle);
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2614 SLIST_REMOVE(&lldev->lro_active, lro_session,
2655 SLIST_REMOVE(&lldev->lro_active, lro_session,
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb.c186 SLIST_REMOVE(&sc->rl, rle, cbb_reslist, link);
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c1163 SLIST_REMOVE(&mem->blocks, blk, emu_memblk, link);
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dchannel.c2493 SLIST_REMOVE(&sg->members, sm, pcmchan_syncmember, link);
2497 SLIST_REMOVE(&snd_pcm_syncgroups, sg, pcmchan_syncgroup, link);
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vfsops.c773 SLIST_REMOVE(&nandfs_devices, nandfsdev, nandfs_device, nd_next_device);
/freebsd-11-stable/sys/kern/
H A Dkern_et.c112 SLIST_REMOVE(&eventtimers, et, eventtimer, et_all);
H A Dsubr_intr.c771 SLIST_REMOVE(&pic_list, pic, intr_pic, pic_next);
/freebsd-11-stable/sys/net/
H A Dif_llatbl.c646 SLIST_REMOVE(&V_lltables, llt, lltable, llt_link);
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.c154 SLIST_REMOVE(&dll_chain, b, dll, next);
/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/sys/netsmb/
H A Dsmb_conn.c267 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next);
/freebsd-11-stable/sys/sparc64/sparc64/
H A Diommu.c634 SLIST_REMOVE(&map->dm_reslist, r, bus_dmamap_res, dr_link);
/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/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2925 SLIST_REMOVE(&wlan_ifaces, wif, wlan_iface, w_if);
3956 SLIST_REMOVE(&wif->mac_maclist, wmm, wlan_mac_mac, wm);
3981 SLIST_REMOVE(&wif->mac_maclist, wmm,
4297 SLIST_REMOVE(&wif->mesh_routelist, wmr, wlan_mesh_route, wr);
4320 SLIST_REMOVE(&wif->mesh_routelist, wmr,
/freebsd-11-stable/usr.sbin/nandsim/
H A Dnandsim_rcfile.c104 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next);
/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Delftc_string_table.c275 SLIST_REMOVE(head, ste, _Elftc_String_Table_Entry,

Completed in 304 milliseconds

123