Home
last modified time | relevance | path

Searched refs:TAILQ_FIRST (Results 1 - 9 of 9) sorted by relevance

/third_party/FreeBSD/sys/sys/
H A Dqueue.h667 TAILQ_FIRST((head))->field.tqe_prev != \
668 &TAILQ_FIRST((head))) \
724 #define TAILQ_FIRST(head) ((head)->tqh_first) macro
727 for ((var) = TAILQ_FIRST((head)); \
732 for ((var) = ((var) ? (var) : TAILQ_FIRST((head))); \
737 for ((var) = TAILQ_FIRST((head)); \
742 for ((var) = ((var) ? (var) : TAILQ_FIRST((head))); \
767 TAILQ_FIRST((head)) = NULL; \
768 (head)->tqh_last = &TAILQ_FIRST((head)); \
799 if ((TAILQ_NEXT((elm), field) = TAILQ_FIRST((hea
[all...]
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_process.c122 pm = TAILQ_FIRST(&up->up_qhead); in usb_process_thread()
132 if (pm == TAILQ_FIRST(&up->up_qhead)) { in usb_process_thread()
H A Dusb_transfer.c2937 (TAILQ_FIRST(&ep->endpoint_q[xfer->stream_id].head) != NULL)) { in usbd_callback_wrapper_sub()
2988 xfer = TAILQ_FIRST(&pq->head); in usb_command_wrapper()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c1569 urb = TAILQ_FIRST(&uhe->bsd_urb_list); in usb_linux_isoc_callback()
1723 urb = TAILQ_FIRST(&uhe->bsd_urb_list); in usb_linux_non_isoc_callback()
/third_party/FreeBSD/sys/kern/
H A Dsubr_bus.c1546 while ((grandchild = TAILQ_FIRST(&child->children)) != NULL) { in device_delete_child()
1587 while ((child = TAILQ_FIRST(&dev->children)) != NULL) { in device_delete_children()
2240 return (TAILQ_FIRST(&dc->drivers)); in first_matching_driver()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c394 first = TAILQ_FIRST(&fat->fat32_cache_head); in fat_get_fat32_cache_entry()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c3073 xfer = TAILQ_FIRST(&ep->endpoint_q[stream_id].head); in xhci_device_generic_multi_enter()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c4029 struct dso_entry *ecur = TAILQ_FIRST(&unload_queue); in do_dlclose()
/third_party/musl/ldso/linux/
H A Ddynlink.c4367 struct dso_entry *ecur = TAILQ_FIRST(&unload_queue); in do_dlclose()

Completed in 30 milliseconds