Searched defs:function (Results 76 - 100 of 129) sorted by relevance

123456

/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp297 DWPCIController::ConfigAddress(uint8 bus, uint8 device, uint8 function, uint16 offset) argument
327 DWPCIController::ReadConfig(uint8 bus, uint8 device, uint8 function, argument
349 DWPCIController::WriteConfig(uint8 bus, uint8 device, uint8 function, argument
379 DWPCIController::ReadIrq(uint8 bus, uint8 device, uint8 function, argument
387 WriteIrq(uint8 bus, uint8 device, uint8 function, uint8 pin, uint8 irq) argument
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.h48 uint32 function: 3; member in struct:PciAddress::__anon20
59 uint32 function: 3; member in struct:PciAddressEcam::__anon21
/haiku/headers/private/graphics/
H A DAGP.h17 uchar function; /* function number in device */ member in struct:agp_info
/haiku/headers/os/support/
H A DObjectList.h680 BObjectList<T>::SortItems(CompareFunction function) argument
688 BObjectList<T>::SortItems(CompareFunctionWithState function, void* state) argument
696 BObjectList<T>::HSortItems(CompareFunction function) argument
704 BObjectList<T>::HSortItems(CompareFunctionWithState function, void* state) argument
/haiku/src/kits/media/legacy/
H A DOldMediaModule.cpp497 CallAt(mk_time time, mk_deferred_call function, void *arg) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp540 hash_function_t function = NULL; local
609 hash_function_t function = hash_function_for_code(hashCodes[i]); local
626 _VerifyHashFunction(hash_function_t function) argument
[all...]
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp106 FunctionInstance* function = frame->Function(); local
/haiku/src/kits/shared/
H A DExpressionParser.cpp584 void* function; member in struct:Function
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp23 acpi_status wmi_acpi_adr_space_handler(uint32 function, argument
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp782 intel_create_aperture(uint8 bus, uint8 device, uint8 function, size_t size, argument
/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp36 low_resource_func function; member in struct:low_resource_handler
439 unregister_low_resource_handler(low_resource_func function, void* data) argument
465 register_low_resource_handler(low_resource_func function, void* data, uint32 resources, int32 priority) argument
[all...]
H A Dsyscalls.cpp114 _user_generic_syscall(const char* userSubsystem, uint32 function, argument
H A Dthread.cpp519 ThreadCreationAttributes::ThreadCreationAttributes(thread_func function, argument
[all...]
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp63 acpi_evaluate_dsm(acpi_handle handle, const uint8 *guid, uint64 revision, uint64 function) argument
/haiku/src/libs/icon/
H A DIconRenderer.cpp212 agg::gradient_x function; local
218 agg::gradient_radial function; local
224 agg::gradient_diamond function; local
230 agg::gradient_conic function; local
236 agg::gradient_xy function; local
242 agg::gradient_sqrt_xy function; local
295 _GenerateGradient(agg::rgba8* span, int x, int y, unsigned len, GradientFunction function, int32 start, int32 end, const agg::rgba8* gradientColors, StyleTransformer* transformer) argument
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp377 arch_debug_call_with_fault_handler(cpu_ent* cpu, jmp_buf jumpBuffer, void (*function)(void*), void* parameter) argument
/haiku/headers/os/drivers/pcmcia/
H A Dds.h50 u_char function; member in struct:bind_info_t
/haiku/src/kits/debugger/debug_info/
H A DTeamDebugInfo.cpp139 status_t AddFunction(Function* function) argument
147 void RemoveFunction(Function* function) argument
208 _CompareLocationFunction(const SourceLocation* location, const Function* function) argument
295 Function* function = fFunctions->Clear(true); local
487 Function* function = FunctionAtSourceLocation(file, local
602 Function* function = entry->FunctionAt(0); local
707 Function* function = fFunctions->Lookup(instance); local
852 _AddFunction(Function* function) argument
890 _RemoveFunction(Function* function) argument
[all...]
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.cpp356 ArchitectureX86::CreateStackFrame(Image* image, FunctionDebugInfo* function, argument
604 ArchitectureX86::DisassembleCode(FunctionDebugInfo* function, argument
644 GetStatement(FunctionDebugInfo* function, target_addr_t address, Statement*& _statement) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp1163 UserlandFS::KernelEmu::spawn_kernel_thread(thread_entry function, argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp399 spawn_kernel_thread(thread_entry function, const char *threadName, argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.cpp433 ArchitectureX8664::CreateStackFrame(Image* image, FunctionDebugInfo* function, argument
681 ArchitectureX8664::DisassembleCode(FunctionDebugInfo* function, argument
721 GetStatement(FunctionDebugInfo* function, target_addr_t address, Statement*& _statement) argument
[all...]
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp224 DebugReportGenerator::FunctionSourceCodeChanged(Function* function) argument
549 Function* function = functionInstance->GetFunction(); local
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp626 EcSpaceSetup(acpi_handle region, uint32 function, void* context, argument
641 EcSpaceHandler(uint32 function, acpi_physical_address address, uint32 width, argument
H A DACPICAHaiku.cpp798 AcpiOsExecute(ACPI_EXECUTE_TYPE type, ACPI_OSD_EXEC_CALLBACK function, argument
1195 AcpiOsSignal(UINT32 function, void *info) argument
[all...]

Completed in 169 milliseconds

123456