Searched refs:function (Results 126 - 150 of 384) sorted by relevance

1234567891011>>

/haiku/src/kits/debugger/arch/
H A DArchitecture.cpp142 // get the function
144 FunctionInstance* function = NULL; local
147 function = imageDebugInfo->FunctionAtAddress(instructionPointer);
148 if (function != NULL)
149 functionDebugInfo = function->GetFunctionDebugInfo();
151 BReference<FunctionInstance> functionReference(function);
165 if (function != NULL) {
167 ->CreateFrame(image, function, cpuState, getFullFrameInfo,
186 frame->SetFunction(function);
/haiku/src/tests/system/glue/
H A DStackAlign.cpp16 int function(void) function
18 CHECK_STACK_ALIGN("function");
39 // Test from called function
40 function();
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexp.s2 .type expm1f,@function
16 .type expm1l,@function
22 .type expm1,@function
63 .type exp2f,@function
71 .type exp2l,@function
78 .type expf,@function
84 .type exp,@function
92 .type exp2,@function
H A Datan2f.s2 .type atan2f,@function
H A Datanf.s2 .type atanf,@function
H A Dlog1p.s2 .type log1p,@function
H A Dremquo.s2 .type remquof,@function
12 .type remquol,@function
22 .type remquo,@function
/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
96 uint8 bus, uint8 device, uint8 function,
100 uint8 bus, uint8 device, uint8 function,
106 uint8 bus, uint8 device, uint8 function,
110 uint8 bus, uint8 device, uint8 function,
118 inline addr_t ConfigAddress(uint8 bus, uint8 device, uint8 function, uint16 offset);
168 struct fdt_interrupt_map* interruptMap, int bus, int device, int function);
/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp89 DebuggerImageDebugInfo::GetStatement(FunctionDebugInfo* function, argument
92 return fArchitecture->GetStatement(function, address, _statement);
98 FunctionDebugInfo* function, const SourceLocation& sourceLocation,
106 DebuggerImageDebugInfo::GetSourceLanguage(FunctionDebugInfo* function, argument
97 GetStatementAtSourceLocation( FunctionDebugInfo* function, const SourceLocation& sourceLocation, Statement*& _statement) argument
H A DDebuggerImageDebugInfo.h48 virtual status_t GetStatement(FunctionDebugInfo* function,
52 FunctionDebugInfo* function,
56 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
/haiku/src/system/glue/arch/x86/
H A Dcrti.S20 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/libroot/posix/arch/ppc/
H A Dsetjmp_internal.h8 /* PPC function call ABI register use:
45 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps_asm.S11 .type SVec, @function
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_fw.h38 uint8_t function; member in struct:r92c_fw_hdr
/haiku/src/add-ons/kernel/busses/pci/x86/
H A DX86PCIController.cpp139 X86PCIController::ReadIrq(uint8 bus, uint8 device, uint8 function, argument
147 X86PCIController::WriteIrq(uint8 bus, uint8 device, uint8 function, argument
189 uint8 bus, uint8 device, uint8 function,
196 out32(PCI_MECH1_REQ_DATA(bus, device, function, offset), PCI_MECH1_REQ_PORT);
217 uint8 bus, uint8 device, uint8 function,
224 out32(PCI_MECH1_REQ_DATA(bus, device, function, offset), PCI_MECH1_REQ_PORT);
272 uint8 bus, uint8 device, uint8 function,
279 out8((uint8)(0xf0 | (function << 1)), PCI_MECH2_ENABLE_PORT);
302 uint8 bus, uint8 device, uint8 function,
309 out8((uint8)(0xf0 | (function <<
188 ReadConfig( uint8 bus, uint8 device, uint8 function, uint16 offset, uint8 size, uint32 &value) argument
216 WriteConfig( uint8 bus, uint8 device, uint8 function, uint16 offset, uint8 size, uint32 value) argument
271 ReadConfig( uint8 bus, uint8 device, uint8 function, uint16 offset, uint8 size, uint32 &value) argument
301 WriteConfig( uint8 bus, uint8 device, uint8 function, uint16 offset, uint8 size, uint32 value) argument
367 ReadConfig( uint8 bus, uint8 device, uint8 function, uint16 offset, uint8 size, uint32 &value) argument
382 WriteConfig( uint8 bus, uint8 device, uint8 function, uint16 offset, uint8 size, uint32 value) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.h40 uint8 function; member in struct:PCIDev
93 uint8 function, uint16 offset, uint8 size,
96 uint8 function, uint16 offset, uint8 size);
101 uint8 function, uint16 offset, uint8 size,
107 uint8 device, uint8 function, uint8 capID,
112 uint8 device, uint8 function, uint16 capID,
117 uint8 device, uint8 function, uint16 capID,
126 uint8 function);
132 uint8 function, uint8* state);
135 uint8 function, uint
[all...]
/haiku/src/system/libroot/posix/unistd/
H A Dfork.c24 void (*function)(void); member in struct:fork_hook
39 * Since this function allocates memory, it can fail, and returns B_NO_MEMORY
44 add_fork_hook(fork_hook **_hooks, fork_hook **_lastHook, void (*function)(void)) argument
50 hook->function = function;
64 // this can only be the case if this function is called directly, though)
95 hook->function();
101 /** Private support function that registers the hooks that will be executed
/haiku/src/tests/servers/debug/
H A Dcrashing_app.cpp138 crash_function_t* function; member in struct:Options
177 sOptions.function();
188 sOptions.function();
234 sOptions.function = get_crash_function(mode);
235 if (sOptions.function == NULL) {
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp101 for (uint8 function = 0; function < kMaxPCIFunctionCount; function++) {
102 if ((entry.pci_function_mask & (1 << function)) == 0)
106 function, entry.irq) == B_OK) {
118 // check the base device at function 0
133 for (uint8 function = 0; function < functionCount; function++) {
136 function, PCI_vendor_i
[all...]
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci_pci.cpp149 val = gPci->read_pci_config(info->bus, info->device, info->function,
157 gPci->write_pci_config(info->bus, info->device, info->function,
168 latency = olatency = gPci->read_pci_config(info->bus, info->device, info->function,
173 gPci->write_pci_config(info->bus, info->device, info->function,
178 info->function, PCI_line_size, 1);
182 gPci->write_pci_config(info->bus, info->device, info->function,
189 sc->irq = gPci->read_pci_config(info->bus, info->device, info->function,
198 // val = gPci->read_pci_config(info->bus, info->device, info->function, 0x14, 4);
/haiku/src/tests/system/kernel/unit/
H A DTestContext.h50 thread_id SpawnThread(thread_func function,
113 const char* function,
116 const char* function,
168 TestContext::AssertFailed(const char* file, int line, const char* function, argument
171 Error("ASSERT FAILED at %s:%d %s: %s\n", file, line, function, condition);
176 TestContext::AssertFailed(const char* file, int line, const char* function, argument
186 Error("ASSERT FAILED at %s:%d %s: %s; %s\n", file, line, function,
/haiku/src/add-ons/kernel/generic/dpc/
H A Ddpc.c23 dpc_func function; member in struct:__anon4
63 dpc.function(dpc.arg);
71 dpc.function(dpc.arg);
159 queue_dpc(void *handle, dpc_func function, void *arg) argument
165 if (!queue || !function)
179 queue->slots[queue->tail].function = function;
/haiku/src/system/kernel/scheduler/
H A Dscheduler_profiler.h31 void EnterFunction(int32 cpu, const char* function);
32 void ExitFunction(int32 cpu, const char* function);
66 FunctionData* _FindFunction(const char* function);
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h75 virtual status_t GetStatement(FunctionDebugInfo* function,
80 FunctionDebugInfo* function,
85 virtual status_t GetSourceLanguage(FunctionDebugInfo* function,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c285 * @handler: function to perform the logging
304 * @function: Function in which the log line occurred
312 * This is just a redirector function. The arguments are simply passed to the
319 int ntfs_log_redirect(const char *function, const char *file, argument
331 ret = ntfs_log.handler(function, file, line, level, data, format, args);
341 * @function: Function in which the log line occurred
361 int ntfs_log_handler_syslog(const char *function __attribute__((unused)),
425 * @function: Function in which the log line occurred
444 int ntfs_log_handler_fprintf(const char *function, const char *file, argument
487 if ((ntfs_log.flags & NTFS_LOG_FLAG_FUNCTION) || /* Source function */
557 ntfs_log_handler_stdout(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
590 ntfs_log_handler_outerr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
622 ntfs_log_handler_stderr(const char *function, const char *file, int line, u32 level, void *data, const char *format, va_list args) argument
[all...]

Completed in 93 milliseconds

1234567891011>>