HomeSort by: relevance | last modified time | path
    Searched refs:record_type (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/ia64/unwind/
decode.h 189 enum record_type { enum
202 enum record_type type;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser2.c 330 if (header->record_type == LAST_RECORD_TYPE ||
334 if (header->record_type == ATOM_I2C_RECORD_TYPE
474 if (header->record_type == LAST_RECORD_TYPE ||
478 if (header->record_type == ATOM_HPD_INT_RECORD_TYPE
1368 if (header->record_type == LAST_RECORD_TYPE ||
1372 if (header->record_type != ATOM_ENCODER_CAP_RECORD_TYPE)
1734 if (record_header->record_type == 0xff ||
1739 if (record_header->record_type ==
  /src/sys/dev/
ipmivar.h 250 uint8_t record_type; /* SDR Record Type */ member in struct:sdrhdr
ipmi.c 1778 switch (s1->sdrhdr.record_type) {
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atomfirmware.h 699 uint8_t record_type; //An emun to indicate the record type member in struct:atom_common_record_header
705 struct atom_common_record_header record_header; //record_type = ATOM_I2C_RECORD_TYPE
712 struct atom_common_record_header record_header; //record_type = ATOM_HPD_INT_RECORD_TYPE
730 struct atom_common_record_header record_header; //record_type = ATOM_ENCODER_CAP_RECORD_TYPE
  /src/sys/dev/pci/
if_wm.c 15010 uint8_t record_type, word_address; local in function:wm_nvm_read_word_invm
15018 record_type = INVM_DWORD_TO_RECORD_TYPE(invm_dword);
15019 if (record_type == INVM_UNINITIALIZED_STRUCTURE)
15021 if (record_type == INVM_CSR_AUTOLOAD_STRUCTURE)
15023 if (record_type == INVM_RSA_KEY_SHA256_STRUCTURE)
15025 if (record_type == INVM_WORD_AUTOLOAD_STRUCTURE) {

Completed in 31 milliseconds