Searched refs:detach (Results 1 - 19 of 19) sorted by relevance

/haiku/src/tests/kits/interface/flatten_picture/
H A DPictureTest.h29 BBitmap *DirectBitmap(bool detach = false);
30 BBitmap *BitmapFromPicture(bool detach = false);
31 BBitmap *BitmapFromRestoredPicture(bool detach = false);
H A DPictureTest.cpp134 PictureTest::DirectBitmap(bool detach) argument
137 if (detach)
143 PictureTest::BitmapFromPicture(bool detach) argument
146 if (detach)
153 PictureTest::BitmapFromRestoredPicture(bool detach) argument
156 if (detach)
/haiku/headers/os/drivers/pcmcia/
H A Ddriver_ops.h65 void (*detach) (dev_node_t *dev); member in struct:driver_operations
H A Dds.h149 #define DEV_STALE_LINK 0x08 /* detach on release */
160 void (*detach)(dev_link_t *));
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h40 int (*detach)(device_t dev); member in struct:device::__anon1780
H A Ddevice.c315 dev->methods.detach = (void *)mth->method;
431 // the children, and will then detach the device.
435 // Therefore, we'll detach first, and then delete whatever is left.
440 // detach children
445 // detach device
503 && device->methods.detach != NULL) {
512 result = device->methods.detach(device);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamStreamingDeframer.cpp43 bool detach = false; local
136 i = -1; // don't detach yet
166 detach = true;
175 detach = true;
177 if (detach) {
/haiku/headers/os/app/
H A DMessageRunner.h48 int32 count, bool detach,
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/usb/
H A Drtwn_usb_attach.c401 goto detach;
406 goto detach;
410 goto detach;
415 goto detach;
419 detach:
430 /* Generic detach. */
/haiku/src/kits/app/
H A DMessageRunner.cpp229 bigtime_t interval, int32 count, bool detach, BMessenger replyTo)
232 if (message == NULL || count == 0 || (count < 0 && detach))
228 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c111 int (*detach)(void *); member in struct:ral_opns
283 (*psc->sc_opns->detach)(psc);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_attach.c647 goto detach;
671 goto detach;
679 goto detach;
686 goto detach;
696 goto detach;
701 detach:
713 /* Generic detach. */
/haiku/src/add-ons/kernel/bus_managers/random/
H A Dyarrow_rng.cpp90 /** detach by Yarrow Charnot. detaches x from y. can be seen as about
95 detach(OCTET *y, const OCTET *x, const uint32 sameA, const uint32 sameB, function
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn.c181 goto detach;
188 goto detach;
207 goto detach;
309 detach:
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php80 ."-daemonize " /* detach from stdin */
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_ural.c451 goto detach;
508 detach:
H A Dif_rum.c505 goto detach;
519 goto detach;
589 detach:
H A Dif_run.c810 goto detach;
819 goto detach;
829 goto detach;
927 detach:
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c1413 * o to cleanup the tx queues the hal is called, so detach
1437 sc->sc_tx99->detach(sc->sc_tx99);
6560 * Beware of being called during attach/detach

Completed in 255 milliseconds