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:busclass
(Results
1 - 2
of
2
) sorted by relevance
/third_party/FreeBSD/sys/kern/
H
A
D
subr_bus.c
480
* recursive notification of all the children classes of
busclass
, as
481
* well as
busclass
. Each layer will attempt to detach the driver
490
* @param
busclass
the devclass of the parent bus
495
devclass_driver_deleted(devclass_t
busclass
, devclass_t dc, driver_t *driver)
in devclass_driver_deleted()
argument
515
dev->parent->devclass ==
busclass
) {
in devclass_driver_deleted()
533
if (!((unsigned int)
busclass
->flags & DC_HAS_CHILDREN))
in devclass_driver_deleted()
535
parent =
busclass
;
in devclass_driver_deleted()
536
TAILQ_FOREACH(
busclass
, &devclasses, link) {
in devclass_driver_deleted()
537
if (
busclass
->parent == parent) {
in devclass_driver_deleted()
538
error = devclass_driver_deleted(
busclass
, d
in devclass_driver_deleted()
561
devclass_delete_driver(devclass_t
busclass
, driver_t *driver)
devclass_delete_driver()
argument
616
devclass_quiesce_driver(devclass_t
busclass
, driver_t *driver)
devclass_quiesce_driver()
argument
[all...]
/third_party/FreeBSD/sys/sys/
H
A
D
bus.h
352
int devclass_delete_driver(devclass_t
busclass
, driver_t *driver);
Completed in 5 milliseconds