Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c17 extern void genbrk(int), suspend(int);
31 {_CTRL('y'), NORM, "suspend tip (local only)", suspend },
32 {_CTRL('z'), NORM, "suspend tip (local+remote)", suspend },
H A Dcmds.c875 suspend(int c) in suspend() function
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) in ap_suspend_check() argument
67 *suspend = check; in ap_suspend_check()
222 int suspend; in ap_seq_exec() local
229 suspend = 0; in ap_seq_exec()
274 first + 1, last, &suspend); in ap_seq_exec()
277 if (suspend && ((rc = ap_rcm_ctl(a, c)) == CFGA_OK)) { in ap_seq_exec()
/illumos-gate/usr/src/cmd/bhyve/
H A Dbhyverun.c555 fbsdrun_addcpu(struct vcpu_info *vi, bool suspend) in fbsdrun_addcpu() argument
566 if (suspend) in fbsdrun_addcpu()
1262 spinup_vcpu(struct vcpu_info *vi, bool bsp, bool suspend) in spinup_vcpu() argument
1299 fbsdrun_addcpu(vi, suspend); in spinup_vcpu()
1759 bool suspend = (vcpuid != BSP); in main() local
1761 bool suspend = vcpuid == BSP && in main()
1764 spinup_vcpu(&vcpu_info[vcpuid], vcpuid == BSP, suspend); in main()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-kernel-power.p5m52 file path=usr/bin/sys-suspend mode=4555
65 file path=usr/share/man/man1/sys-suspend.1
H A Dsystem-kernel-suspend-resume.p5m32 set name=pkg.fmri value=pkg:/system/kernel/suspend-resume@$(PKGVERS)
H A Dservice-hal.p5m129 file path=usr/lib/hal/hal-system-power-suspend mode=0555
148 file path=usr/lib/hal/sunos/hal-system-power-suspend-sunos mode=0555
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_fb.h45 int (*suspend)(struct gfxp_fb_softc *softc); member
H A Dgfxp_fb.c185 if (softc->gfxp_ops->suspend != NULL) in gfxp_fb_suspend()
186 return (softc->gfxp_ops->suspend(softc)); in gfxp_fb_suspend()
H A Dgfxp_bitmap.c86 .suspend = bitmap_suspend,
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h63 uint32_t suspend:1; /* sw bits - suspended */ member
94 #define tte_suspend tte_bit.suspend
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Djobs.h115 int suspend; /* suspend character */ member
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c779 goto suspend;
795 suspend:
/illumos-gate/usr/src/lib/libsecdb/
H A Dprof_attr.txt116 Suspend:::For authorized users to Suspend system:auths=solaris.system.power.suspend.*;help=RtSysPow…
117 Suspend To Disk:::For authorized users to Suspend to Disk:auths=solaris.system.power.suspend.disk;h…
118 Suspend To RAM:::For authorized users to Suspend to RAM:auths=solaris.system.power.suspend.ram;help…
H A Dauth_attr.txt194 solaris.system.power.suspend.:::Suspend the System::help=SysPowerMgmtSuspend.html
195 solaris.system.power.suspend.disk:::Suspend to Disk::help=SysPowerMgmtSuspendtoDisk.html
196 solaris.system.power.suspend.ram:::Suspend to RAM::help=SysPowerMgmtSuspendToRAM.html
/illumos-gate/usr/src/common/ficl/softcore/
H A Doo.fr322 : suspend-class ( old-wid addr[size] size -- ) end-class ;
476 \ suspend-class and resume-class help to build mutually referent classes.
479 \ suspend-class ( put akbar on hold while we define jeff )
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Djobs.c728 job.suspend = (unsigned)my_stty.c_cc[VSUSP]; in job_init()
729 if(job.suspend == (unsigned char)CNSUSP) in job_init()
813 if(possible && job.suspend==CNSUSP) in job_close()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src96 repeat return static suspend then to until using while\
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.S157 movq $1, %rax / at suspend return 1
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1485 suspend(argc, argv) in suspend() function
3374 { "z", zhelp, suspend, 0 },
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps318 key_suspend, "kspd" "&7" KEY_SUSPEND, 0627, suspend key
347 key_ssuspend, "kSPD" "!2" KEY_SSUSPEND, 0625, shifted suspend key
/illumos-gate/usr/src/lib/libc/
H A DREADME124 thr_suspend() (fork() and forkall() also suspend other threads),
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME395 events (e.g., those generated by sys-suspend(8)). For example, if
411 to be notified of system suspend events.
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps325 key_suspend kspd &7 str Sent by suspend key
354 key_ssuspend kSPD !2 str Sent by shift-suspend key
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps323 key_suspend kspd &7 str Sent by suspend key
352 key_ssuspend kSPD !2 str Sent by shift-suspend key

12