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:ubd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
ubd_kern.c
10
* old style
ubd
by setting UBD_SHIFT to 0
16
* the common /dev/
ubd
/discX/... names rather than
18
* clean ups preparing for
ubd
-many.
44
#include "
ubd
.h"
153
struct
ubd
{
struct
197
static struct
ubd
ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };
239
struct
ubd
*ubd_dev;
in ubd_setup_common()
354
__setup("
ubd
", ubd_setup);
356
"
ubd
<n><flags>=<filename>[(:|,)<filename2>][(:|,)<serial>]\n"
389
printk("udb%s specified on command line is almost certainly a
ubd
in udb_setup()
[all...]
H
A
D
Makefile
17
ubd
-objs := ubd_kern.o ubd_user.o
56
obj-$(CONFIG_BLK_DEV_UBD) +=
ubd
.o
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
ubd_kern.c
10
* old style
ubd
by setting UBD_SHIFT to 0
16
* the common /dev/
ubd
/discX/... names rather than
18
* clean ups preparing for
ubd
-many.
43
#include "
ubd
.h"
154
struct
ubd
{
struct
196
static struct
ubd
ubd_devs[MAX_DEV] = { [0 ... MAX_DEV - 1] = DEFAULT_UBD };
245
" Create ide0 entries that map onto
ubd
devices.\n\n"
273
struct
ubd
*ubd_dev;
in ubd_setup_common()
305
printk(KERN_INFO "Setting extra
ubd
major number to %d\n",
in ubd_setup_common()
407
__setup("
ubd
", ubd_setu
[all...]
H
A
D
Makefile
17
ubd
-objs := ubd_kern.o ubd_user.o
54
obj-$(CONFIG_BLK_DEV_UBD) +=
ubd
.o
Completed in 5 milliseconds