Home
last modified time | relevance | path

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

12

/dragonfly/sys/netgraph/
HDng_device.c290 SLIST_REMOVE(&sc->head, new_connection, ngd_connection, links); in ng_device_newhook()
300 SLIST_REMOVE(&sc->head, new_connection, ngd_connection, links); in ng_device_newhook()
411 SLIST_REMOVE(&sc->head, connection, ngd_connection, links); in ng_device_disconnect()
/dragonfly/contrib/smbfs/lib/smb/
HDrcfile.c124 SLIST_REMOVE(&pf_head, rcp, rcfile, rf_next); in rc_close()
171 SLIST_REMOVE(&rcp->rf_sect, rsp, rcsection, rs_next); in rc_freesect()
216 SLIST_REMOVE(&rsp->rs_keys, p, rckey, rk_next);
/dragonfly/sys/dev/sound/pcm/
HDsndstat.c336 SLIST_REMOVE(&sndstat_devlist, ent, sndstat_entry, link); in sndstat_unregister()
356 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))
/dragonfly/sys/dev/drm/
HDlinux_iomapping.c99 SLIST_REMOVE(&iomap_list, imp, iomap, im_iomaps); in iounmap()
HDlinux_vmalloc.c89 SLIST_REMOVE(&vmap_list, vmp, vmap, vm_vmaps); in vunmap()
HDlinux_irq.c130 SLIST_REMOVE(&irq_list, irq_entry, irq_data, id_irq_entries); in free_irq()
/dragonfly/sys/kern/
HDkern_cputimer.c158 SLIST_REMOVE(&cputimerhead, timer, cputimer, next); in cputimer_deregister()
317 SLIST_REMOVE(&cputimer_intr_head, cti, cputimer_intr, next); in cputimer_intr_deregister()
HDuipc_mbuf2.c294 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link); in m_tag_unlink()
HDkern_sensors.c187 SLIST_REMOVE(sh, sens, ksensor, list); in sensor_detach()
HDkern_event.c1906 SLIST_REMOVE(klist, kn, knote, kn_next); in knote_remove()
2023 SLIST_REMOVE(list, kn, knote, kn_link); in knote_drop()
/dragonfly/share/man/man3/
HDMakefile45 MLINKS+=queue.3 SLIST_REMOVE.3
/dragonfly/lib/libssh/openbsd-compat/
HDsys-queue.h106 #undef SLIST_REMOVE
242 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/dragonfly/sys/dev/misc/kbdmux/
HDkbdmux.c215 SLIST_REMOVE(&state->ks_kbds, k, kbdmux_kbd, next); in kbdmux_kbd_event()
967 SLIST_REMOVE(&state->ks_kbds, k, kbdmux_kbd, next); in kbdmux_ioctl()
/dragonfly/sys/net/altq/
HDaltq_red.c572 SLIST_REMOVE(&wtab_list, w, wtab, w_link); in wtab_destroy()
/dragonfly/sys/net/lagg/
HDif_lagg.c450 SLIST_REMOVE(&lagg_list, sc, lagg_softc, sc_entries); in lagg_clone_destroy()
769 SLIST_REMOVE(&sc->sc_ports, lp, lagg_port, lp_entries); in lagg_port_destroy()
794 SLIST_REMOVE(&sc->sc_llq_head, llq, lagg_llq, in lagg_port_destroy()
1332 SLIST_REMOVE(&lp->lp_mc_head, mc, lagg_mc, mc_entries); in lagg_ether_cmdmulti()
/dragonfly/lib/libc/nls/
HDmsgcat.c341 SLIST_REMOVE(&cache, np, catentry, list); in catfree()
/dragonfly/usr.sbin/kbdmap/
HDkbdmap.c112 SLIST_REMOVE(&head, km, keymap, entries); in remove_keymap()
/dragonfly/usr.bin/systat/
HDaltqs.c449 SLIST_REMOVE(&p->queues, q, queue_stats, link); in load_altqs()
/dragonfly/sys/net/tap/
HDif_tap.c494 SLIST_REMOVE(&tap_listhead, sc, tap_softc, tap_link); in tapdestroy()
/dragonfly/sys/sys/
HDqueue.h208 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/dragonfly/sys/dev/disk/vn/
HDvn.c185 SLIST_REMOVE(&vn_list, vn, vn_softc, sc_list); in vnclose()
/dragonfly/sys/net/tun/
HDif_tun.c269 SLIST_REMOVE(&tun_listhead, sc, tun_softc, tun_link); in tundestroy()
/dragonfly/sys/netproto/smb/
HDsmb_conn.c259 SLIST_REMOVE(&parent->co_children, cp, smb_connobj, co_next); in smb_co_gone()
/dragonfly/sys/netgraph7/
HDng_fec.c559 SLIST_REMOVE(&p->fec_mc_head, mc, ng_fec_mc, mc_entries); in ng_fec_ether_cmdmulti()

12