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
defs:tmpbuf
(Results
1 - 25
of
92
) sorted by relevance
1
2
3
4
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
sysctl.c
65
char
tmpbuf
[256];
in proc_do_xprt()
local
87
char
tmpbuf
[20], *s = NULL;
in proc_dodebug()
local
[all...]
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
sysctl.c
46
char
tmpbuf
[256];
in proc_do_xprt()
local
68
char
tmpbuf
[20], *s = NULL;
in proc_dodebug()
local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qce/
H
A
D
sha.h
43
u8
tmpbuf
[QCE_SHA_MAX_BLOCKSIZE];
member
/kernel/linux/linux-5.10/crypto/
H
A
D
pcbc.c
49
u8
tmpbuf
[MAX_CIPHER_BLOCKSIZE];
in crypto_pcbc_encrypt_inplace()
local
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
mktree.c
40
unsigned int
tmpbuf
[IMGBLK / sizeof(unsigned int)];
variable
[all...]
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
mktree.c
40
unsigned int
tmpbuf
[IMGBLK / sizeof(unsigned int)];
variable
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
pcbc.c
50
u8
tmpbuf
[MAX_CIPHER_BLOCKSIZE];
in crypto_pcbc_encrypt_inplace()
local
/kernel/linux/linux-6.6/drivers/crypto/qce/
H
A
D
sha.h
44
u8
tmpbuf
[QCE_SHA_MAX_BLOCKSIZE];
member
/kernel/linux/linux-5.10/include/linux/mmc/
H
A
D
sdio_func.h
52
u8 *
tmpbuf
; /* DMA:able scratch buffer */
member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_dp_dual_mode_helper.c
66
char *
tmpbuf
= NULL;
in drm_dp_dual_mode_read()
local
/kernel/linux/linux-5.10/drivers/pnp/pnpbios/
H
A
D
proc.c
68
char *
tmpbuf
;
in escd_proc_show()
local
[all...]
/kernel/linux/linux-6.6/include/linux/mmc/
H
A
D
sdio_func.h
52
u8 *
tmpbuf
; /* DMA:able scratch buffer */
member
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/
H
A
D
proc.c
68
char *
tmpbuf
;
in escd_proc_show()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/display/
H
A
D
drm_dp_dual_mode_helper.c
67
char *
tmpbuf
= NULL;
in drm_dp_dual_mode_read()
local
/kernel/linux/linux-5.10/security/integrity/ima/
H
A
D
ima_api.c
219
void *
tmpbuf
;
in ima_collect_measurement()
local
/kernel/linux/linux-5.10/sound/usb/usx2y/
H
A
D
usbusx2y.h
76
char *
tmpbuf
; /* temporary buffer for playback */
member
/kernel/linux/linux-5.10/fs/bfs/
H
A
D
inode.c
295
char *
tmpbuf
= (char *)get_zeroed_page(GFP_KERNEL);
in bfs_dump_imap()
local
/kernel/linux/linux-5.10/fs/quota/
H
A
D
quota_tree.c
167
char *
tmpbuf
= getdqbuf(info->dqi_usable_bs);
in remove_free_dqentry()
local
214
char *
tmpbuf
= getdqbuf(info->dqi_usable_bs);
insert_free_dqentry()
local
[all...]
/kernel/linux/linux-5.10/drivers/media/radio/si470x/
H
A
D
radio-si470x-i2c.c
245
unsigned char
tmpbuf
[3];
in si470x_i2c_interrupt()
local
/kernel/linux/linux-5.10/drivers/oprofile/
H
A
D
oprofilefs.c
56
char
tmpbuf
[TMPBUFSIZE];
in oprofilefs_ulong_to_user()
local
73
char
tmpbuf
[TMPBUFSIZE];
in oprofilefs_ulong_from_user()
local
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-mem.c
288
u8 *
tmpbuf
;
in spi_mem_exec_op()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/radio/si470x/
H
A
D
radio-si470x-i2c.c
245
unsigned char
tmpbuf
[3];
in si470x_i2c_interrupt()
local
/kernel/linux/linux-6.6/fs/bfs/
H
A
D
inode.c
294
char *
tmpbuf
= (char *)get_zeroed_page(GFP_KERNEL);
in bfs_dump_imap()
local
/kernel/linux/linux-6.6/fs/quota/
H
A
D
quota_tree.c
163
char *
tmpbuf
= kmalloc(info->dqi_usable_bs, GFP_NOFS);
in remove_free_dqentry()
local
210
char *
tmpbuf
= kmalloc(info->dqi_usable_bs, GFP_NOFS);
insert_free_dqentry()
local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H
A
D
regset.c
147
struct xregs_state *
tmpbuf
= NULL;
in xstateregs_set()
local
Completed in 12 milliseconds
1
2
3
4