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:SHUT_RD
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/os-Linux/
H
A
D
file.c
474
#ifndef
SHUT_RD
475
#define
SHUT_RD
0
macro
493
what =
SHUT_RD
;
in os_shutdown_socket()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H
A
D
file.c
474
#ifndef
SHUT_RD
475
#define
SHUT_RD
0
macro
493
what =
SHUT_RD
;
in os_shutdown_socket()
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
port_user.c
163
shutdown(3,
SHUT_RD
);
in port_pre_exec()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
port_user.c
164
shutdown(3,
SHUT_RD
);
in port_pre_exec()
/kernel/liteos_m/kal/libc/newlib/porting/include/sys/
H
A
D
socket.h
102
#define
SHUT_RD
0
macro
/kernel/linux/linux-5.10/include/linux/
H
A
D
net.h
86
* @
SHUT_RD
: shutdown receptions
91
SHUT_RD
,
enumerator
/kernel/linux/linux-6.6/include/linux/
H
A
D
net.h
89
* @
SHUT_RD
: shutdown receptions
94
SHUT_RD
,
enumerator
/kernel/linux/linux-5.10/net/smc/
H
A
D
af_smc.c
2139
if ((how <
SHUT_RD
) || (how > SHUT_RDWR))
in smc_shutdown()
2172
case
SHUT_RD
:
in smc_shutdown()
/kernel/linux/linux-6.6/net/smc/
H
A
D
af_smc.c
2889
if ((how <
SHUT_RD
) || (how > SHUT_RDWR))
in smc_shutdown()
2934
case
SHUT_RD
:
in smc_shutdown()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
iso.c
1524
case
SHUT_RD
:
in iso_sock_shutdown()
/kernel/linux/linux-5.10/net/unix/
H
A
D
af_unix.c
2571
if (mode <
SHUT_RD
|| mode > SHUT_RDWR)
in unix_shutdown()
2574
*
SHUT_RD
(0) -> RCV_SHUTDOWN (1)
in unix_shutdown()
/kernel/linux/linux-6.6/net/unix/
H
A
D
af_unix.c
2906
if (mode <
SHUT_RD
|| mode > SHUT_RDWR)
in unix_shutdown()
2909
*
SHUT_RD
(0) -> RCV_SHUTDOWN (1)
in unix_shutdown()
Completed in 22 milliseconds