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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_trace_buffer.h 65 uint32_t entry_count; member in struct:dmcub_trace_buf
  /src/sys/arch/x86/include/
mpbiosreg.h 83 uint16_t entry_count; member in struct:mpbios_cth
  /src/sys/arch/x86/x86/
mpbios.c 553 /* Compute the correct entry_count value. */
723 count = mp_cth->entry_count;
726 /* count the correct entry_count */
774 count = mp_cth->entry_count;
  /src/sys/dev/pci/
if_bnx.c 1710 int j, entry_count, rc = 0; local in function:bnx_init_nvram
1723 entry_count = sizeof(flash_table) / sizeof(struct flash_spec);
1738 for (j = 0, flash = &flash_table[0]; j < entry_count;
1759 for (j = 0, flash = &flash_table[0]; j < entry_count;
1785 if (j == entry_count) {

Completed in 20 milliseconds