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:getc
(Results
1 - 23
of
23
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
serial.c
49
while (((ch = scdp->
getc
()) != '\n') && (ch != '\r')) {
in serial_edit_cmdline()
148
if (serial_cd.
getc
)
in serial_console_init()
H
A
D
mpc52xx-psc.c
61
scdp->
getc
= psc_getc;
in mpc5200_psc_console_init()
H
A
D
ns16550.c
79
scdp->
getc
= ns16550_getc;
in ns16550_console_init()
H
A
D
cpm-serial.c
291
scdp->
getc
= cpm_serial_getc;
in cpm_console_init()
H
A
D
ops.h
72
unsigned char (*
getc
)(void);
member
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
serial.c
47
while (((ch = scdp->
getc
()) != '\n') && (ch != '\r')) {
in serial_edit_cmdline()
146
if (serial_cd.
getc
)
in serial_console_init()
H
A
D
mpc52xx-psc.c
61
scdp->
getc
= psc_getc;
in mpc5200_psc_console_init()
H
A
D
ns16550.c
79
scdp->
getc
= ns16550_getc;
in ns16550_console_init()
H
A
D
cpm-serial.c
291
scdp->
getc
= cpm_serial_getc;
in cpm_console_init()
H
A
D
ops.h
70
unsigned char (*
getc
)(void);
member
/kernel/linux/linux-5.10/arch/alpha/lib/
H
A
D
callback_srm.S
86
CALLBACK(
getc
, CCB_GETC, 2)
/kernel/linux/linux-6.6/arch/alpha/lib/
H
A
D
callback_srm.S
86
CALLBACK(
getc
, CCB_GETC, 2)
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H
A
D
perf_test.c
65
c =
getc
(fp);
in get_offset()
H
A
D
ftrace_test.c
58
c =
getc
(fp);
in skip_until_empty_line()
/kernel/linux/linux-6.6/tools/include/nolibc/
H
A
D
stdio.h
99
/*
getc
(), fgetc(), getchar() */
101
#define
getc
(stream) fgetc(stream)
macro
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-top.c
502
c =
getc
(stdin);
in perf_top__handle_keypress()
697
getc
(stdin);
in display_thread()
713
c =
getc
(stdin);
in display_thread()
H
A
D
builtin-kvm.c
934
c =
getc
(stdin);
in perf_kvm__handle_stdin()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-top.c
506
c =
getc
(stdin);
in perf_top__handle_keypress()
698
getc
(stdin);
in display_thread()
714
c =
getc
(stdin);
in display_thread()
H
A
D
builtin-kvm.c
1454
c =
getc
(stdin);
in perf_kvm__handle_stdin()
/kernel/linux/linux-5.10/scripts/kconfig/
H
A
D
confdata.c
322
int c =
getc
(stream);
in compat_getline()
/kernel/linux/linux-6.6/scripts/kconfig/
H
A
D
confdata.c
316
int c =
getc
(stream);
in compat_getline()
/kernel/linux/linux-5.10/tools/power/x86/turbostat/
H
A
D
turbostat.c
2992
while (
getc
(fp) != '\n')
in snapshot_proc_interrupts()
3202
switch (
getc
(stdin)) {
in do_sleep()
/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H
A
D
turbostat.c
3161
while (
getc
(fp) != '\n') ; /* flush interrupt description */
in snapshot_proc_interrupts()
3374
switch (
getc
(stdin)) {
in do_sleep()
Completed in 38 milliseconds