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:devices_max
(Results
1 - 7
of
7
) sorted by relevance
/third_party/eudev/src/libudev/
H
A
D
libudev-enumerate.c
68
unsigned int
devices_max
;
member
174
if (udev_enumerate->devices_cur >= udev_enumerate->
devices_max
) {
in syspath_add()
178
add = udev_enumerate->
devices_max
;
in syspath_add()
181
buf = realloc(udev_enumerate->devices, (udev_enumerate->
devices_max
+ add) * sizeof(struct syspath));
in syspath_add()
185
udev_enumerate->
devices_max
+= add;
in syspath_add()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_bus.h
114
uint8_t
devices_max
; /* maximum number of USB devices */
member
H
A
D
usb_hub.c
2583
x != bus->
devices_max
; x++) {
in usb_bus_powerd()
2620
x != bus->
devices_max
; x++) {
in usb_bus_powerd()
H
A
D
usb_device.c
1493
(device_index != bus->
devices_max
) &&
in usb_alloc_device()
1497
if (device_index == bus->
devices_max
) {
in usb_alloc_device()
/third_party/FreeBSD/sys/dev/usb/controller/
H
A
D
ehci_pci.c
98
sc->sc_bus.
devices_max
= EHCI_MAX_DEVICES;
in ehci_pci_attach()
H
A
D
usb_controller.c
863
if ((bus->
devices_max
> USB_MAX_DEVICES) ||
in usb_bus_mem_alloc_all()
864
(bus->
devices_max
< USB_MIN_DEVICES) ||
in usb_bus_mem_alloc_all()
H
A
D
xhci.c
538
sc->sc_bus.
devices_max
= XHCI_MAX_DEVICES;
in xhci_init()
Completed in 15 milliseconds