Searched refs:Function (Results 26 - 50 of 72) sorted by relevance

123

/haiku-fatelf/src/bin/bash/
H A Dinput.h26 /* Function pointers can be declared as (Function *)foo. */
29 typedef int Function (); typedef
H A Dlist.c118 Function *comparer;
H A Dgeneral.h174 /* Function pointers can be declared as (Function *)foo. */
177 typedef int Function (); typedef
/haiku-fatelf/src/bin/iasl/
H A Dosunixxf.c738 * Function - Address of the function to execute
750 ACPI_OSD_EXEC_CALLBACK Function,
754 // _beginthread (Function, (unsigned) 0, Context);
1117 * PARAMETERS: Function ACPI CA signal function code
1128 UINT32 Function,
1132 switch (Function)
748 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
1127 AcpiOsSignal( UINT32 Function, void *Info) argument
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dbulkmem.h137 u_int Function; member in struct:mtd_request_t
143 /* Fields in MTD Function */
/haiku-fatelf/src/apps/debugger/model/
H A DStackFrame.h68 FunctionInstance* Function() const { return fFunction; } function in class:StackFrame
H A DTeam.h49 class Function;
168 Function* FunctionByID(FunctionID* functionID) const;
H A DTeam.cpp18 #include "Function.h"
531 Function* function = fDebugInfo->FunctionAtSourceLocation(sourceFile,
549 Function*
/haiku-fatelf/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp73 class Function { class
75 Function() : fReturnType("") {} function in class:Function
119 class Syscall : public Function {
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/events/
H A Devregion.c353 * Function - Passed to _REG: On (1) or Off (0)
364 UINT32 Function)
416 Args[1] = AcpiUtCreateIntegerObject ((UINT64) Function);
448 * Function - Read or Write operation
465 UINT32 Function,
613 Status = Handler (Function,
362 AcpiEvExecuteRegMethod( ACPI_OPERAND_OBJECT *RegionObj, UINT32 Function) argument
462 AcpiEvAddressSpaceDispatch( ACPI_OPERAND_OBJECT *RegionObj, ACPI_OPERAND_OBJECT *FieldObj, UINT32 Function, UINT32 RegionOffset, UINT32 BitWidth, UINT64 *Value) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactypes.h1093 UINT32 Function);
1122 UINT32 Function,
1145 UINT32 Function,
1256 UINT16 Function; member in struct:acpi_pci_id
H A Dactbl2.h292 UINT8 Function; member in struct:acpi_asf_control_data
558 UINT8 Function; member in struct:acpi_dmar_pci_path
1272 UINT8 PciFunction; /* PCI Function number */
1396 UINT8 PciFunction; /* PCI Function number */
/haiku-fatelf/src/apps/debugger/jobs/
H A DJobs.h19 class Function;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm68k-stub.c117 typedef void (*Function)(); /* pointer to a function */ typedef
122 extern Function exceptionHandler(); /* assign an exception handler */
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp748 TeamWindow::FunctionSourceCodeChanged(Function* function)
985 _SetActiveFunction(fActiveStackFrame->Function());
1016 Function* function = fTeam->FunctionByID(
1071 Function* function = fActiveFunction->GetFunction();
1098 if (frame->Function() == fActiveFunction) {
H A DVariablesView.cpp29 #include "Function.h"
1480 FileSourceCode* code = fStackFrame->Function()->GetFunction()
1575 FunctionID* functionID = fStackFrame->Function()
1881 || fStackFrame->Function() == NULL) {
1886 FunctionID* functionID = fStackFrame->Function()->GetFunctionID();
1922 || fStackFrame->Function() == NULL) {
1927 FunctionID* functionID = fStackFrame->Function()->GetFunctionID();
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexfldio.c311 * Function - Read or Write flag plus other region-
325 UINT32 Function)
357 if ((Function & ACPI_IO_MASK) == ACPI_READ)
378 Function, RegionOffset,
321 AcpiExAccessRegion( ACPI_OPERAND_OBJECT *ObjDesc, UINT32 FieldDatumByteOffset, UINT64 *Value, UINT32 Function) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp905 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8);
938 pciId->Bus, pciId->Device, pciId->Function, reg, width / 8, value);
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c358 * Function - Not (currently) used, see below
364 * TBD: When a second function is added, must save the Function also.
371 UINT32 Function)
/haiku-fatelf/src/bin/pcmcia-cs/
H A Ddump_cisreg.c116 arg.conf_reg.Function = fn;
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtriostr.c821 @param Function Function to be executed.
826 TRIO_ARGS3((target, source, Function),
829 int (*Function) TRIO_PROTO((int)))
835 assert(Function);
839 *target++ = Function(*source++);
H A Dtriostr.h75 TRIO_STRING_PUBLIC size_t trio_span_function TRIO_PROTO((char *target, const char *source, int (*Function) TRIO_PROTO((int))));
/haiku-fatelf/src/apps/debugger/user_interface/util/
H A DUiUtils.cpp101 FunctionInstance* function = frame->Function();
/haiku-fatelf/headers/libs/agg/
H A Dagg_pixfmt_gray.h551 template<class Function> void for_each_pixel(Function f)
/haiku-fatelf/src/bin/sharutils/contrib/
H A Duudecode.pas122 Function CheckLine: boolean;

Completed in 233 milliseconds

123