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:p_byte
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
cpqphp_nvram.c
429
u8 *
p_byte
;
in compaq_nvram_load()
local
455
p_byte
= &(p_EV_header->next);
in compaq_nvram_load()
459
p_byte
+= 3;
in compaq_nvram_load()
461
if (
p_byte
> ((u8 *)p_EV_header + evbuffer_length))
in compaq_nvram_load()
476
p_byte
+= 4;
in compaq_nvram_load()
478
if (
p_byte
> ((u8 *)p_EV_header + evbuffer_length))
in compaq_nvram_load()
482
p_byte
+= (nummem + numpmem + numio + numbus) * 8;
in compaq_nvram_load()
484
if (
p_byte
> ((u8 *)p_EV_header + evbuffer_length))
in compaq_nvram_load()
487
p_ev_ctrl = (struct ev_hrt_ctrl *)
p_byte
;
in compaq_nvram_load()
489
p_byte
in compaq_nvram_load()
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
cpqphp_nvram.c
426
u8 *
p_byte
;
in compaq_nvram_load()
local
452
p_byte
= &(p_EV_header->next);
in compaq_nvram_load()
456
p_byte
+= 3;
in compaq_nvram_load()
458
if (
p_byte
> ((u8 *)p_EV_header + evbuffer_length))
in compaq_nvram_load()
473
p_byte
+= 4;
in compaq_nvram_load()
475
if (
p_byte
> ((u8 *)p_EV_header + evbuffer_length))
in compaq_nvram_load()
479
p_byte
+= (nummem + numpmem + numio + numbus) * 8;
in compaq_nvram_load()
481
if (
p_byte
> ((u8 *)p_EV_header + evbuffer_length))
in compaq_nvram_load()
484
p_ev_ctrl = (struct ev_hrt_ctrl *)
p_byte
;
in compaq_nvram_load()
486
p_byte
in compaq_nvram_load()
[all...]
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/
H
A
D
pio.c
294
u8 *
p_byte
= (u8 *)p;
in hci_pio_do_trailing_rx()
local
301
*
p_byte
++ = data;
in hci_pio_do_trailing_rx()
454
u8 *
p_byte
= xfer->data;
in hci_pio_push_to_next_rx()
local
456
p_byte
+= chunk * 4;
in hci_pio_push_to_next_rx()
460
*
p_byte
++ = last_word;
in hci_pio_push_to_next_rx()
789
u8 *
p_byte
= (u8 *)p;
in hci_pio_get_ibi_segment()
local
798
*
p_byte
++ = data;
in hci_pio_get_ibi_segment()
Completed in 3 milliseconds