Searched refs:function (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Drshift.S40 slw r3,r11,r8 # compute function return value
/haiku/headers/private/debugger/debug_info/
H A DFunction.h87 virtual void FunctionSourceCodeChanged(Function* function);
H A DImageDebugInfo.h76 const FunctionInstance* function);
H A DFunctionInstance.h61 void SetFunction(Function* function);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.h108 FunctionInstance* function);
134 FunctionInstance* function,
172 virtual void FunctionSourceCodeChanged(Function* function);
186 void _SetActiveFunction(FunctionInstance* function,
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dsysdep.h50 ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),@function); \
59 /* If compiled for profiling, call `_mcount' at the start of each function. */
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dsysdep.h44 ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),@function) \
55 /* If compiled for profiling, call `mcount' at the start of each function. */
/haiku/src/system/kernel/arch/x86/
H A Dsyscalls_compat.cpp54 status_t _user_generic_syscall(const char* userSubsystem, uint32 function,
/haiku/src/tools/fs_shell/
H A Dkernel_export.cpp17 fssh_spawn_kernel_thread(fssh_thread_func function, const char *threadName, argument
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dhypot.s2 .type hypot,@function
H A Dhypotf.s2 .type hypotf,@function
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.h59 uint8 function; member in struct:pci_address
/haiku/src/kits/network/libnetservices2/
H A DHttpBuffer.h22 using HttpTransferFunction = std::function<size_t(const std::byte*, size_t)>;
H A DHttpSerializer.h22 using HttpTransferFunction = std::function<size_t(const std::byte*, size_t)>;
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c470 card->info.function, AUVIA_PCICONF_JUNK, 4);
477 card->info.function, AUVIA_PCICONF_JUNK, 4, pr );
480 card->info.function, AUVIA_PCICONF_JUNK, 4);
542 card->info.function, PCI_command, 2);
545 card->info.function, PCI_command, 2, cmd | PCI_command_io);
547 card->info.function, PCI_command, 2);
600 if ((err = (*pci->reserve_device)(info.bus, info.device, info.function,
603 DRIVER_NAME, info.bus, info.device, info.function,
611 (*pci->unreserve_device)(info.bus, info.device, info.function,
648 cards[ix].info.device, cards[ix].info.function,
[all...]
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp224 controller->pci_info.device, controller->pci_info.function, reg, size);
226 controller->pci_info.device, controller->pci_info.function,
233 controller->pci_info.device, controller->pci_info.function, reg, size);
1055 controller->pci_info.function, codec->addr, controller->corb[writePos]);
1070 controller->pci_info.function, codec->addr, codec->responses[0]);
1107 gPci->set_powerstate(pciInfo.bus, pciInfo.device, pciInfo.function,
1127 cmd = gPci->read_pci_config(pciInfo.bus, pciInfo.device, pciInfo.function,
1137 gPci->write_pci_config(pciInfo.bus, pciInfo.device, pciInfo.function,
1161 pciInfo.function) >= 1) {
1165 pciInfo.function,
[all...]
/haiku/headers/private/kernel/boot/
H A Dmenu.h140 void AddShortcut(char key, shortcut_hook function);
156 shortcut_hook function; member in struct:Menu::shortcut
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandFSServer.cpp102 // Get the FS creation function -- the add-on links against one of our
103 // libraries exporting that function, so we search recursively.
106 status_t (*function)(const char*, image_id, FileSystem**);
114 error = createFSFunction.function(fileSystem, fAddOnImage, &fFileSystem);
/haiku/src/kits/debugger/model/
H A DStackFrame.cpp124 StackFrame::SetFunction(FunctionInstance* function) argument
129 fFunction = function;
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.h213 static acpi_status EcSpaceSetup(acpi_handle region, uint32 function,
215 static acpi_status EcSpaceHandler(uint32 function,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h37 typedef int (ntfs_log_handler)(const char *function, const char *file, int line,
65 int ntfs_log_redirect(const char *function, const char *file, int line,
71 #define NTFS_LOG_LEVEL_TRACE (1 << 1) /* Entering function x() */
80 #define NTFS_LOG_LEVEL_ENTER (1 << 10) /* Enter a function */
81 #define NTFS_LOG_LEVEL_LEAVE (1 << 11) /* Leave a function */
87 #define NTFS_LOG_FLAG_FUNCTION (1 << 3) /* Show the function name containing the message */
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp69 void (*function)(void*), const void* data)
73 thread->arch_info.regs[11] = (uint64_t)function;
68 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, void (*function)(void*), const void* data) argument
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.cpp69 info.bus, info.device, info.function,
/haiku/src/system/kernel/arch/m68k/
H A Dasm_offsets.cpp64 DEFINE_OFFSET_MACRO(SYSCALL_INFO, syscall_info, function);
/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp136 Function::Listener::FunctionSourceCodeChanged(Function* function) argument

Completed in 126 milliseconds

1234567891011>>