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

/illumos-gate/usr/src/cmd/tip/
H A Dcmdtab.c19 extern void genbrk(int), suspend(int);
33 {_CTRL('y'), NORM, "suspend tip (local only)", suspend },
34 {_CTRL('z'), NORM, "suspend tip (local+remote)", suspend },
H A Dcmds.c865 suspend(int c) 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) argument
67 *suspend = check;
70 * If a suspend is required, ask for user confirmation.
222 int suspend; local
229 suspend = 0;
260 * If the suspend operation does not
268 * Check whether the user allows a suspend
269 * operation if the suspend is required.
271 * interpose on the suspend operation.
274 first + 1, last, &suspend);
[all...]
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvboot.c95 "\t%s [-C tag] -s suspend all sv devices\n"), program);
193 int Cflag, resume, suspend, unload; local
201 Cflag = unload = resume = suspend = 0;
224 suspend++;
249 if ((resume + suspend + unload) > 1) {
255 if (!resume && !suspend && !unload) {
281 else if (suspend)
462 gettext("%s: unable to suspend %s"),
466 gettext("unable to suspend %s"), path);
471 spcs_log("sv", NULL, gettext("%s: suspend
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Djobs.h92 int suspend; /* suspend character */ member in struct:jobs
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprexlex.l98 suspend { yylval.intval = SUSPEND; return (SUSPEND); }
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h63 uint32_t suspend:1; /* sw bits - suspended */ member in struct:__anon10197::tte
94 #define tte_suspend tte_bit.suspend
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds.c774 /* stop, suspend */
777 goto suspend;
792 tail("suspend");
793 suspend:
/illumos-gate/usr/src/uts/sun4v/io/
H A Dplatsvc.c38 #include <sys/suspend.h>
91 "domain-suspend", /* svc_id */
141 * Set to true if OS suspend is supported. If OS suspend is not
142 * supported, the suspend service will not be started.
166 * suspend service to be re-registered after a suspend/resume
168 * between retry attempts when sending the post-suspend message
169 * after a suspend/resume operation.
270 cmn_err(CE_WARN, "ds_cap_init domain-suspend faile
[all...]
H A Ddr_mem.c71 #include <sys/suspend.h>
503 * DR operations are permitted at this time by the suspend subsystem.
527 * the suspend subsystem, call the function to perform the
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcpr_wakecode.s168 movq $1, %rax / at suspend return 1
220 movl $1, %eax / at suspend return 1
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c592 job.suspend = (unsigned)my_stty.c_cc[VSUSP];
593 if(job.suspend == (unsigned char)CNSUSP)
677 if(possible && job.suspend==CNSUSP)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.func.c1577 error("Can't suspend a login shell (yet)");
1580 error("Can't suspend this shell");
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c57 #include <sys/suspend.h>
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1500 suspend(argc, argv) function
3384 static char zhelp[] = "suspend telnet";
3408 { "z", zhelp, suspend, 0 },
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c2789 * is for iopause to be enabled/disabled during axq suspend/resume. By
2791 * during suspend/resume, instead DR will call the axq_iopause_*_all
7926 * the next suspend. drmach code should be modified to free the
8030 * the next suspend. drmach code should be modified to free the
8209 * Called post-suspend and pre-resume to snapshot the suspend state
8410 "post suspend" : "pre resume");
8531 /* schedule init for next suspend */
8570 drmach_sr_dip(dev_info_t *dip, int suspend) argument
8587 suspend
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c1771 int suspend, rval = DDI_SUCCESS; local
1983 cmn_err(CE_WARN, "!%s(%d): Fail suspend"
1995 if ((suspend = ql_suspend_adapter(ha)) != QL_SUCCESS) {
1999 cmn_err(CE_WARN, "%s(%d): Fail suspend rval %xh",
2000 QL_NAME, ha->instance, suspend);

Completed in 158 milliseconds