Home
last modified time | relevance | path

Searched refs:TAILQ_HEAD (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_large_align_field.h47 #define TAILQ_HEAD(name, type) \ macro
74 TAILQ_HEAD(ip_pkt_list, ip_frag_pkt); /**< @internal fragments tailq */
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.c69 static TAILQ_HEAD(, debug_module_data) debug_module_head =
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.h50 TAILQ_HEAD(, usb_proc_msg) up_qhead;
H A Dusb_device.h65 TAILQ_HEAD(, urb) bsd_urb_list;
H A Dusbdi.h121 TAILQ_HEAD(, usb_xfer) head;
H A Dusb_dev.c83 static TAILQ_HEAD(, usb_symlink) usb_sym_head;
/third_party/FreeBSD/sys/arm/arm/
H A Dnexus.c57 TAILQ_HEAD(devclass_res_list, devclass_res);
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c59 typedef TAILQ_HEAD(devclass_list, devclass) devclass_list_t;
60 typedef TAILQ_HEAD(driver_list, driverlink) driver_list_t;
61 typedef TAILQ_HEAD(device_list, device) device_list_t;
157 static TAILQ_HEAD(,device) bus_data_devices;
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c179 TAILQ_HEAD(cachehead, fat32_cache_entry) fat32_cache_head;
/third_party/FreeBSD/sys/sys/
H A Dqueue.h624 #define TAILQ_HEAD(name, type) \ macro
660 * QMD_TAILQ_CHECK_HEAD(TAILQ_HEAD *head, TAILQ_ENTRY NAME)
673 * QMD_TAILQ_CHECK_TAIL(TAILQ_HEAD *head, TAILQ_ENTRY NAME)
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c3992 TAILQ_HEAD(unload_queue, dso_entry) unload_queue; in do_dlclose()
3993 TAILQ_HEAD(need_unload_queue, dso_entry) need_unload_queue; in do_dlclose()
/third_party/musl/ldso/linux/
H A Ddynlink.c4313 TAILQ_HEAD(unload_queue, dso_entry) unload_queue; in do_dlclose()
4314 TAILQ_HEAD(need_unload_queue, dso_entry) need_unload_queue; in do_dlclose()

Completed in 30 milliseconds