Home
last modified time | relevance | path

Searched refs:STAILQ_REMOVE (Results 1 – 24 of 24) sorted by relevance

/dragonfly/contrib/elftoolchain/libelf/
H A Dlibelf_allocate.c191 STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next); in _libelf_release_scn()
197 STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next); in _libelf_release_scn()
205 STAILQ_REMOVE(&e->e_u.e_elf.e_scn, s, _Elf_Scn, s_next); in _libelf_release_scn()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_notif_wait.c199 STAILQ_REMOVE(&notif_data->list, wait_entry, iwm_notification_wait, in iwm_wait_notification()
211 STAILQ_REMOVE(&notif_data->list, wait_entry, iwm_notification_wait, in iwm_remove_notification()
/dragonfly/contrib/elftoolchain/common/
H A D_elftc.h187 #ifndef STAILQ_REMOVE
188 #define STAILQ_REMOVE(head, elm, type, field) do { \ macro
/dragonfly/sys/dev/drm/
H A Dlinux_tasklet.c77 STAILQ_REMOVE(&which_list, te, tasklet_entry, tasklet_entries); \
H A Dlinux_workqueue.c358 STAILQ_REMOVE(&worker->ws_list_head, work, in _cancel_work()
/dragonfly/sys/kern/
H A Dsubr_taskqueue.c160 STAILQ_REMOVE(&taskqueue_queues, queue, taskqueue, tq_link); in taskqueue_free()
425 STAILQ_REMOVE(&queue->tq_queue, task, task, ta_link); in taskqueue_cancel_locked()
H A Dsubr_devstat.c153 STAILQ_REMOVE(devstat_head, ds, devstat, dev_links); in devstat_remove_entry()
H A Dvfs_init.c276 STAILQ_REMOVE(&vfsconf_list, vfc, vfsconf, vfc_next); in vfsconf_remove()
H A Dkern_mpipe.c179 STAILQ_REMOVE(&mpipe->queue, mcb, mpipe_callback, entry); in mpipe_thread()
H A Dsubr_gtaskqueue.c382 STAILQ_REMOVE(&queue->tq_queue, gtask, gtask, ta_link); in gtaskqueue_cancel_locked()
/dragonfly/sys/bus/firewire/
H A Dfwdev.c226 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_close()
599 STAILQ_REMOVE(&sc->fc->binds, fwb, fw_bind, fclist); in fw_ioctl()
600 STAILQ_REMOVE(&ir->binds, fwb, fw_bind, chlist); in fw_ioctl()
H A Dfirewire.c866 STAILQ_REMOVE(&fc->binds, fwb, fw_bind, fclist); in fw_bindremove()
899 STAILQ_REMOVE(&fc->tlabels[xfer->tl], tl, tlabel, link); in fw_tl_free()
1001 STAILQ_REMOVE(&xfer->q->q, xfer, fw_xfer, link); in fw_xfer_unload()
1608 STAILQ_REMOVE(&fc->devices, fwdev, fw_device, in fw_attach_dev()
/dragonfly/share/man/man3/
H A DMakefile64 MLINKS+=queue.3 STAILQ_REMOVE.3
/dragonfly/sys/dev/acpica/acpi_video/
H A Dacpi_video.c391 STAILQ_REMOVE(&sc->vid_outputs, vo, in acpi_video_notify_handler()
653 STAILQ_REMOVE(voqh, vo, acpi_video_output, vo_unit.next); in acpi_video_vo_destroy()
/dragonfly/sys/netgraph7/
H A Dng_nat.c585 STAILQ_REMOVE(&priv->redirhead, entry, ng_nat_rdr_lst, entries); in ng_nat_rcvmsg()
/dragonfly/sys/sys/
H A Dqueue.h319 #define STAILQ_REMOVE(head, elm, type, field) do { \ macro
/dragonfly/stand/boot/common/
H A Dmodule.c1108 STAILQ_REMOVE(&moduledir_list, mtmp, moduledir, d_link); in moduledir_rebuild()
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h1193 STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next); in _libelf_release_scn()
1199 STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next); in _libelf_release_scn()
1207 STAILQ_REMOVE(&e->e_u.e_elf.e_scn, s, _Elf_Scn, s_next); in _libelf_release_scn()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_cd.c498 STAILQ_REMOVE(&changerq, softc->changer, cdchanger, in cdcleanup()
3428 STAILQ_REMOVE(&softc->mode_queue, data, cd_mode_params, links); in cdgetmode()
3563 STAILQ_REMOVE(&softc->mode_queue, data, cd_mode_params, links); in cdsetmode()
/dragonfly/libexec/rtld-elf/
H A Drtld.c2354 STAILQ_REMOVE(list, elm, Struct_Objlist_Entry, link); in objlist_call_fini()
2546 STAILQ_REMOVE(list, elm, Struct_Objlist_Entry, link); in objlist_remove()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c533 STAILQ_REMOVE(&funixes, fx, funix, next); in main()
/dragonfly/sys/dev/disk/sbp/
H A Dsbp.c2588 STAILQ_REMOVE(&sdev->ocbs, ocb, sbp_ocb, ocb); in sbp_dequeue_ocb()
/dragonfly/sys/bus/pci/
H A Dpci.c2159 STAILQ_REMOVE(devlist_head, dinfo, pci_devinfo, pci_links); in pci_freecfg()
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_cam.c4648 STAILQ_REMOVE(lp, srch, ccb_hdr, sim_links.stqe); in mpt_abort_target_ccb()