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:BRK_ABRT
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
sunzilog.c
345
/* This funny hack depends upon
BRK_ABRT
not interfering
in sunzilog_receive_chars()
348
if (ch &
BRK_ABRT
)
in sunzilog_receive_chars()
349
r1 |=
BRK_ABRT
;
in sunzilog_receive_chars()
367
if (r1 & (
BRK_ABRT
| PAR_ERR | Rx_OVR | CRC_ERR)) {
in sunzilog_receive_chars()
368
if (r1 &
BRK_ABRT
) {
in sunzilog_receive_chars()
381
if (r1 &
BRK_ABRT
)
in sunzilog_receive_chars()
414
if (status &
BRK_ABRT
) {
in sunzilog_status_handle()
424
if (!(status &
BRK_ABRT
))
in sunzilog_status_handle()
923
up->port.read_status_mask |=
BRK_ABRT
;
in sunzilog_convert_to_zs()
929
up->port.ignore_status_mask |=
BRK_ABRT
;
in sunzilog_convert_to_zs()
[all...]
H
A
D
zs.h
236
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
ip22zilog.h
216
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
sunzilog.h
220
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
ip22zilog.c
326
if ((status &
BRK_ABRT
) && !(up->prev_status &
BRK_ABRT
)) {
in ip22zilog_status_handle()
858
up->port.read_status_mask |=
BRK_ABRT
;
in ip22zilog_convert_to_zs()
864
up->port.ignore_status_mask |=
BRK_ABRT
;
in ip22zilog_convert_to_zs()
H
A
D
pmac_zilog.c
271
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR |
BRK_ABRT
)) {
272
if (r1 &
BRK_ABRT
) {
286
if (r1 &
BRK_ABRT
)
349
if (status &
BRK_ABRT
)
in pmz_status_handle()
1081
uap->port.read_status_mask |=
BRK_ABRT
;
in pmz_convert_to_zs()
1087
uap->port.ignore_status_mask |=
BRK_ABRT
;
in pmz_convert_to_zs()
H
A
D
pmac_zilog.h
311
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
zs.c
659
brk = status &
BRK_ABRT
;
in zs_status_handle()
796
zport->brk = read_zsreg(zport, R0) &
BRK_ABRT
;
in zs_startup()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
sunzilog.c
345
/* This funny hack depends upon
BRK_ABRT
not interfering
in sunzilog_receive_chars()
348
if (ch &
BRK_ABRT
)
in sunzilog_receive_chars()
349
r1 |=
BRK_ABRT
;
in sunzilog_receive_chars()
367
if (r1 & (
BRK_ABRT
| PAR_ERR | Rx_OVR | CRC_ERR)) {
in sunzilog_receive_chars()
368
if (r1 &
BRK_ABRT
) {
in sunzilog_receive_chars()
381
if (r1 &
BRK_ABRT
)
in sunzilog_receive_chars()
414
if (status &
BRK_ABRT
) {
in sunzilog_status_handle()
424
if (!(status &
BRK_ABRT
))
in sunzilog_status_handle()
921
up->port.read_status_mask |=
BRK_ABRT
;
in sunzilog_convert_to_zs()
927
up->port.ignore_status_mask |=
BRK_ABRT
;
in sunzilog_convert_to_zs()
[all...]
H
A
D
zs.h
236
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
ip22zilog.h
216
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
sunzilog.h
220
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
ip22zilog.c
326
if ((status &
BRK_ABRT
) && !(up->prev_status &
BRK_ABRT
)) {
in ip22zilog_status_handle()
856
up->port.read_status_mask |=
BRK_ABRT
;
in ip22zilog_convert_to_zs()
862
up->port.ignore_status_mask |=
BRK_ABRT
;
in ip22zilog_convert_to_zs()
H
A
D
pmac_zilog.c
264
if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR |
BRK_ABRT
)) {
265
if (r1 &
BRK_ABRT
) {
279
if (r1 &
BRK_ABRT
)
342
if (status &
BRK_ABRT
)
in pmz_status_handle()
1053
uap->port.read_status_mask |=
BRK_ABRT
;
in pmz_convert_to_zs()
1059
uap->port.ignore_status_mask |=
BRK_ABRT
;
in pmz_convert_to_zs()
H
A
D
pmac_zilog.h
301
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
zs.c
659
brk = status &
BRK_ABRT
;
in zs_status_handle()
796
zport->brk = read_zsreg(zport, R0) &
BRK_ABRT
;
in zs_startup()
/kernel/linux/linux-5.10/drivers/net/hamradio/
H
A
D
z8530.h
180
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
scc.c
443
if (chg_and_stat &
BRK_ABRT
) /* Received an ABORT */
in scc_exint()
/kernel/linux/linux-6.6/drivers/net/hamradio/
H
A
D
z8530.h
180
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
H
A
D
scc.c
445
if (chg_and_stat &
BRK_ABRT
) /* Received an ABORT */
in scc_exint()
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
z85230.h
203
#define
BRK_ABRT
0x80 /* Break/Abort */
macro
Completed in 27 milliseconds