/src/sys/external/bsd/gnu-efi/dist/inc/ |
efilink.h | 27 // List entry - doubly linked list 62 // PLIST_ENTRY Entry 66 #define _RemoveEntryList(Entry) { \ 68 _Flink = (Entry)->Flink; \ 69 _Blink = (Entry)->Blink; \ 75 #define RemoveEntryList(Entry) \ 76 _RemoveEntryList(Entry); \ 77 (Entry)->Flink = (LIST_ENTRY *) BAD_POINTER; \ 78 (Entry)->Blink = (LIST_ENTRY *) BAD_POINTER; 80 #define RemoveEntryList(Entry) \ [all...] |
efiui.h | 22 entry contains all zeros. 54 UI_STRING_ENTRY *Entry;
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_basic_logging.h | 32 void basicLoggingHandleArg0RealTSC(int32_t FuncId, XRayEntryType Entry); 33 void basicLoggingHandleArg0EmulateTSC(int32_t FuncId, XRayEntryType Entry); 34 void basicLoggingHandleArg1RealTSC(int32_t FuncId, XRayEntryType Entry, 36 void basicLoggingHandleArg1EmulateTSC(int32_t FuncId, XRayEntryType Entry,
|
xray_fdr_logging.h | 32 void fdrLoggingHandleArg0(int32_t FuncId, XRayEntryType Entry); 33 void fdrLoggingHandleArg1(int32_t FuncId, XRayEntryType Entry, uint64_t Arg1);
|
xray_profiling.cc | 273 XRayEntryType Entry) XRAY_NEVER_INSTRUMENT { 296 switch (Entry) { 297 case XRayEntryType::ENTRY: 311 void profilingHandleArg1(int32_t FuncId, XRayEntryType Entry, 313 return profilingHandleArg0(FuncId, Entry);
|
xray_fdr_logging.cc | 497 XRayEntryType Entry) XRAY_NEVER_INSTRUMENT { 509 switch (Entry) { 510 case XRayEntryType::ENTRY: 526 void fdrLoggingHandleArg1(int32_t FuncId, XRayEntryType Entry, 539 switch (Entry) { 540 case XRayEntryType::ENTRY:
|
/src/sys/dev/acpi/ |
acpi_slit.c | 83 aprint_debug("%u ", slit->Entry[idx]); 102 return slit->Entry[idx];
|
/src/lib/libc/net/ |
nsparser.y | 77 : Entry 78 | Lines Entry 81 Entry 93 "error adding entry");
|
/src/sys/arch/m68k/060sp/dist/ |
iskeletn.s | 43 # (2) example package entry code 123 # stack frame and branches to the _real_trace() entry point. 154 # Entry point for the selected cas emulation code implementation. 165 # Entry point for the selected cas2 emulation code implementation. 176 # Entry point for the operating system's routine to "lock" a page 198 # Entry point for the operating system's routine to "unlock" a 215 # (2) EXAMPLE PACKAGE ENTRY CODE #
|
test.doc | 58 This will allow the calling routines to access the entry points 70 (1) | Call-Out | - 4 bytes per entry (user fills these in) 73 | | - 8 bytes per entry 74 (2) | Entry Point | - user does "bsr" or "jsr" to this address 91 entry should contain the address of the corresponding function RELATIVE to 96 The second section, the "Entry-point" section, is used by external routines 98 no symbol names, this section contains function entry points that are fixed 99 with respect to the top of the package. The currently defined entry-points 100 are listed in section "68060{ISP,FPSP}-TEST entry points" below. A calling 102 function entry-point [all...] |
fpsp.doc | 64 This will allow calling routines to access the entry points 76 (1) | Call-Out | - 4 bytes per entry (user fills these in) 79 | | - 8 bytes per entry 80 (2) | Entry Point | - user does "bra" or "jmp" to this address 96 listed in "68060FPSP call-outs" below). Each field entry should contain 101 The second section, the "Entry-point" section, is used by external routines 103 no symbol names, this section contains function entry points that are fixed 104 with respect to the top of the package. The currently defined entry-points 105 are listed in section "68060 FPSP entry points" below. A calling routine 107 entry-point [all...] |
isp.doc | 72 This will allow calling routines to access the entry points 84 (1) | Call-Out | - 4 bytes per entry (user fills these in) 87 | | - 8 bytes per entry 88 (2) | Entry Point | - user does a "bra" or "jmp" to this address 104 listed in "68060ISP call-outs" below). Each field entry should contain 109 The second section, the "Entry-point" section, is used by external routines 111 no symbol names, this section contains function entry points that are fixed 112 with respect to the top of the package. The currently defined entry-points 113 are listed in section "68060 ISP entry points" below. A calling routine 115 entry-point [all...] |
/src/sys/external/bsd/acpica/dist/common/ |
dmtbdump3.c | 221 Offset = ACPI_OFFSET (ACPI_TABLE_SLIT, Entry[0]); 222 Row = (UINT8 *) ACPI_CAST_PTR (ACPI_TABLE_SLIT, Table)->Entry;
|
dmtbinfo1.c | 190 * Each entry is of the form: <Field Type, Field Offset, Field Name> 699 {ACPI_DMT_UINT64, ACPI_CDAT1_OFFSET (EntryBaseUnit), "Entry Base Unit", 0}, 700 {ACPI_DMT_UINT16, ACPI_CDAT1_OFFSET (Entry[0]), "Entry0", 0}, 701 {ACPI_DMT_UINT16, ACPI_CDAT1_OFFSET (Entry[1]), "Entry1", 0}, 702 {ACPI_DMT_UINT16, ACPI_CDAT1_OFFSET (Entry[2]), "Entry2", 0}, 746 {ACPI_DMT_UINT64, ACPI_CDAT5_OFFSET (EntryBaseUnit), "Entry Base Unit", 0}, 750 /* Switch Scoped Latency and Bandwidth Entry (SSLBE) (For subtable 5 above) */ 1008 /* Common device scope entry */ 1013 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (Length), "Entry Length", DT_LENGTH}, 1104 {ACPI_DMT_UINT64, ACPI_DRTM_OFFSET (EntryBaseAddress), "Entry Base Address", 0} [all...] |
/src/sys/arch/sh3/sh3/ |
cpu_in_cksum.S | 98 ENTRY(cpu_in_cksum) 139 !! Entry point for mbuf loop. We jump here after we have
|
/src/sys/external/bsd/gnu-efi/dist/lib/ |
misc.c | 551 for (Index = UiDeviceString, Array = Ui->Entry; Index < StringType; Index++, Array++) {
|
/src/sys/external/bsd/acpica/dist/include/ |
actbl3.h | 238 UINT8 Entry[1]; /* Real size = localities^2 */
|
actbl1.h | 663 UINT16 Entry[3]; 2132 /* Generic Error Data entry */
|
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 627 ASENTRY_NOPROFILE(rei) | dummy Entry of rei 635 ENTRY(setjmp) 642 ENTRY(qsetjmp) 651 ENTRY(longjmp) 672 ENTRY(spl0) 679 ENTRY(splx) 697 ENTRY(spl1) 704 ENTRY(spl2) 710 ENTRY(spl3) 716 ENTRY(spl4 [all...] |
/src/sys/arch/sparc64/sparc64/ |
locore.s | 287 * romp is the prom entry pointer 719 brgez,pn %g5, instr_miss ! Entry invalid? Punt 736 brgez,pn %g5, data_miss ! Entry invalid? Punt 930 brgez,pn %g5, instr_miss ! Entry invalid? Punt 947 brgez,pn %g5, data_miss ! Entry invalid? Punt 1688 brz,pn %g4, 1f ! NULL entry? check somewhere else 1697 brz,pn %g4, 1f ! NULL entry? check somewhere else 1706 brgez,pn %g6, 1f ! Entry invalid? Punt 1761 brz,pn %g4, winfix ! NULL entry? check somewhere else 1766 brz,pn %g4, winfix ! NULL entry? check somewhere els [all...] |
/src/sys/dev/ic/ |
mpt_mpilib.h | 1783 FC_PORT_PERSISTENT Entry[MPI_FC_PORT_PAGE_3_ENTRY_MAX]; /* 04h */
|
/src/usr.sbin/acpitools/acpidump/ |
acpi.c | 1202 printf(", Error Entry Count=%d", entries); 1898 ACPI_GTDT_TIMER_ENTRY *entry; local in function:acpi_print_gtblock 1908 entry = (ACPI_GTDT_TIMER_ENTRY *)((vaddr_t)gtblock 1912 if (entry >= (ACPI_GTDT_TIMER_ENTRY *)((vaddr_t)gtblock 1914 printf("\\ttWrong Timer entry\n"); 1917 printf("\t\tFrame Number=%d\n", entry->FrameNumber); 1920 (uintmax_t)entry->BaseAddress); 1923 (uintmax_t)entry->El0BaseAddress); 1926 entry->TimerInterrupt, entry->TimerFlags) [all...] |