Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:TAILQ_FIRST
(Results
1 - 9
of
9
) sorted by relevance
/third_party/FreeBSD/sys/sys/
H
A
D
queue.h
667
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
D
usb_process.c
122
pm =
TAILQ_FIRST
(&up->up_qhead);
in usb_process_thread()
132
if (pm ==
TAILQ_FIRST
(&up->up_qhead)) {
in usb_process_thread()
H
A
D
usb_transfer.c
2937
(
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
D
linux_usb.c
1569
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
D
subr_bus.c
1546
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
D
fat.c
394
first =
TAILQ_FIRST
(&fat->fat32_cache_head);
in fat_get_fat32_cache_entry()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
xhci.c
3073
xfer =
TAILQ_FIRST
(&ep->endpoint_q[stream_id].head);
in xhci_device_generic_multi_enter()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
4029
struct dso_entry *ecur =
TAILQ_FIRST
(&unload_queue);
in do_dlclose()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
4367
struct dso_entry *ecur =
TAILQ_FIRST
(&unload_queue);
in do_dlclose()
Completed in 30 milliseconds