OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tbl_hdr
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras_eeprom.c
102
__encode_table_header_to_buff(&control->
tbl_hdr
, buff + EEPROM_ADDRESS_SIZE);
121
for (i = 0; i < sizeof(control->
tbl_hdr
) - sizeof(control->
tbl_hdr
.checksum); i++)
122
tbl_sum += *(((unsigned char *)&control->
tbl_hdr
) + i);
167
control->
tbl_hdr
.checksum = 256 - (control->tbl_byte_sum % 256);
176
if (control->
tbl_hdr
.checksum + (control->tbl_byte_sum % 256) != 256) {
177
DRM_WARN("Checksum mismatch, checksum: %u ", control->
tbl_hdr
.checksum);
187
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
214
struct amdgpu_ras_eeprom_table_header *hdr = &control->
tbl_hdr
;
478
control->
tbl_hdr
.tbl_size += EEPROM_TABLE_RECORD_SIZE * num
[
all
...]
amdgpu_ras_eeprom.h
48
struct amdgpu_ras_eeprom_table_header
tbl_hdr
;
member in struct:amdgpu_ras_eeprom_control
/src/usr.bin/rpcgen/
rpc_tblout.c
61
static const char
tbl_hdr
[] = "struct rpcgen_table %s_table[] = {\n";
variable in typeref:typename:const char[]
104
f_print(fout,
tbl_hdr
, progvers);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025