Home
last modified time | relevance | path

Searched refs:suspend (Results 1 – 25 of 103) sorted by relevance

12345

/dragonfly/contrib/gdb-7/gdb/
H A Dinfrun.c1575 tp->suspend.stop_signal = GDB_SIGNAL_0; in displaced_step_fixup()
1951 tp->suspend.stop_signal = GDB_SIGNAL_0; in resume()
2264 tp->suspend.stop_signal = last_thread->suspend.stop_signal; in proceed()
2271 tp->suspend.stop_signal = siggnal; in proceed()
2275 tp->suspend.stop_signal = GDB_SIGNAL_0; in proceed()
2316 tp->suspend.stop_signal); in proceed()
6788 inf_state->thread_suspend = tp->suspend; in save_infcall_suspend_state()
6790 inf_state->inferior_suspend = inf->suspend; in save_infcall_suspend_state()
6795 tp->suspend.stop_signal = GDB_SIGNAL_0; in save_infcall_suspend_state()
6816 tp->suspend = inf_state->thread_suspend; in restore_infcall_suspend_state()
[all …]
H A Dfbsd-nat.c146 if (info->suspend.stop_signal != GDB_SIGNAL_0 in find_signalled_thread()
160 return info->suspend.stop_signal; in find_stop_signal()
H A Dgdbthread.h167 struct thread_suspend_state suspend; member
/dragonfly/games/worm/
H A Dworm.c78 static void suspend(int);
98 signal(SIGTSTP, suspend); /* process control signal */ in main()
225 case CNTRL('Z'): suspend(0); return; in process()
281 suspend(int sig __unused) in suspend() function
288 signal(SIGTSTP, suspend); in suspend()
/dragonfly/usr.bin/tip/
H A Dcmdtab.c47 {CTRL('y'),NORM,"suspend tip (local+remote)", suspend },
48 {CTRL('z'),NORM,"suspend tip (local only)", suspend },
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_fb_helper.h290 void drm_fb_helper_set_suspend(struct drm_fb_helper *fb_helper, bool suspend);
292 bool suspend);
447 bool suspend) in drm_fb_helper_set_suspend() argument
452 drm_fb_helper_set_suspend_unlocked(struct drm_fb_helper *fb_helper, bool suspend) in drm_fb_helper_set_suspend_unlocked() argument
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_asic.c201 .suspend = &r100_suspend,
269 .suspend = &r100_suspend,
365 .suspend = &r300_suspend,
433 .suspend = &r300_suspend,
501 .suspend = &r420_suspend,
935 .suspend = &r600_suspend,
1020 .suspend = &r600_suspend,
1113 .suspend = &r600_suspend,
1919 .suspend = &si_suspend,
2089 .suspend = &cik_suspend,
[all …]
/dragonfly/sys/dev/disk/mmcsd/
H A Dmmcsd.c88 int suspend; member
154 sc->suspend = 0; in mmcsd_attach()
217 sc->suspend = 0; in mmcsd_detach()
256 sc->suspend = 1; in mmcsd_suspend()
275 sc->suspend = 0; in mmcsd_resume()
306 if (sc->running > 0 || sc->suspend > 0) { in mmcsd_strategy()
/dragonfly/games/hack/
H A Dhh13 ^Z suspend suspend the game (independent of your current suspend char)
/dragonfly/contrib/tcsh-6/nls/ja/
H A Dset372 70 delayed suspend文字を試す
76 74 suspend文字を試す
/dragonfly/sys/dev/crypto/tpm/
H A Dtpm20.c50 static int tpm20_save_state(device_t dev, bool suspend);
293 tpm20_save_state(device_t dev, bool suspend) in tpm20_save_state() argument
308 if (suspend) in tpm20_save_state()
/dragonfly/sys/dev/drm/include/linux/
H A Dpm.h42 int (*suspend)(struct device *dev); member
/dragonfly/sys/dev/netif/ral/
H A Dif_ral_pci.c115 void (*suspend)(void *); member
344 (*psc->sc_opns->suspend)(psc); in ral_pci_suspend()
/dragonfly/sys/kern/
H A Ddevice_if.m138 # This is called by the power-management subsystem when a suspend has been
140 # drivers a chance to veto the suspend or save their configuration before
143 METHOD int suspend {
/dragonfly/share/examples/etc/
H A DREADME.examples60 rc.suspend - run command for ACPI suspend event
/dragonfly/sys/dev/drm/amd/include/
H A Damd_shared.h160 int (*suspend)(void *handle); member
/dragonfly/sys/dev/raid/hptrr/
H A Dhimfuncs.h91 _HIM_INTERFACE(void, suspend, (void *adapter))
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhimfuncs.h90 _HIM_INTERFACE(void, suspend, (void *adapter))
/dragonfly/games/snake/snake/
H A Dsnake.c124 void suspend(void);
273 suspend(); in mainloop()
926 suspend(void) in suspend() function
/dragonfly/usr.bin/systat/
H A Dextern.h196 void suspend(int);
/dragonfly/contrib/lvm2/dist/doc/
H A Dpvmove_outline.txt13 all pending io. Once the suspend has completed we are free to change
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset372 70 Tty delayed suspend character
76 74 Tty suspend character
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset372 70 Tty delayed suspend character
76 74 Tty suspend character
/dragonfly/contrib/tcsh-6/nls/german/
H A Dset372 70 Tty delayed suspend Zeichen
76 74 Tty suspend Zeichen
/dragonfly/lib/libthread_xu/thread/
H A Dthr_create.c137 if (new_thread->attr.suspend == THR_CREATE_SUSPENDED) in _pthread_create()

12345