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:HUPCL
(Results
1 - 25
of
95
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H
A
D
termbits.h
158
#define
HUPCL
0002000
macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H
A
D
termbits.h
150
#define
HUPCL
0002000
macro
/kernel/linux/linux-5.10/arch/mips/include/uapi/asm/
H
A
D
termbits.h
165
#define
HUPCL
0002000 /* Hang up on last close. */
macro
/kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/
H
A
D
termbits.h
142
#define
HUPCL
0002000
macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H
A
D
termbits.h
171
#define
HUPCL
00040000
macro
/kernel/linux/linux-5.10/arch/sh/kernel/
H
A
D
sh_bios.c
122
int cflag = CREAD |
HUPCL
| CLOCAL;
in sh_console_setup()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
termbits.h
180
#define
HUPCL
00040000
macro
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
H
A
D
termbits.h
129
#define
HUPCL
0x00000400 /* Hang up on last close */
macro
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
termbits.h
140
#define
HUPCL
0x00004000
macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H
A
D
termbits.h
130
#define
HUPCL
0x00004000
macro
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
H
A
D
termbits.h
105
#define
HUPCL
0x00000400
macro
/kernel/linux/linux-6.6/arch/sh/kernel/
H
A
D
sh_bios.c
122
int cflag = CREAD |
HUPCL
| CLOCAL;
in sh_console_setup()
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
termbits.h
141
#define
HUPCL
0002000
macro
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
termbits.h
105
#define
HUPCL
0x00000400
macro
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/
H
A
D
console.c
125
B9600 | CS8 | CREAD |
HUPCL
| CLOCAL;
in rs_init()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
termbits.h
132
#define
HUPCL
0002000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
termbits.h
145
#define
HUPCL
0002000
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-mips/asm/
H
A
D
termbits.h
146
#define
HUPCL
0002000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
termbits.h
145
#define
HUPCL
0002000
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-mips/asm/
H
A
D
termbits.h
146
#define
HUPCL
0002000
macro
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/
H
A
D
console.c
191
B9600 | CS8 | CREAD |
HUPCL
| CLOCAL;
in rs_init()
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
termbits.h
134
#define
HUPCL
0x00000400
macro
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
suncore.c
118
cflag = CREAD |
HUPCL
| CLOCAL;
in sunserial_console_termios()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
suncore.c
118
cflag = CREAD |
HUPCL
| CLOCAL;
in sunserial_console_termios()
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
tty_ioctl.c
278
new->c_cflag &=
HUPCL
| CREAD | CLOCAL;
in tty_termios_copy_hw()
279
new->c_cflag |= old->c_cflag & ~(
HUPCL
| CREAD | CLOCAL);
in tty_termios_copy_hw()
298
if ((a->c_cflag ^ b->c_cflag) & ~(
HUPCL
| CREAD | CLOCAL))
in tty_termios_hw_change()
Completed in 14 milliseconds
1
2
3
4