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:sclp_ttybuf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/char/
H
A
D
sclp_tty.c
46
static struct sclp_buffer *
sclp_ttybuf
;
variable
99
if (
sclp_ttybuf
!= NULL)
in sclp_tty_write_room()
100
count = sclp_buffer_space(
sclp_ttybuf
) / sizeof(struct msg_buf);
in sclp_tty_write_room()
160
buf =
sclp_ttybuf
;
in sclp_tty_timeout()
161
sclp_ttybuf
= NULL;
in sclp_tty_timeout()
186
if (
sclp_ttybuf
== NULL) {
in sclp_tty_write_string()
197
sclp_ttybuf
= sclp_make_buffer(page, sclp_tty_columns,
in sclp_tty_write_string()
201
written = sclp_write(
sclp_ttybuf
, str, count);
in sclp_tty_write_string()
210
buf =
sclp_ttybuf
;
in sclp_tty_write_string()
211
sclp_ttybuf
in sclp_tty_write_string()
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
sclp_tty.c
46
static struct sclp_buffer *
sclp_ttybuf
;
variable
98
if (
sclp_ttybuf
!= NULL)
in sclp_tty_write_room()
99
count = sclp_buffer_space(
sclp_ttybuf
) / sizeof(struct msg_buf);
in sclp_tty_write_room()
159
buf =
sclp_ttybuf
;
in sclp_tty_timeout()
160
sclp_ttybuf
= NULL;
in sclp_tty_timeout()
185
if (
sclp_ttybuf
== NULL) {
in sclp_tty_write_string()
196
sclp_ttybuf
= sclp_make_buffer(page, SCLP_TTY_COLUMNS,
in sclp_tty_write_string()
200
written = sclp_write(
sclp_ttybuf
, str, count);
in sclp_tty_write_string()
209
buf =
sclp_ttybuf
;
in sclp_tty_write_string()
210
sclp_ttybuf
in sclp_tty_write_string()
[all...]
Completed in 2 milliseconds