Searched refs:Function (Results 1 - 25 of 56) sorted by last modified time

123

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h1277 UINT32 Function);
1311 UINT32 Function,
1348 UINT32 Function,
1461 UINT16 Function; member in struct:acpi_pci_id
H A Dactbl3.h548 UINT8 Bus; /* PCI Bus/Segment/Function numbers */
550 UINT8 Function; member in struct:acpi_table_tcpa_server
812 UINT8 PciFunction; /* PCI Function number */
936 UINT8 PciFunction; /* PCI Function number */
H A Dactbl2.h3556 UINT8 Function; member in struct:acpi_sdev_pcie_path
H A Dactbl1.h368 UINT8 Function; member in struct:acpi_asf_control_data
1144 UINT8 Function; member in struct:acpi_dmar_pci_path
1873 UINT16 Function; member in struct:acpi_hest_aer_common
H A Dacpixf.h864 UINT32 Function))
H A Dacpiosxf.h450 ACPI_OSD_EXEC_CALLBACK Function,
563 UINT32 Function,
H A Dacoutput.h222 /* Trace verbosity level 2 [Function tracing and memory allocation] */
441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
464 * Function entry tracing
472 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \
474 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param))
496 * Function exit tracing
518 #define ACPI_TRACE_EXIT(Function, Type, Param) \
521 Function (ACPI_DEBUG_PARAMETERS, _Param); \
527 #define ACPI_TRACE_EXIT(Function, Typ
[all...]
H A Daclocal.h600 UINT32 Function; member in struct:acpi_reg_walk_info
H A Dacinterp.h821 UINT32 Function,
830 UINT32 Function,
839 UINT32 Function,
848 UINT32 Function,
857 UINT32 Function,
866 UINT32 Function,
875 UINT32 Function,
885 UINT32 Function,
H A Dacevents.h394 UINT32 Function,
414 UINT32 Function);
419 UINT32 Function);
428 UINT32 Function,
435 UINT32 Function,
442 UINT32 Function,
449 UINT32 Function,
456 UINT32 Function,
463 UINT32 Function,
470 UINT32 Function,
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c364 * Function - Not (currently) used, see below
370 * TBD: When a second function is added, must save the Function also.
377 UINT32 Function)
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/hardware/
H A Dhwpci.c227 * the Bus/Device/Function numbers in the PciId with the actual
234 * Function number PCI ID subfields as appropriate for the
389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function));
416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function,
510 * From _ADR, get the PCI Device and Function and
514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue));
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexserial.c297 UINT32 Function; local
309 * of Function
321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
327 Function = ACPI_READ;
353 Function = ACPI_READ | (AccessorType << 16);
359 Function = ACPI_READ;
381 ACPI_CAST_PTR (UINT64, BufferDesc->Buffer.Pointer), Function);
415 UINT32 Function; local
432 * of Function
454 Function
[all...]
H A Dexregion.c165 * PARAMETERS: Function - Read or Write operation
181 UINT32 Function,
361 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
371 switch (Function)
452 * PARAMETERS: Function - Read or Write operation
468 UINT32 Function,
484 BitWidth, Function, ACPI_FORMAT_UINT64 (Address)));
488 switch (Function)
517 * PARAMETERS: Function - Read or Write operation
533 UINT32 Function,
180 AcpiExSystemMemorySpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
467 AcpiExSystemIoSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
532 AcpiExPciConfigSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
613 AcpiExCmosSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
650 AcpiExPciBarSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
687 AcpiExDataTableSpaceHandler( UINT32 Function, ACPI_PHYSICAL_ADDRESS Address, UINT32 BitWidth, UINT64 *Value, void *HandlerContext, void *RegionContext) argument
[all...]
H A Dexfldio.c347 * Function - Read or Write flag plus other region-
361 UINT32 Function)
393 if ((Function & ACPI_IO_MASK) == ACPI_READ)
414 Function, RegionOffset,
357 AcpiExAccessRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) argument
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devrgnini.c167 * Function - Start or stop
180 UINT32 Function,
192 if (Function == ACPI_REGION_DEACTIVATE)
236 * Function - Start or stop
249 UINT32 Function,
256 if (Function == ACPI_REGION_DEACTIVATE)
274 * Function - Start or stop
289 UINT32 Function,
319 if (Function == ACPI_REGION_DEACTIVATE)
441 PciId->Function
178 AcpiEvSystemMemoryRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
247 AcpiEvIoSpaceRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
287 AcpiEvPciConfigRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
558 AcpiEvPciBarRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
589 AcpiEvCmosRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
620 AcpiEvDataTableRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
676 AcpiEvDefaultRegionSetup( ACPI_HANDLE Handle, UINT32 Function, void *HandlerContext, void **RegionContext) argument
[all...]
H A Devregion.c238 * Function - Read or Write operation
261 UINT32 Function,
451 Status = Handler (Function, Address, BitWidth, Value, Context,
714 * Function - Passed to _REG: On (1) or Off (0)
725 UINT32 Function)
775 if ((Function == ACPI_REG_CONNECT &&
777 (Function == ACPI_REG_DISCONNECT &&
813 Args[1] = AcpiUtCreateIntegerObject ((UINT64) Function);
835 if (Function == ACPI_REG_CONNECT)
859 * Function
258 AcpiEvAddressSpaceDispatch( ACPI_OPERAND_OBJECT *RegionObj, ACPI_OPERAND_OBJECT *FieldObj, UINT32 Function, UINT32 RegionOffset, UINT32 BitWidth, UINT64 *Value) argument
723 AcpiEvExecuteRegMethod( ACPI_OPERAND_OBJECT *RegionObj, UINT32 Function) argument
869 AcpiEvExecuteRegMethods( ACPI_NAMESPACE_NODE *Node, ACPI_ADR_SPACE_TYPE SpaceId, UINT32 Function) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp910 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8);
943 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8, value);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp33 #include "Function.h"
2316 FunctionID* functionID = fStackFrame->Function()
2922 || fStackFrame->Function() == NULL) {
2927 FunctionID* functionID = fStackFrame->Function()->GetFunctionID();
3000 || fStackFrame->Function() == NULL) {
3005 FunctionID* functionID = fStackFrame->Function()->GetFunctionID();
3175 FunctionInstance* function = fStackFrame->Function();
3224 FunctionID* id = fStackFrame->Function()->GetFunctionID();
3248 FunctionInstance* instance = fStackFrame->Function();
3346 FunctionID* functionID = fStackFrame->Function()
[all...]
H A DTeamWindow.cpp1126 TeamWindow::FunctionSourceCodeChanged(Function* function)
1506 _SetActiveFunction(fActiveStackFrame->Function(), false);
1537 Function* function = fTeam->FunctionByID(
1591 Function* function = fActiveFunction->GetFunction();
1620 if (frame->Function() == fActiveFunction) {
H A DImageFunctionsView.cpp87 FunctionInstance* Function() const function in class:ImageFunctionsView::SourcePathComponentNode
413 FunctionInstance* function = node->Function();
497 _function = node->Function();
830 = new HighlightingTableColumn(0, "File/Function", 300, 100, 1000,
/haiku/src/kits/shared/
H A DExpressionParser.cpp581 struct Function { struct
/haiku/headers/private/shared/
H A DExpressionParser.h35 struct Function;
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp77 class Function { class
79 Function() : fReturnType("") {} function in class:Function
123 class Syscall : public Function {
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp224 DebugReportGenerator::FunctionSourceCodeChanged(Function* function)
549 Function* function = functionInstance->GetFunction();

Completed in 207 milliseconds

123