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:tty_devnum
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
tty.h
348
dev_t
tty_devnum
(struct tty_struct *tty);
367
static inline dev_t
tty_devnum
(struct tty_struct *tty)
in tty_devnum()
function
/kernel/linux/linux-5.10/include/linux/
H
A
D
tty.h
374
extern dev_t
tty_devnum
(struct tty_struct *tty);
392
static inline dev_t
tty_devnum
(struct tty_struct *tty)
in tty_devnum()
function
/kernel/linux/linux-5.10/kernel/
H
A
D
acct.c
462
ac->ac_tty = tty ? old_encode_dev(
tty_devnum
(tty)) : 0;
in fill_ac()
/kernel/linux/linux-6.6/kernel/
H
A
D
acct.c
479
ac->ac_tty = tty ? old_encode_dev(
tty_devnum
(tty)) : 0;
in fill_ac()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
tty_io.c
2693
unsigned int ret = new_encode_dev(
tty_devnum
(real_tty));
in tty_ioctl()
3060
dev_t devt =
tty_devnum
(tty);
in tty_get_device()
3491
dev_t
tty_devnum
(struct tty_struct *tty)
in tty_devnum()
function
3495
EXPORT_SYMBOL(
tty_devnum
);
variable
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
tty_io.c
2723
unsigned int ret = new_encode_dev(
tty_devnum
(real_tty));
in tty_ioctl()
3073
dev_t devt =
tty_devnum
(tty);
in tty_get_device()
3491
dev_t
tty_devnum
(struct tty_struct *tty)
in tty_devnum()
function
3495
EXPORT_SYMBOL(
tty_devnum
);
variable
/kernel/linux/linux-5.10/fs/proc/
H
A
D
array.c
486
tty_nr = new_encode_dev(
tty_devnum
(sig->tty));
in do_task_stat()
/kernel/linux/linux-6.6/fs/proc/
H
A
D
array.c
524
tty_nr = new_encode_dev(
tty_devnum
(sig->tty));
in do_task_stat()
Completed in 15 milliseconds