Searched refs:Function (Results 1 - 25 of 56) sorted by relevance

123

/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp7 #include "Function.h"
13 Function::Function() function in class:Function
22 Function::~Function()
33 Function::SetSourceCode(FileSourceCode* source, function_source_state state)
62 Function::AddListener(Listener* listener)
69 Function::RemoveListener(Listener* listener)
76 Function::AddInstance(FunctionInstance* instance)
88 Function
[all...]
H A DTeamDebugInfo.cpp24 #include "Function.h"
42 typedef Function ValueType;
59 size_t Hash(const Function* value) const
64 bool Compare(const FunctionInstance* key, const Function* value) const
79 Function*& GetLink(Function* value) const
139 status_t AddFunction(Function* function)
147 void RemoveFunction(Function* function)
155 Function* FunctionAtLocation(const SourceLocation& location) const
172 Function* FunctionA
[all...]
H A DFunctionInstance.cpp11 #include "Function.h"
55 FunctionInstance::SetFunction(Function* function)
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.h17 Scheduler::Profiling::Function schedulerProfiler(__PRETTY_FUNCTION__)
87 class Function { class in namespace:Scheduler::Profiling
89 inline Function(const char* functionName);
90 inline ~Function();
99 Function::Function(const char* functionName) function in class:Scheduler::Profiling::Function
107 Function::~Function()
115 Function::Exit()
/haiku/headers/private/debugger/debug_info/
H A DFunction.h19 class Function : public BReferenceable, private LocatableFile::Listener { class in inherits:BReferenceable,LocatableFile::Listener
24 Function();
25 ~Function();
79 Function* fNext;
83 class Function::Listener : public DoublyLinkedListLinkImpl<Listener> {
87 virtual void FunctionSourceCodeChanged(Function* function);
H A DFunctionInstance.h24 class Function;
39 Function* GetFunction() const
61 void SetFunction(Function* function);
74 Function* fFunction;
H A DTeamDebugInfo.h26 class Function;
90 Function* FunctionAtSourceLocation(LocatableFile* file,
92 Function* FunctionByID(FunctionID* functionID) const;
105 status_t _AddFunction(Function* function);
106 void _RemoveFunction(Function* function);
/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...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
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...]
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 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,
/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/headers/private/kernel/arch/generic/
H A Duser_memory.h58 template<typename Function>
59 bool user_access(Function function)
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h11 #include "Function.h"
35 private Function::Listener {
63 // Function::Listener
64 virtual void FunctionSourceCodeChanged(Function* function);
106 Function* fSourceWaitingFunction;
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliStackFrameCommand.cpp47 frame->Function()->PrettyName().String());
/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/headers/private/shared/
H A DExpressionParser.h35 struct Function;
/haiku/src/system/kernel/arch/x86/64/
H A Ddescriptors.cpp20 template<typename T, T (*Function)(unsigned), unsigned N, unsigned ...Index>
21 struct GenerateTable : GenerateTable<T, Function, N - 1, N - 1, Index...> {
24 template<typename T, T (*Function)(unsigned), unsigned ...Index>
25 struct GenerateTable<T, Function, 0, Index...> {
28 fTable { Function(Index)... }
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c131 if (status->Function == 0) {
150 printf(" function %d: ", status->Function);
168 if (config->Function == 0) {
210 printf(" function %d:\n", config->Function);
343 config.Function = config.ConfigBase = 0;
371 config.Function = config.ConfigBase = 0;
399 status.Function = i;
416 config.Function = i;
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h35 u_char Function; member in struct:conf_reg_t
106 u_char Function; member in struct:config_info_t
309 u_char Function; member in struct:cs_status_t
322 u_char Function; member in struct:bind_req_t
H A Dbulkmem.h137 u_int Function; member in struct:mtd_request_t
143 /* Fields in MTD Function */
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h20 class Function;
/haiku/src/kits/debugger/jobs/
H A DLoadSourceCodeJob.cpp14 #include "Function.h"
56 Function* function = fFunctionInstance->GetFunction();
92 // since Function will clear the disassembled code states of all

Completed in 294 milliseconds

123