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:IUCV_DISCONN
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/
H
A
D
hvc_iucv.c
54
IUCV_DISCONN
= 0,
enumerator
227
if (priv->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_write()
361
if (priv->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_queue()
397
if (priv->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_send()
515
priv->iucv_state =
IUCV_DISCONN
;
in hvc_iucv_cleanup()
693
priv->iucv_state =
IUCV_DISCONN
;
in hvc_iucv_dtr_rts()
811
if (tmp->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_path_pending()
842
if (priv->iucv_state !=
IUCV_DISCONN
) {
in hvc_iucv_path_pending()
/kernel/linux/linux-6.6/drivers/tty/hvc/
H
A
D
hvc_iucv.c
53
IUCV_DISCONN
= 0,
enumerator
226
if (priv->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_write()
360
if (priv->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_queue()
396
if (priv->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_send()
512
priv->iucv_state =
IUCV_DISCONN
;
in hvc_iucv_cleanup()
690
priv->iucv_state =
IUCV_DISCONN
;
in hvc_iucv_dtr_rts()
808
if (tmp->iucv_state ==
IUCV_DISCONN
)
in hvc_iucv_path_pending()
839
if (priv->iucv_state !=
IUCV_DISCONN
) {
in hvc_iucv_path_pending()
/kernel/linux/linux-5.10/net/iucv/
H
A
D
af_iucv.c
418
sk->sk_state =
IUCV_DISCONN
;
in iucv_sock_close()
423
case
IUCV_DISCONN
:
in iucv_sock_close()
559
sk->sk_state ==
IUCV_DISCONN
||
in iucv_accept_dequeue()
780
IUCV_DISCONN
),
in iucv_sock_connect()
783
if (sk->sk_state ==
IUCV_DISCONN
|| sk->sk_state == IUCV_CLOSED)
in iucv_sock_connect()
1250
if ((sk->sk_state ==
IUCV_DISCONN
) &&
in iucv_sock_recvmsg()
1343
sk->sk_state =
IUCV_DISCONN
;
in iucv_sock_recvmsg()
1402
if (sk->sk_state ==
IUCV_DISCONN
)
in iucv_sock_poll()
1428
case
IUCV_DISCONN
:
in iucv_sock_shutdown()
1793
sk->sk_state =
IUCV_DISCONN
;
in iucv_callback_connrej()
[all...]
/kernel/linux/linux-6.6/net/iucv/
H
A
D
af_iucv.c
394
sk->sk_state =
IUCV_DISCONN
;
in iucv_sock_close()
399
case
IUCV_DISCONN
:
in iucv_sock_close()
536
sk->sk_state ==
IUCV_DISCONN
||
in iucv_accept_dequeue()
757
IUCV_DISCONN
),
in iucv_sock_connect()
760
if (sk->sk_state ==
IUCV_DISCONN
|| sk->sk_state == IUCV_CLOSED)
in iucv_sock_connect()
1231
if ((sk->sk_state ==
IUCV_DISCONN
) &&
in iucv_sock_recvmsg()
1324
sk->sk_state =
IUCV_DISCONN
;
in iucv_sock_recvmsg()
1383
if (sk->sk_state ==
IUCV_DISCONN
)
in iucv_sock_poll()
1409
case
IUCV_DISCONN
:
in iucv_sock_shutdown()
1781
sk->sk_state =
IUCV_DISCONN
;
in iucv_callback_connrej()
[all...]
/kernel/linux/linux-5.10/include/net/iucv/
H
A
D
af_iucv.h
31
IUCV_DISCONN
,
enumerator
/kernel/linux/linux-6.6/include/net/iucv/
H
A
D
af_iucv.h
31
IUCV_DISCONN
,
enumerator
Completed in 10 milliseconds