Searched defs:suspend (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_seq.c | 47 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/lib/libshell/common/include/ |
H A D | jobs.h | 92 int suspend; /* suspend character */ member in struct:jobs
|
/illumos-gate/usr/src/cmd/avs/sv/ |
H A D | svboot.c | 95 "\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/cmd/tip/ |
H A D | cmds.c | 865 suspend(int c) function
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | pte.h | 63 uint32_t suspend:1; /* sw bits - suspended */ member in struct:__anon10197::tte 94 #define tte_suspend tte_bit.suspend
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | commands.c | 1500 suspend(argc, argv) function 3384 static char zhelp[] = "suspend telnet"; 3408 { "z", zhelp, suspend, 0 },
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1771 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);
|
/illumos-gate/usr/src/uts/sun4u/starcat/io/ |
H A D | drmach.c | 2789 * 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...] |
Completed in 146 milliseconds