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_INIT
(Results
1 - 12
of
12
) sorted by relevance
/third_party/FreeBSD/sys/arm/arm/
H
A
D
nexus.c
124
TAILQ_INIT
(&devclass_resources);
in nexus_init()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_process.c
214
TAILQ_INIT
(&up->up_qhead);
in usb_proc_create()
H
A
D
usb_transfer.c
958
TAILQ_INIT
(&info->done_q.head);
in usbd_transfer_setup()
961
TAILQ_INIT
(&info->dma_q.head);
in usbd_transfer_setup()
H
A
D
usb_device.c
326
TAILQ_INIT
(&ep->endpoint_q[x].head);
in usb_init_endpoint()
H
A
D
usb_dev.c
892
TAILQ_INIT
(&usb_sym_head);
in usb_dev_init()
/third_party/FreeBSD/sys/sys/
H
A
D
queue.h
716
TAILQ_INIT
((head2)); \
766
#define
TAILQ_INIT
(head) do { \
macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_usb.c
923
TAILQ_INIT
(&p_uhe->bsd_urb_list);
in usb_linux_create_usb_device()
1046
TAILQ_INIT
(&p_uhe->bsd_urb_list);
in usb_create_usb_device()
/third_party/FreeBSD/sys/kern/
H
A
D
subr_bus.c
312
TAILQ_INIT
(&dc->drivers);
in devclass_find_internal()
1373
TAILQ_INIT
(&dev->children);
in make_device()
2772
TAILQ_INIT
(&bus_data_devices);
in root_bus_module_handler()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
857
TAILQ_INIT
(&bus->intr_q.head);
in usb_bus_mem_alloc_all()
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
fat.c
762
TAILQ_INIT
(&fat->fat32_cache_head);
in _readfat()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
4022
TAILQ_INIT
(&unload_queue);
in do_dlclose()
4023
TAILQ_INIT
(&need_unload_queue);
in do_dlclose()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
4360
TAILQ_INIT
(&unload_queue);
in do_dlclose()
4361
TAILQ_INIT
(&need_unload_queue);
in do_dlclose()
Completed in 38 milliseconds