Searched refs:arg (Results 326 - 350 of 625) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp178 acpi_namespace_dump(void *arg) argument
180 acpi_ns_device_info *device = (acpi_ns_device_info*)(arg);
280 acpi_namespace_control(void* cookie, uint32 op, void* arg, size_t len) argument
/haiku/headers/build/os/interface/
H A DBitmap.h77 virtual status_t Perform(perform_code d, void *arg);
/haiku/src/libs/stdc++/legacy/
H A Dcinst.cc105 template f arg (ccr);
/haiku/headers/os/interface/
H A DTwoDimensionalLayout.h43 virtual status_t Perform(perform_code d, void* arg);
H A DControl.h75 virtual status_t Perform(perform_code d, void* arg);
H A DAbstractLayout.h41 virtual status_t Perform(perform_code d, void* arg);
H A DGroupLayout.h41 virtual status_t Perform(perform_code d, void* arg);
H A DButton.h78 virtual status_t Perform(perform_code d, void* arg);
H A DBox.h67 virtual status_t Perform(perform_code d, void* arg);
H A DSplitView.h81 virtual status_t Perform(perform_code d, void* arg);
H A DStatusBar.h84 virtual status_t Perform(perform_code d, void* arg);
H A DMenuBar.h99 static int32 _TrackTask(void *arg);
H A DScrollBar.h91 virtual status_t Perform(perform_code d, void* arg);
/haiku/headers/os/app/
H A DHandler.h77 virtual status_t Perform(perform_code d, void* arg);
/haiku/src/kits/game/
H A DDirectWindow.cpp330 BDirectWindow::Perform(perform_code d, void* arg) argument
332 return inherited::Perform(d, arg);
456 BDirectWindow::_daemon_thread(void* arg) argument
458 return static_cast<BDirectWindow*>(arg)->_DirectDaemon();
/haiku/src/tests/kits/media/nodetest/
H A DProducerNode.h99 static int32 _bufferproducer(void *arg);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.h91 static int32 _MixThreadEntry(void* arg);
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp339 // 3rd arg isn't correct but it isn't read for this case anyway
379 char* arg = argv[argc - 1]; local
380 char* fileFragment = strrchr(arg, '/');
382 const char* directoryName = (fileFragment == arg) ? "/" : arg;
/haiku/src/servers/media/
H A Dmedia_server.cpp92 static int32 _ControlThread(void* arg);
170 for (int arg = 1; arg < argc; arg++) {
171 if (strstr(argv[arg], "dump") != NULL) {
178 if (strstr(argv[arg], "buffer") != NULL)
180 if (strstr(argv[arg], "node") != NULL)
182 if (strstr(argv[arg], "files") != NULL)
184 if (strstr(argv[arg], "quit") != NULL)
/haiku/headers/os/game/
H A DWindowScreen.h59 virtual status_t Perform(perform_code d, void* arg);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_misc.h109 extern void ath_start_task(void *arg, int npending);
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_service.cpp102 ps2_service_thread(void *arg) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_rx.c61 rtwn_pci_dma_map_addr(void *arg, bus_dma_segment_t *segs, int nsegs, argument
68 *(bus_addr_t *)arg = segs[0].ds_addr;
377 rtwn_pci_intr(void *arg) argument
379 struct rtwn_softc *sc = arg;
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dscsi_periph_int.h116 void periph_sync_queue_daemon(void *arg, int iteration);
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.h100 static int32 InterruptReceived(void* arg);

Completed in 96 milliseconds

<<11121314151617181920>>