Searched refs:function (Results 251 - 275 of 384) sorted by relevance

<<111213141516

/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dirq.c211 di->pcii.bus, di->pcii.device, di->pcii.function);
223 di->pcii.bus, di->pcii.device, di->pcii.function);
233 di->pcii.bus, di->pcii.device, di->pcii.function);
244 di->pcii.bus, di->pcii.device, di->pcii.function);
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dsysdep.h52 ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),@function) \
77 /* If compiled for profiling, call `mcount' at the start of each function. */
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h91 bool _VerifyHashFunction(hash_function_t function);
/haiku/src/system/kernel/arch/sparc/
H A Darch_thread.cpp46 void (*function)(void*), const void* data)
156 * This function does not return to the caller, but will enter userland
45 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, void (*function)(void*), const void* data) argument
/haiku/src/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Ddriver.cpp48 card->info.function, PCI_command, 2, 0);
55 card->info.function, 0x10, 2, base);
58 card->info.function, PCI_command, 2, command_reg);
/haiku/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c33 #define get_pci(o, s) (*pci_bus->read_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s))
34 #define set_pci(o, s, v) (*pci_bus->write_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s), (v))
142 pcii.vendor_id, pcii.device_id, pcii.bus, pcii.device, pcii.function);
354 di->pcii.bus, di->pcii.device, di->pcii.function);
372 di->pcii.bus, di->pcii.device, di->pcii.function);
445 di->pcii.bus, di->pcii.device, di->pcii.function);
466 // di->pcii.bus, di->pcii.device, di->pcii.function);
494 di->pcii.bus, di->pcii.device, di->pcii.function);
593 di->pcii.bus, di->pcii.device, di->pcii.function);
653 di->pcii.bus, di->pcii.device, di->pcii.function);
[all...]
/haiku/src/system/libroot/os/
H A Dthread.c26 void (*function)(void *); member in struct:callback_node
69 node->function(node->argument);
202 node->function = callback;
/haiku/headers/posix/
H A Dpthread.h57 void (*function)(void *argument); member in struct:__pthread_cleanup_handler
64 __handler.function = (func); \
70 __handler.function(__handler.argument); \
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c651 (card->info.bus, card->info.device, card->info.function, 0x18, 4);
653 (card->info.bus, card->info.device, card->info.function, 0x1C, 4);
661 (card->info.bus, card->info.device, card->info.function, 0x10, 4);
663 (card->info.bus, card->info.device, card->info.function, 0x14, 4);
678 card->info.function, PCI_command, 2);
683 card->info.function, PCI_command, 2, cmd | PCI_command_memory);
686 card->info.function, PCI_command, 2, cmd | PCI_command_io);
689 card->info.function, PCI_command, 2);
817 if ((err = (*pci->reserve_device)(info.bus, info.device, info.function,
820 DRIVER_NAME, info.bus, info.device, info.function,
[all...]
/haiku/src/system/kernel/
H A Dsyscalls.cpp81 status_t _user_generic_syscall(const char* userSubsystem, uint32 function,
108 Also handles the special generic syscall function \c B_SYSCALL_INFO.
110 the subsystem does not support the requested function.
114 _user_generic_syscall(const char* userSubsystem, uint32 function, argument
123 //dprintf("generic_syscall(subsystem = \"%s\", function = %lu)\n", subsystem, function);
131 if (function >= B_RESERVED_SYSCALL_BASE) {
132 if (function != B_SYSCALL_INFO) {
161 = syscall->hook(subsystem, function, buffer, bufferSize);
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp115 // when a function is entered for the stack to be considered aligned to
144 arch_thread_control(const char* subsystem, uint32 function, void* buffer, argument
147 switch (function) {
228 /*! Prepares the given thread's kernel stack for executing its entry function.
233 \param function The entry function the thread shall execute.
234 \param data Pointer to be passed to the entry function.
238 void (*function)(void*), const void* data)
242 TRACE("arch_thread_init_kthread_stack: stack top %p, function %p, data: "
243 "%p\n", _stackTop, function, dat
237 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, void (*function)(void*), const void* data) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DEmbeddedController.cpp581 // Call GPE handler function
626 EcSpaceSetup(acpi_handle region, uint32 function, void* context, argument
631 if (function == ACPI_REGION_DEACTIVATE)
641 EcSpaceHandler(uint32 function, acpi_physical_address address, uint32 width, argument
647 if (function != ACPI_READ && function != ACPI_WRITE)
683 if (function == ACPI_READ)
686 switch (function) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c452 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2);
455 card->info.function, PCI_command, 2,
457 cmd = (*pci->read_pci_config)(card->info.bus, card->info.device, card->info.function, PCI_command, 2);
549 if ((err = (*pci->reserve_device)(info.bus, info.device, info.function,
552 DRIVER_NAME, info.bus, info.device, info.function,
560 (*pci->unreserve_device)(info.bus, info.device, info.function,
602 cards[ix].info.device, cards[ix].info.function,
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dtty-test.cpp200 Caller(Type *object, int32 (Type::*function)())
202 fFunction(function)
219 create_caller(Type *object, int32 (Type::*function)())
221 return new Caller<Type>(object, function);
224 #define CALLER(object, function) create_caller(object, function)
/haiku/src/add-ons/kernel/drivers/graphics/s3/
H A Ddriver.cpp140 return gPCI->read_pci_config(info.bus, info.device, info.function, offset, size);
147 gPCI->write_pci_config(info.bus, info.device, info.function, offset, size, value);
244 pciInfo.bus, pciInfo.device, pciInfo.function);
258 pciInfo.bus, pciInfo.device, pciInfo.function);
409 pciInfo.bus, pciInfo.device, pciInfo.function);
525 // function is supported.
643 di.pciInfo.bus, di.pciInfo.device, di.pciInfo.function);
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp119 // when a function is entered for the stack to be considered aligned to
171 /*! Prepares the given thread's kernel stack for executing its entry function.
176 \param function The entry function the thread shall execute.
177 \param data Pointer to be passed to the entry function.
181 void (*function)(void*), const void* data)
185 TRACE(("arch_thread_init_kthread_stack: stack top %p, function %p, data: "
186 "%p\n", stackTop, function, data));
188 // push the function argument, a pointer to the data
191 // push a dummy return address for the function
180 arch_thread_init_kthread_stack(Thread* thread, void* _stack, void* _stackTop, void (*function)(void*), const void* data) argument
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Ddriver.c112 sProbedDevices[p].pci_info.device, sProbedDevices[p].pci_info.function,
170 if (gPci->reserve_device(info->bus, info->device, info->function,
173 gDriverName, info->bus, info->device, info->function);
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstage1.S5 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/system/kernel/arch/ppc/
H A Darch_cpu_asm.S6 #define FUNCTION(x) .global x; .type x,@function; x
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h114 FunctionInstance* function,
/haiku/headers/private/debugger/model/
H A DStackFrame.h22 STACK_FRAME_TYPE_FRAMELESS // dummy frame for a frameless function
69 void SetFunction(FunctionInstance* function);
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.h64 virtual void FunctionSourceCodeChanged(Function* function);
/haiku/src/system/kernel/arch/x86/
H A Dasm_offsets.cpp80 DEFINE_OFFSET_MACRO(SYSCALL_INFO, syscall_info, function);
/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c35 #define get_pci(o, s) (*pci_bus->read_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s))
36 #define set_pci(o, s, v) (*pci_bus->write_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s), (v))
382 di->pcii.bus, di->pcii.device, di->pcii.function);
401 di->pcii.bus, di->pcii.device, di->pcii.function);
474 di->pcii.bus, di->pcii.device, di->pcii.function);
553 di->pcii.bus, di->pcii.device, di->pcii.function);
658 di->pcii.bus, di->pcii.device, di->pcii.function);
677 si->function = di->pcii.function;
679 /* device at bus #0, device #0, function #
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/skeleton/
H A Ddriver.c35 #define get_pci(o, s) (*pci_bus->read_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s))
36 #define set_pci(o, s, v) (*pci_bus->write_pci_config)(pcii->bus, pcii->device, pcii->function, (o), (s), (v))
373 di->pcii.bus, di->pcii.device, di->pcii.function);
392 di->pcii.bus, di->pcii.device, di->pcii.function);
465 di->pcii.bus, di->pcii.device, di->pcii.function);
544 di->pcii.bus, di->pcii.device, di->pcii.function);
649 di->pcii.bus, di->pcii.device, di->pcii.function);
668 si->function = di->pcii.function;
675 /* device at bus #0, device #0, function #
[all...]

Completed in 131 milliseconds

<<111213141516