Searched refs:suspend (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Ddriver_ops.h63 void (*suspend) (dev_node_t *dev); member in struct:driver_operations
/haiku/src/apps/icon-o-matic/generic/listener/
H A DObservable.h29 void SuspendNotifications(bool suspend);
H A DObservable.cpp89 Observable::SuspendNotifications(bool suspend) argument
91 if (suspend)
98 "error: suspend level below zero!\n");
/haiku/src/apps/mediaplayer/support/
H A DNotifier.h28 void SuspendNotifications(bool suspend);
H A DNotifier.cpp89 Notifier::SuspendNotifications(bool suspend) argument
91 if (suspend)
98 "error: suspend level below zero!\n");
/haiku/src/libs/compat/freebsd_network/
H A Dshared.h41 int (*suspend)(device_t dev); member in struct:device::__anon1780
H A Ddevice.c317 dev->methods.suspend = (void *)mth->method;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c113 void (*suspend)(void *); member in struct:ral_opns
311 (*psc->sc_opns->suspend)(psc);
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.h129 status_t (*suspend)(void *driverCookie, int32 state); member in struct:driver_module_info
/haiku/headers/os/drivers/
H A Ddevice_manager.h128 status_t (*suspend)(void *driverCookie, int32 state); member in struct:driver_module_info
/haiku/src/system/kernel/
H A Dimage.cpp423 notify_loading_app(status_t result, bool suspend) argument
442 // suspend ourselves, if desired
443 if (suspend)
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h195 status_t StopEndpoint(bool suspend, xhci_endpoint* endpoint);
H A Dxhci.cpp2965 XHCI::StopEndpoint(bool suspend, xhci_endpoint* endpoint) argument
2985 if (suspend)
/haiku/src/bin/network/telnet/
H A Dcommands.c1327 suspend(void)
2542 zhelp[] = "suspend telnet",
2570 { "z", zhelp, (int (*)(int, char **))suspend, 0 },
1321 suspend(void) function

Completed in 157 milliseconds