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

  /src/sys/external/bsd/acpica/dist/events/
evhandler.c 378 * Setup - Address of the setup function
393 ACPI_ADR_SPACE_SETUP Setup,
428 Setup = AcpiEvSystemMemoryRegionSetup;
434 Setup = AcpiEvIoSpaceRegionSetup;
440 Setup = AcpiEvPciConfigRegionSetup;
446 Setup = AcpiEvCmosRegionSetup;
452 Setup = AcpiEvPciBarRegionSetup;
458 Setup = AcpiEvDataTableRegionSetup;
468 /* If the caller hasn't specified a setup routine, use the default *
    [all...]
evxfregn.c 63 * Setup - Address of the setup function
86 ACPI_ADR_SPACE_SETUP Setup,
122 Node, SpaceId, Handler, Setup, Context);
145 ACPI_ADR_SPACE_SETUP Setup,
148 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, TRUE);
158 ACPI_ADR_SPACE_SETUP Setup,
161 return AcpiInstallAddressSpaceHandlerInternal (Device, SpaceId, Handler, Setup, Context, FALSE);
evregion.c 204 RegionSetup = HandlerDesc->AddressSpace.Setup;
233 * We must exit the interpreter because the region setup will
246 /* Check for failure of the Region Setup */
481 * If the region has been activated, call the setup handler with
486 RegionSetup = HandlerObj->AddressSpace.Setup;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_coverage_fuchsia.cc 73 // Complete the setup before filling in any guards with indices.
74 // This avoids the possibility of code called from Setup reentering
76 u32 idx = Setup(end - start);
125 u32 Setup(u32 num_guards) {
  /src/sys/arch/amiga/dev/
mscreg.h 118 u_char Setup; /* causes reconfiguration */
msc.c 626 ms->Setup = true;
827 ms->Setup = true;
835 ms->Setup = true;
1161 ms->Setup = true;
  /src/sys/external/bsd/acpica/dist/include/
acevents.h 271 ACPI_ADR_SPACE_SETUP Setup,
315 * evregini - Region initialization and setup
acobject.h 99 #define AOPOBJ_SETUP_COMPLETE 0x20 /* Region setup is complete */
418 ACPI_ADR_SPACE_SETUP Setup;
acpixf.h 840 ACPI_ADR_SPACE_SETUP Setup,
849 ACPI_ADR_SPACE_SETUP Setup,
  /src/sys/external/bsd/acpica/dist/utilities/
utdelete.c 291 if (HandlerDesc->AddressSpace.Setup)
293 (void) HandlerDesc->AddressSpace.Setup (Object,
  /src/sys/arch/sun3/sun3/
locore.s 153 | Setup process zero user/kernel stacks.
  /src/sys/arch/sun3/sun3x/
locore.s 80 | Note: borrowing mon_crp for tt0 setup...
130 | Setup process zero user/kernel stacks.
  /src/common/dist/zlib/
make_vms.com 40 $! Setup variables holding "config" information

Completed in 33 milliseconds