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:SLIP_ESC
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/um/drivers/
H
A
D
slip_common.h
12
#define
SLIP_ESC
0333 /* indicates byte stuffing */
macro
27
case
SLIP_ESC
:
in slip_unesc()
33
c =
SLIP_ESC
;
in slip_unesc()
68
*ptr++ =
SLIP_ESC
;
in slip_esc()
71
case
SLIP_ESC
:
in slip_esc()
72
*ptr++ =
SLIP_ESC
;
in slip_esc()
/kernel/linux/linux-6.6/arch/um/drivers/
H
A
D
slip_common.h
12
#define
SLIP_ESC
0333 /* indicates byte stuffing */
macro
27
case
SLIP_ESC
:
in slip_unesc()
33
c =
SLIP_ESC
;
in slip_unesc()
68
*ptr++ =
SLIP_ESC
;
in slip_esc()
71
case
SLIP_ESC
:
in slip_esc()
72
*ptr++ =
SLIP_ESC
;
in slip_esc()
/kernel/linux/linux-5.10/drivers/bluetooth/
H
A
D
hci_h5.c
48
#define
SLIP_ESC
0xdb
macro
503
const u8 delim = SLIP_DELIMITER, esc =
SLIP_ESC
;
in h5_unslip_one_byte()
506
if (!test_bit(H5_RX_ESC, &h5->flags) && c ==
SLIP_ESC
) {
in h5_unslip_one_byte()
624
const char esc_delim[2] = {
SLIP_ESC
, SLIP_ESC_DELIM };
in h5_slip_one_byte()
625
const char esc_esc[2] = {
SLIP_ESC
, SLIP_ESC_ESC };
in h5_slip_one_byte()
631
case
SLIP_ESC
:
in h5_slip_one_byte()
/kernel/linux/linux-6.6/drivers/bluetooth/
H
A
D
hci_h5.c
51
#define
SLIP_ESC
0xdb
macro
520
const u8 delim = SLIP_DELIMITER, esc =
SLIP_ESC
;
in h5_unslip_one_byte()
523
if (!test_bit(H5_RX_ESC, &h5->flags) && c ==
SLIP_ESC
) {
in h5_unslip_one_byte()
653
const char esc_delim[2] = {
SLIP_ESC
, SLIP_ESC_DELIM };
in h5_slip_one_byte()
654
const char esc_esc[2] = {
SLIP_ESC
, SLIP_ESC_ESC };
in h5_slip_one_byte()
660
case
SLIP_ESC
:
in h5_slip_one_byte()
Completed in 4 milliseconds