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:kobj_init
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sys/kern/
H
A
D
subr_kobj.c
250
kobj_init
(obj, cls);
in kobj_create()
264
kobj_init
(kobj_t obj, kobj_class_t cls)
in kobj_init()
function
H
A
D
subr_bus.c
1374
kobj_init
((kobj_t) dev, &null_class);
in make_device()
2400
kobj_init
((kobj_t) dev, (kobj_class_t) driver);
in device_set_driver()
2406
kobj_init
((kobj_t) dev, &null_class);
in device_set_driver()
2412
kobj_init
((kobj_t) dev, &null_class);
in device_set_driver()
2776
kobj_init
((kobj_t) root_bus, (kobj_class_t) &root_driver);
in root_bus_module_handler()
/third_party/FreeBSD/sys/sys/
H
A
D
kobj.h
205
void
kobj_init
(kobj_t obj, kobj_class_t cls);
Completed in 5 milliseconds