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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_interceptors_ioctl_netbsd.inc 46 /* Entries from file: altq/altq_afmap.h */
51 /* Entries from file: altq/altq.h */
55 /* Entries from file: altq/altq_blue.h */
60 /* Entries from file: altq/altq_cbq.h */
67 /* Entries from file: altq/altq_cdnr.h */
81 /* Entries from file: altq/altq_fifoq.h */
84 /* Entries from file: altq/altq_hfsc.h */
88 /* Entries from file: altq/altq_jobs.h */
96 /* Entries from file: altq/altq_priq.h */
105 /* Entries from file: altq/altq_red.h *
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_interface_internal.h 55 size_t Entries;
xray_init.cc 87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map;
xray_interface.cc 254 if (InstrMap.Entries == 0)
269 auto MaxSled = InstrMap.Sleds[InstrMap.Entries - 1];
270 for (std::size_t I = 0; I < InstrMap.Entries; I++) {
296 for (std::size_t I = 0; I < InstrMap.Entries; ++I) {
469 // On PPC, function entries are always aligned to 16 bytes. The beginning of a
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump.c 432 UINT32 Entries;
444 Entries = (Table->Length - sizeof (ACPI_TABLE_HEADER)) / sizeof (UINT32);
446 for (i = 0; i < Entries; i++)
472 UINT32 Entries;
484 Entries = (Table->Length - sizeof (ACPI_TABLE_HEADER)) / sizeof (UINT64);
486 for (i = 0; i < Entries; i++)
dmtbinfo3.c 721 {ACPI_DMT_UINT32, ACPI_WDAT_OFFSET (Entries), "Watchdog Entry Count", 0},
725 /* WDAT Subtables - Watchdog Instruction Entries */
dmtbinfo1.c 1184 {ACPI_DMT_UINT32, ACPI_EINJ_OFFSET (Entries), "Injection Entry Count", 0},
1483 {ACPI_DMT_UINT32, ACPI_ERST_OFFSET (Entries), "Instruction Entry Count", 0},
  /src/sys/dev/
efi.c 161 struct EFI_SYSTEM_RESOURCE_ENTRY Entries[];
273 offsetof(struct EFI_SYSTEM_RESOURCE_TABLE, Entries);
274 if (tab->FwResourceCount > entry_space/sizeof(tab->Entries[0]))
281 Entries[tab->FwResourceCount]);
  /src/sys/external/bsd/acpica/dist/include/
actbl3.h 843 UINT32 Entries; /* Number of watchdog entries that follow */
853 /* WDAT Instruction Entries (actions) */
actbl1.h 1377 UINT32 Entries;
1382 /* EINJ Injection Instruction Entries (actions) */
1507 UINT32 Entries;
1512 /* ERST Serialization Entries (actions) */
  /src/sys/dev/acpi/
apei_erst.c 223 * truncated, stop here; if the entries are truncated, stop at
224 * the largest integral number of full entries that fits.
240 nentries = erst->Entries;
243 aprint_error_dev(sc->sc_dev, "ERST: excessive entries:"
apei_einj.c 151 * truncated, stop here; if the entries are truncated, stop at
152 * the largest integral number of full entries that fits.
168 nentries = einj->Entries;
171 aprint_error_dev(sc->sc_dev, "EINJ: excessive entries:"
541 * If there's no entries, stop here -- nothing to do separately
571 * Truncate the table to the number of entries requested and
573 * number of entries down to what fits in the table if the
586 " truncated to %zu entries\n",
601 * Now iterate over the EINJ-type entries and execute the
605 * Entries are fixed-size, so we can just index them
    [all...]
  /src/usr.sbin/acpitools/acpidump/
acpi.c 520 uint32_t i, pos, entries; local in function:acpi_print_hest_generic_status
523 entries = data->BlockStatus & ACPI_HEST_ERROR_ENTRY_COUNT;
536 printf("\t\tEntry Count=%d\n", entries);
545 for (i = 0; i < entries; i++) {
1187 uint32_t i, pos, entries; local in function:acpi_print_bert_region
1201 entries = region->BlockStatus & ACPI_BERT_ERROR_ENTRY_COUNT;
1202 printf(", Error Entry Count=%d", entries);
1212 for (i = 0; i < entries; i++) {
1668 printf("\tEntries=%d\n", einj->Entries);
1671 for (i = 0; i < einj->Entries; i++)
2522 u_int i, entries; local in function:acpi_handle_mcfg
4172 int i, entries; local in function:acpi_print_rsdt
4474 int entries, i; local in function:acpi_handle_rsdt
4760 int entries, i; local in function:sdt_from_rsdt
    [all...]
  /src/usr.bin/make/unit-tests/
Makefile 550 SED_CMDS.opt-debug-hash= -e 's,\(entries\)=[1-9][0-9],\1=<entries>,'
810 (cd "$$testsdir" && egrep '\.(exp|mk)/' CVS/Entries | cut -d/ -f2) | \

Completed in 25 milliseconds