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:temp_event
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/
H
A
D
tpm1.c
225
struct tcpa_event
temp_event
;
in tpm1_binary_bios_measurements_show()
local
229
memcpy(&
temp_event
, event, sizeof(struct tcpa_event));
in tpm1_binary_bios_measurements_show()
232
temp_event
.pcr_index = do_endian_conversion(event->pcr_index);
in tpm1_binary_bios_measurements_show()
233
temp_event
.event_type = do_endian_conversion(event->event_type);
in tpm1_binary_bios_measurements_show()
234
temp_event
.event_size = do_endian_conversion(event->event_size);
in tpm1_binary_bios_measurements_show()
236
temp_ptr = (char *) &
temp_event
;
in tpm1_binary_bios_measurements_show()
244
i < (sizeof(struct tcpa_event) +
temp_event
.event_size); i++)
in tpm1_binary_bios_measurements_show()
/kernel/linux/linux-6.6/drivers/char/tpm/eventlog/
H
A
D
tpm1.c
226
struct tcpa_event
temp_event
;
in tpm1_binary_bios_measurements_show()
local
230
memcpy(&
temp_event
, event, sizeof(struct tcpa_event));
in tpm1_binary_bios_measurements_show()
233
temp_event
.pcr_index = do_endian_conversion(event->pcr_index);
in tpm1_binary_bios_measurements_show()
234
temp_event
.event_type = do_endian_conversion(event->event_type);
in tpm1_binary_bios_measurements_show()
235
temp_event
.event_size = do_endian_conversion(event->event_size);
in tpm1_binary_bios_measurements_show()
237
temp_ptr = (char *) &
temp_event
;
in tpm1_binary_bios_measurements_show()
245
i < (sizeof(struct tcpa_event) +
temp_event
.event_size); i++)
in tpm1_binary_bios_measurements_show()
/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H
A
D
lpfc_nl.h
171
/* event codes for
temp_event
*/
176
struct
temp_event
{
struct
H
A
D
lpfc_init.c
1692
struct
temp_event
temp_event_data;
in lpfc_handle_eratt_s3()
1881
struct
temp_event
temp_event_data;
in lpfc_handle_eratt_s4()
5393
struct
temp_event
temp_event_data;
in lpfc_sli4_async_sli_evt()
H
A
D
lpfc_sli.c
10511
struct
temp_event
temp_event_data;
in lpfc_sli_async_event_handler()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H
A
D
lpfc_nl.h
171
/* event codes for
temp_event
*/
176
struct
temp_event
{
struct
H
A
D
lpfc_init.c
1792
struct
temp_event
temp_event_data;
in lpfc_handle_eratt_s3()
2000
struct
temp_event
temp_event_data;
in lpfc_handle_eratt_s4()
6410
struct
temp_event
temp_event_data;
in lpfc_sli4_async_sli_evt()
H
A
D
lpfc_sli.c
11501
struct
temp_event
temp_event_data;
in lpfc_sli_async_event_handler()
Completed in 76 milliseconds