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

12

/freebsd-9.3-release/usr.bin/tip/tip/
H A Dcmdtab.c59 {CTRL('y'),NORM,"suspend tip (local+remote)", suspend },
60 {CTRL('z'),NORM,"suspend tip (local only)", suspend },
H A Dtip.h337 void suspend(int);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_attr_setcreatesuspend_np.c50 (*attr)->suspend = THR_CREATE_SUSPENDED;
H A Dthr_create.c248 if (new_thread->attr.suspend == THR_CREATE_SUSPENDED) {
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhimfuncs.h91 _HIM_INTERFACE(void, suspend, (void *adapter))
/freebsd-9.3-release/usr.sbin/dumpcis/
H A Dcardinfo.h73 * nil <--------- \ insert or | | suspend or
74 * suspend \ power x 1 | | eject
80 * Note, the above diagram is for the state. On suspend, the laststate
81 * gets set to suspend to tell pccardd what happened. Also the nil state
97 enum cardstate { noslot, empty, suspend, filled, inactive }; enumerator in enum:cardstate
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_create.c121 if (new_thread->attr.suspend == THR_CREATE_SUSPENDED) {
251 if (curthread->attr.suspend == THR_CREATE_SUSPENDED)
265 if (curthread->attr.suspend == THR_CREATE_SUSPENDED) {
H A Dthr_init.c80 .suspend = THR_CREATE_RUNNING,
H A Dthr_attr.c370 (*attr)->suspend = THR_CREATE_SUSPENDED;
H A Dthr_private.h242 int suspend; member in struct:pthread_attr
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_asic.c168 .suspend = &r100_suspend,
244 .suspend = &r100_suspend,
320 .suspend = &r300_suspend,
396 .suspend = &r300_suspend,
472 .suspend = &r420_suspend,
548 .suspend = &rs400_suspend,
624 .suspend = &rs600_suspend,
700 .suspend = &rs690_suspend,
776 .suspend = &rv515_suspend,
852 .suspend
[all...]
H A Dradeon_drv.c248 .suspend = radeon_suspend,
369 .suspend = radeon_suspend_kms,
H A Dradeon.h1174 int (*suspend)(struct radeon_device *rdev); member in struct:radeon_asic
1617 bool suspend; member in struct:radeon_device
1817 #define radeon_suspend(rdev) (rdev)->asic->suspend((rdev))
/freebsd-9.3-release/sys/dev/mmc/
H A Dmmcsd.c88 int suspend; member in struct:mmcsd_softc
189 sc->suspend = 0;
202 sc->suspend = 0;
229 sc->suspend = 1;
248 sc->suspend = 0;
279 if (sc->running > 0 || sc->suspend > 0) {
/freebsd-9.3-release/sys/dev/hpt27xx/
H A Dhimfuncs.h90 _HIM_INTERFACE(void, suspend, (void *adapter))
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhimfuncs.h90 _HIM_INTERFACE(void, suspend, (void *adapter))
/freebsd-9.3-release/sys/dev/ral/
H A Dif_ral_pci.c107 void (*suspend)(void *); member in struct:ral_opns
303 (*psc->sc_opns->suspend)(psc);
/freebsd-9.3-release/usr.bin/systat/
H A Dextern.h170 void suspend(int);
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h465 if (wpa_s->driver->suspend)
466 wpa_s->driver->suspend(wpa_s->drv_priv);
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.h66 int (*suspend) (struct usb_interface *intf, pm_message_t message); member in struct:usb_driver
/freebsd-9.3-release/lib/libthread_db/
H A Dlibpthread_db.c439 pt_dbsuspend(const td_thrhandle_t *th, int suspend) argument
454 if (suspend)
478 /* don't suspend signal thread */
483 * don't suspend system scope thread if it is holding
502 if (suspend) {
516 if (suspend) {
533 if (suspend)
H A Dlibthr_db.c409 pt_dbsuspend(const td_thrhandle_t *th, int suspend) argument
420 if (suspend)
/freebsd-9.3-release/sys/kern/
H A Dkern_switch.c106 SCHED_STAT_DEFINE_VAR(suspend,
/freebsd-9.3-release/sys/dev/ata/
H A Data-pci.c173 if (ctlr->suspend)
174 error = ctlr->suspend(dev);
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver.h1728 * suspend - Notification on system suspend/hibernate event
1731 void (*suspend)(void *priv); member in struct:wpa_driver_ops

Completed in 177 milliseconds

12