| /onnv/onnv-gate/usr/src/cmd/th_tools/ |
| th_script.sh | 32 [[ $2 != "online" && $2 != "offline" ]] && exit 1 56 # driver instance offline and immediately after it is brought online. If the 59 # which will continuously offline and online the instance until the injected 70 # Default workload - continuously offline and online the driver instance 84 force_state_change $1 offline 106 force_state_change $1 offline
|
| /onnv/onnv-gate/usr/src/uts/sparc/os/ |
| bootdev.c | 217 char *rptr, *optr, *offline; local 278 offline = kmem_zalloc(len, KM_SLEEP); /* offline paths */ 280 optr = offline; 358 } else { /* path is offline */ 373 /* now add as much of offline to ret_buf as possible */ 374 bcopy(offline, rptr, rlen); 376 kmem_free(offline, len);
|
| /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
| pi_meth.c | 43 int offline; /* offline cpus count */ member in struct:cpu_walk_data 152 * The "offline" and "online" counter are only useful for the "status" 156 swdp->offline++; 203 swdp->err = swdp->offline = swdp->online = swdp->fail = 0; 280 else if (swd.offline > 0) 303 rc = (swd.offline > 0 && swd.fail + swd.online == 0) ? 1 : 0;
|
| /onnv/onnv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/ |
| iscsi_lun.c | 219 * iscsi_lun_destroy - offline and remove lun 223 * initiator. This function will offline and free the 243 /* attempt to offline and free solaris node */ 528 * an offline path to become online/active again. 622 * path has failed it will be called to offline the logical 624 * be called to both offline and free the logical unit. 634 * If we fail to offline a LUN that we don't want to destroy, 648 boolean_t offline = B_FALSE; local 656 * lock across the offline call it will not 705 /* Attempt to offline the logical units * [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| emlxs_node.c | 34 /* Timeout == -1 will enable the offline timer */ 44 uint32_t offline = 0; local 57 /* Check offline support */ 61 offline = 1; 79 if (offline) { 85 "node=%p did=%06x channel=%d. offline=%d set.", 105 if (offline) { 176 /* Open the node if not offline */ 188 /* OFFLINE TIMEOUT OCCURRED! */
|
| emlxs_download.c | 53 uint32_t len, uint32_t offline, 143 uint32_t len, uint32_t offline); 149 uint32_t offline) 173 rval = emlxs_sli4_fw_download(hba, buffer, len, offline); 230 offline, &fw_image)) { 234 /* Offline already handled */ 235 offline = 0; 263 if (offline) { 265 offline = 0; 268 "Unable to take adapter offline.") [all...] |
| /onnv/onnv-gate/usr/src/cmd/backup/restore/ |
| main.c | 46 int hflag = 1, mflag = 1, paginating = 0, offline = 0, autoload = 0; variable 231 offline++;
|
| restore.h | 59 extern int offline; /* take tape offline when closing */ 60 extern int autoload; /* wait for tape to autoload; implies offline */ 419 #define FORCE_OFFLINE 1 /* offline drive for autoload */
|
| tape.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/avs/dsstat/ |
| sdbc_stats.c | 255 uint32_t *offline; local 274 /* Check if volume is offline and zflag applies */ 295 offline = kstat_value(cur->cur_set, SDBC_CDKSTAT_FAILED); 296 if (*offline) { 297 (void) printf(" <<volume offline>>\n");
|
| /onnv/onnv-gate/usr/src/cmd/backup/dump/ |
| dumptape.c | 742 if (tapeout && (isrewind(to) || offline)) { 1189 if (offline && (!verify || doingverify)) { 1219 if (tapeout && !isrewind(to) && offline) { 1224 if (offline || autoload) 1228 if (offline || autoload) { [all...] |
| dump.h | 157 int offline; /* take tape offline after rewinding */ variable 158 int autoload; /* wait for next tape to autoload; implies offline */
|
| dumpmain.c | 450 offline++; [all...] |
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| Server_en.properties | 44 goodby = SLP SA server going offline on network interfaces ``{0}'''' for configured scopes ``{1}''''.\n Discovered scopes are ``{2}''''.\n SA attributes are ``{3}''''. 46 goodby_da = SLP DA going offline on network interfaces ``{0}'''' for configured scopes ``{1}''''.\n Discovered scopes are ``{2}''''.\n DA attributes are ``{3}''''.
|
| /onnv/onnv-gate/usr/src/cmd/rcm_daemon/common/ |
| mpxio_rcm.c | 75 int offline; member in struct:group 359 rcm_log_message(RCM_TRACE1, "MPXIO: offline(%s)\n", rsrc); 382 * If disks are affected, then they are probably offline and we need to 413 * If clients are affected, then they are probably offline and we need to 456 return ("offline");
|
| ip_rcm.c | 375 * ip_offline() - Offline an interface. 387 rcm_log_message(RCM_TRACE1, "IP: offline(%s)\n", rsrc); 417 * still okay to offline it as long as there are higher-level failover 429 "Device consumers prohibit offline"); 437 rcm_log_message(RCM_TRACE1, "IP: offline query success(%s)\n", 463 rcm_log_message(RCM_TRACE1, "IP: Offline success(%s)\n", rsrc); 470 * Request in.mpathd(1M) to offline the physical interface. 473 ip_log_err(node, errorp, "in.mpathd offline failed"); 477 * in.mpathd(1M) could not offline the device because it was 479 * that it's still okay to offline it as long as there ar 799 boolean_t offline, ipmp; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mms/mm/common/ |
| mm_mmp_sql.c | 208 int offline = 0; local 309 /* Offline clause */ 311 arg = mms_pn_lookup(cmd->cmd_root, "offline", 315 mms_trace(MMS_DEVP, "offline clause"); 328 offline = 1; 337 /* Didn't find a offline clause */ 339 mms_trace(MMS_DEVP, "Didn't find a offline clause"); 342 if (online && offline) { 345 "online and offline clause"); 481 } else if (offline) { 692 int offline = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| emlxs_extern.h | 639 uint32_t offline);
|
| /onnv/onnv-gate/usr/src/uts/common/io/comstar/stmf/ |
| stmf.c | 1310 int offline = 0; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
| fcp.c | 66 * - There are special cases where bringing devices online and offline 200 * | Target Not Offline and | 201 * Target Not Offline and | not marked and tgt_node_state | 270 * Bring offline /-\ Bring online 296 * what is described here. We only show the target offline path. 7698 int offline; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/impl/ |
| fp.c | 341 * The minimum setting for this offline timeout according 1144 * OFFLINE as well, so further state change callbacks into ULPs 4876 int offline; local [all...] |