Home
last modified time | relevance | path

Searched refs:offline (Results 1 – 25 of 44) sorted by relevance

12

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_online_001_neg.ksh48 RESULT=$($ZPOOL status -v $TESTPOOL.virt | $GREP disk-offline.dat \
60 log_mustnot $ZPOOL online $TESTPOOL.virt /$TESTDIR/disk-offline.dat
63 log_mustnot $ZPOOL online -t $TESTPOOL.virt /$TESTDIR/disk-offline.dat
H A Dsetup.ksh124 $MKFILE 100m /$TESTDIR/disk-offline.dat
131 /$TESTDIR/disk2.dat /$TESTDIR/disk3.dat /$TESTDIR/disk-offline.dat \
136 log_must $ZPOOL offline $TESTPOOL.virt /$TESTDIR/disk-offline.dat
H A Dzpool_offline_001_neg.ksh60 log_mustnot $ZPOOL offline $TESTPOOL.virt /$TESTDIR/disk-1.dat
63 log_mustnot $ZPOOL offline -t $TESTPOOL.virt /$TESTDIR/disk-1.dat
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_001_pos.ksh77 log_must $ZPOOL offline ${args[$i]} $TESTPOOL $disk
83 log_mustnot $ZPOOL offline ${args[$i]} $TESTPOOL $disk
104 log_must $ZPOOL offline ${args[$index]} $TESTPOOL $disk
H A Dzpool_offline_002_neg.ksh86 log_mustnot $ZPOOL offline ${args[$i]}
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME234 offline external conditions are not satisfied
235 offline* external conditions are satisfied, trying to move online
236 online* external conditions no longer satisfied, trying to move offline
242 The states of interest are offline, offline* and online.
249 To understand the distinction between offline and offline*, consider the case
256 (offline*), as would be the case when the link's priority group is
259 offline should be used for such cases. Links in priority groups above and
260 below the currently-active group will be offline, since policy precludes them
263 So we see that offline and offline* can thus be used to distinguish between
264 cases that have the potentiality to move online (offline*) from a policy
[all …]
/titanic_41/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh97 log_must $ZPOOL offline $TESTPOOL ${disks[$j]}
104 log_must $ZPOOL offline $TESTPOOL ${disks[$i]}
112 log_mustnot $ZPOOL offline $TESTPOOL ${disks[$j]}
H A Donline_offline_003_neg.ksh74 log_mustnot $ZPOOL offline $TESTPOOL1 ${disk[$i]}
H A Donline_offline_001_pos.ksh74 log_must $ZPOOL offline $TESTPOOL $disk
/titanic_41/usr/src/cmd/fm/dicts/
H A DGMCA.po37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 msgstr "The system will attempt to offline this cpu to remove it from service."
181 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
H A DINTEL.po37 msgstr "The system will attempt to offline this cpu to remove it from service."
53 msgstr "The system will attempt to offline this cpu to remove it from service."
69 msgstr "The system will attempt to offline this cpu to remove it from service."
85 msgstr "The system will attempt to offline this cpu to remove it from service."
101 msgstr "The system will attempt to offline this cpu to remove it from service."
117 msgstr "The system will attempt to offline this cpu to remove it from service."
133 msgstr "The system will attempt to offline this cpu to remove it from service."
149 msgstr "The system will attempt to offline this cpu to remove it from service."
165 msgstr "The system will attempt to offline this cpu to remove it from service."
181 msgstr "The system will attempt to offline this cpu to remove it from service."
[all …]
/titanic_41/usr/src/uts/sparc/os/
H A Dbootdev.c217 char *rptr, *optr, *offline; in i_devname_to_promname() local
278 offline = kmem_zalloc(len, KM_SLEEP); /* offline paths */ in i_devname_to_promname()
280 optr = offline; in i_devname_to_promname()
374 bcopy(offline, rptr, rlen); in i_devname_to_promname()
376 kmem_free(offline, len); in i_devname_to_promname()
/titanic_41/usr/src/cmd/th_tools/
H A Dth_script.sh84 force_state_change $1 offline
106 force_state_change $1 offline
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c43 int offline; /* offline cpus count */ member
156 swdp->offline++; in cpu_walker()
203 swdp->err = swdp->offline = swdp->online = swdp->fail = 0; in walk_cpus()
280 else if (swd.offline > 0) in cpu_service_state()
303 rc = (swd.offline > 0 && swd.fail + swd.online == 0) ? 1 : 0; in cpu_unusable()
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_lun.c648 boolean_t offline = B_FALSE; in iscsi_lun_offline() local
725 offline = B_TRUE; in iscsi_lun_offline()
730 offline = B_TRUE; in iscsi_lun_offline()
751 offline = B_TRUE; in iscsi_lun_offline()
756 offline = B_TRUE; in iscsi_lun_offline()
761 if (offline == B_TRUE && pathname != NULL && in iscsi_lun_offline()
/titanic_41/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh52 status offline online clear \
/titanic_41/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_009_pos.ksh58 log_must $ZPOOL offline $TESTPOOL $ldev
/titanic_41/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_011_neg.ksh58 log_must $ZPOOL offline $TESTPOOL $ldev
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_001_pos.ksh73 log_must $ZPOOL offline $TESTPOOL $disk
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c50 uint32_t len, uint32_t offline,
136 uint32_t len, uint32_t offline);
138 uint32_t len, uint32_t offline);
160 uint32_t offline) in emlxs_fw_download() argument
180 rval = emlxs_be_fw_download(hba, buffer, len, offline); in emlxs_fw_download()
182 rval = emlxs_obj_fw_download(hba, buffer, len, offline); in emlxs_fw_download()
244 offline, &fw_image)) { in emlxs_fw_download()
249 offline = 0; in emlxs_fw_download()
267 if (offline) { in emlxs_fw_download()
269 offline = 0; in emlxs_fw_download()
[all …]
H A Demlxs_node.c46 uint32_t offline = 0; in emlxs_node_close() local
63 offline = 1; in emlxs_node_close()
81 if (offline) { in emlxs_node_close()
107 if (offline) { in emlxs_node_close()
/titanic_41/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c155 uint64_t offline = 0ULL; in zfs_process_add() local
165 (void) nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_OFFLINE, &offline); in zfs_process_add()
179 if (offline || in zfs_process_add()
/titanic_41/usr/src/cmd/avs/dsstat/
H A Dsdbc_stats.c255 uint32_t *offline; in sdbc_report() local
295 offline = kstat_value(cur->cur_set, SDBC_CDKSTAT_FAILED); in sdbc_report()
296 if (*offline) { in sdbc_report()
/titanic_41/usr/src/cmd/backup/restore/
H A Dmain.c46 int hflag = 1, mflag = 1, paginating = 0, offline = 0, autoload = 0; variable
231 offline++; in main()
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_002_pos.ksh116 log_must $ZPOOL offline $TESTPOOL5 /var/tmp/$FILEDISK2

12