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:tag_parent
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/stand/usb/
H
A
D
usb_busdma_loader.c
338
mtx_assert(pc->
tag_parent
->mtx, MA_OWNED);
in usb_pc_load_mem()
353
pc->
tag_parent
->dma_error = 0;
in usb_pc_load_mem()
354
(pc->
tag_parent
->func) (pc->
tag_parent
);
in usb_pc_load_mem()
440
udt->
tag_parent
= udpt;
in usb_dma_tag_setup()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_busdma.h
87
struct usb_dma_parent_tag *
tag_parent
; /* always set */
member
123
struct usb_dma_parent_tag *
tag_parent
;
member
H
A
D
usb_transfer.c
258
parm->dma_page_cache_ptr[x].
tag_parent
=
in usbd_transfer_setup_sub_malloc()
263
parm->xfer_page_cache_ptr[x].
tag_parent
=
in usbd_transfer_setup_sub_malloc()
299
USB_MTX_LOCK(pc->
tag_parent
->mtx);
in usbd_transfer_setup_sub_malloc()
301
USB_MTX_UNLOCK(pc->
tag_parent
->mtx);
in usbd_transfer_setup_sub_malloc()
304
USB_MTX_UNLOCK(pc->
tag_parent
->mtx);
in usbd_transfer_setup_sub_malloc()
798
xfer->frbuffers[x].
tag_parent
=
in usbd_transfer_setup_sub()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
usb_controller.c
827
pc->
tag_parent
= bus->dma_parent_tag;
in usb_bus_mem_alloc_all_cb()
H
A
D
xhci.c
2682
pc->
tag_parent
= sc->sc_bus.dma_parent_tag;
in xhci_alloc_device_ext()
2695
pc->
tag_parent
= sc->sc_bus.dma_parent_tag;
in xhci_alloc_device_ext()
2710
pc->
tag_parent
= sc->sc_bus.dma_parent_tag;
in xhci_alloc_device_ext()
Completed in 11 milliseconds