Searched refs:function (Results 151 - 175 of 384) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/
H A Dlow_resource_manager.cpp36 low_resource_func function; member in struct:low_resource_handler
140 handler->function(handler->data, resources,
298 kprintf("function data resources prio function-name\n");
304 elf_debug_lookup_symbol_address((addr_t)handler->function, NULL,
314 kprintf("%p %p %s %4" B_PRId32 " %s\n", handler->function,
326 and \a timeout specify a timeout, the function will wait until the low
439 unregister_low_resource_handler(low_resource_func function, void* data) argument
441 TRACE(("unregister_low_resource_handler(function = %p, data = %p)\n",
442 function, dat
465 register_low_resource_handler(low_resource_func function, void* data, uint32 resources, int32 priority) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dpci.cpp66 info->function, offset, size);
79 gPci->write_pci_config(info->bus, info->device, info->function, offset,
167 return info->function;
235 status = gPci->find_pci_capability(info->bus, info->device, info->function,
249 status = gPci->find_pci_extended_capability(info->bus, info->device, info->function,
260 return gPci->get_msi_count(info->bus, info->device, info->function);
269 if (gPci->configure_msi(info->bus, info->device, info->function, *count,
284 gPci->unconfigure_msi(info->bus, info->device, info->function);
297 if (gPci->find_pci_capability(info->bus, info->device, info->function,
301 uint32 table_value = gPci->read_pci_config(info->bus, info->device, info->function,
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_kernel_export.h16 extern fssh_thread_id fssh_spawn_kernel_thread(fssh_thread_func function,
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_support.c28 si->vendor_id, si->device_id, si->bus, si->device, si->function,
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_support.c28 si->vendor_id, si->device_id, si->bus, si->device, si->function,
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Darch_start_kernel.S6 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/tests/system/kernel/unit/
H A DTestContext.cpp34 thread_func function; member in struct:GlobalTestContext::ThreadCookie
37 ThreadCookie(GlobalTestContext* context, thread_func function, void* arg) argument
40 function(function),
115 GlobalTestContext::SpawnThread(thread_func function, const char* name, argument
118 ThreadCookie* cookie = new(std::nothrow) ThreadCookie(this, function, arg);
183 thread_func function = cookie->function; local
187 status_t result = function(arg);
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h48 FunctionDebugInfo* function,
64 virtual status_t DisassembleCode(FunctionDebugInfo* function,
67 virtual status_t GetStatement(FunctionDebugInfo* function,
103 FunctionDebugInfo* function) const;
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ata.h44 uint8 function; member in struct:HPT_controller_info
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dlog1pf.s2 .type log1pf,@function
H A Dsqrt.s2 .type sqrt,@function
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h49 FunctionDebugInfo* function,
65 virtual status_t DisassembleCode(FunctionDebugInfo* function,
68 virtual status_t GetStatement(FunctionDebugInfo* function,
103 FunctionDebugInfo* function) const;
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.h29 void AddHandler(handler_func function);
/haiku/src/add-ons/kernel/drivers/network/ether/sis19x/
H A Dglue.c89 pciInfo.device, pciInfo.function, 0x48, 1);
92 pciInfo.device, pciInfo.function, 0x48, 1, reg);
95 pciInfo.device, pciInfo.function, 0x48, 1);
110 pciInfo.device, pciInfo.function, 0x48, 1, reg);
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.cpp163 ECAMPCIController::ConfigAddress(uint8 bus, uint8 device, uint8 function, uint16 offset) argument
167 .function = function,
182 ECAMPCIController::ReadConfig(uint8 bus, uint8 device, uint8 function, argument
185 addr_t address = ConfigAddress(bus, device, function, offset);
202 ECAMPCIController::WriteConfig(uint8 bus, uint8 device, uint8 function, argument
205 addr_t address = ConfigAddress(bus, device, function, offset);
230 ECAMPCIController::ReadIrq(uint8 bus, uint8 device, uint8 function, argument
238 ECAMPCIController::WriteIrq(uint8 bus, uint8 device, uint8 function, argument
/haiku/src/add-ons/kernel/drivers/graphics/radeon_hd/
H A Ddriver.h42 return gPCI->read_pci_config(info->bus, info->device, info->function,
50 gPCI->write_pci_config(info->bus, info->device, info->function, offset,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DImageFunctionsView.h34 void SetFunction(FunctionInstance* function);
70 FunctionInstance* function) = 0;
H A DImageFunctionsView.cpp50 FunctionInstance* function)
55 fFunction(function),
413 FunctionInstance* function = node->Function(); local
414 if (function == NULL)
416 value.SetTo(function->Address());
436 bool GetFunctionPath(FunctionInstance* function, TreeTablePath& _path) argument
438 if (function == NULL)
441 LocatableFile* sourceFile = function->SourceFile();
475 childIndex = node->FindChildIndexByName(function->PrettyName());
544 FunctionInstance* function, LocatableFil
48 SourcePathComponentNode(SourcePathComponentNode* parent, const BString& componentName, LocatableFile* sourceFile, FunctionInstance* function) argument
543 _AddFunctionByPath(const BStringList& pathComponents, FunctionInstance* function, LocatableFile* file, RegExp::MatchResult& pathMatch, RegExp::MatchResult& functionMatch) argument
593 _AddFunctionNode(SourcePathComponentNode* parent, FunctionInstance* function, LocatableFile* file, RegExp::MatchResult& match) argument
716 SetFunction(FunctionInstance* function) argument
803 FunctionInstance* function = NULL; local
[all...]
/haiku/src/add-ons/accelerants/via/engine/
H A Dagp.c55 && nai.agpi.function == si->function) {
/haiku/src/kits/debugger/debug_info/
H A DFunctionInstance.cpp55 FunctionInstance::SetFunction(Function* function) argument
60 fFunction = function;
/haiku/src/system/libroot/posix/glibc/include/arch/sparc/
H A Dsysdep.h31 .type __sparc_get_pc_thunk.reg, #function; \
72 .type name, @function; \
/haiku/headers/private/kernel/arch/generic/
H A Duser_memory.h59 bool user_access(Function function) argument
63 // And faster... And world wouldn't end in a terrible disaster if function()
69 function();
/haiku/src/system/kernel/arch/riscv64/
H A Dsbi_syscalls.S9 .type name,%function; \
19 .type name,%function; \
/haiku/src/system/boot/platform/riscv/
H A Dtraps_asm.S11 .type MVec, @function
30 .type MVecS, @function
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.h30 return gPCI->read_pci_config(info->bus, info->device, info->function,
38 gPCI->write_pci_config(info->bus, info->device, info->function, offset,

Completed in 151 milliseconds

1234567891011>>