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:mto
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
sclp_early_core.c
91
struct
mto
*
mto
;
in sclp_early_print_lm()
local
97
ptr = (unsigned char *) &sccb->msg.mdb.
mto
;
in sclp_early_print_lm()
100
for (count = sizeof(*
mto
); offset < len; count++) {
in sclp_early_print_lm()
106
mto
= (struct
mto
*) ptr;
in sclp_early_print_lm()
107
memset(
mto
, 0, sizeof(*
mto
));
in sclp_early_print_lm()
108
mto
->length = count;
in sclp_early_print_lm()
109
mto
in sclp_early_print_lm()
[all...]
H
A
D
sclp_rw.c
96
struct
mto
*
mto
;
in sclp_initialize_mto()
local
102
/* check if current buffer sccb can contain the
mto
*/
in sclp_initialize_mto()
122
mto
= &mdb->
mto
;
in sclp_initialize_mto()
123
mto
->length = sizeof(struct
mto
);
in sclp_initialize_mto()
124
mto
->type = 4; /* message text object */
in sclp_initialize_mto()
125
mto
->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */
in sclp_initialize_mto()
127
/* set pointer to first byte after struct
mto
in sclp_initialize_mto()
[all...]
H
A
D
sclp_rw.h
16
struct
mto
{
struct
49
struct
mto
mto
;
member
57
/* The number of empty
mto
buffers that can be contained in a single sccb. */
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp_early_core.c
92
struct
mto
*
mto
;
in sclp_early_print_lm()
local
98
ptr = (unsigned char *) &sccb->msg.mdb.
mto
;
in sclp_early_print_lm()
101
for (count = sizeof(*
mto
); offset < len; count++) {
in sclp_early_print_lm()
107
mto
= (struct
mto
*) ptr;
in sclp_early_print_lm()
108
memset(
mto
, 0, sizeof(*
mto
));
in sclp_early_print_lm()
109
mto
->length = count;
in sclp_early_print_lm()
110
mto
in sclp_early_print_lm()
[all...]
H
A
D
sclp_rw.c
89
struct
mto
*
mto
;
in sclp_initialize_mto()
local
95
/* check if current buffer sccb can contain the
mto
*/
in sclp_initialize_mto()
115
mto
= &mdb->
mto
;
in sclp_initialize_mto()
116
mto
->length = sizeof(struct
mto
);
in sclp_initialize_mto()
117
mto
->type = 4; /* message text object */
in sclp_initialize_mto()
118
mto
->line_type_flags = LNTPFLGS_ENDTEXT; /* end text */
in sclp_initialize_mto()
120
/* set pointer to first byte after struct
mto
in sclp_initialize_mto()
[all...]
H
A
D
sclp_rw.h
16
struct
mto
{
struct
49
struct
mto
mto
;
member
57
/* The number of empty
mto
buffers that can be contained in a single sccb. */
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
mroute.h
55
#define VIFM_COPY(mfrom,
mto
) ((
mto
)=(mfrom))
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
mroute.h
55
#define VIFM_COPY(mfrom,
mto
) ((
mto
)=(mfrom))
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
mroute.h
54
#define VIFM_COPY(mfrom,
mto
) ((
mto
) = (mfrom))
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
mroute.h
54
#define VIFM_COPY(mfrom,
mto
) ((
mto
) = (mfrom))
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
mroute.h
36
#define VIFM_COPY(mfrom,
mto
) ((
mto
)=(mfrom))
Completed in 6 milliseconds