Home
last modified time | relevance | path

Searched refs:offline (Results 1 – 25 of 61) sorted by path

123

/illumos-gate/
H A DCODE_OF_CONDUCT.md62 online or offline event. Representation of a project may be further defined
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h157 extern int offline; /* take tape offline after rewinding */
H A Ddumpmain.c72 int offline; variable
489 offline++; in main()
H A Ddumptape.c699 if (tapeout && (isrewind(to) || offline)) { in tperror()
1123 if (offline && (!verify || doingverify)) { in trewind()
1149 if (tapeout && !isrewind(to) && offline) { in close_rewind()
1154 if (offline || autoload) in close_rewind()
1158 if (offline || autoload) { in close_rewind()
1431 if (!offline) in otape()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dmain.c44 int hflag = 1, mflag = 1, paginating = 0, offline = 0, autoload = 0; variable
229 offline++; in main()
H A Drestore.h57 extern int offline; /* take tape offline when closing */
H A Dtape.c1693 if (offline || mode == FORCE_OFFLINE) in closemt()
1696 if (offline || mode == FORCE_OFFLINE) in closemt()
1712 if (offline || mode == FORCE_OFFLINE) in closemt()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME234 offline external conditions are not satisfied
242 The states of interest are offline, offline* and online.
249 To understand the distinction between offline and offline*, consider the case
263 So we see that offline and offline* can thus be used to distinguish between
267 (offline).
284 be trying to connect (and thus be offline* if they cannot).
412 o "exclusive" NCUs exist and none are offline*/online,
413 o "shared" NCUs exist and none are offline*/online,
414 o "all" NCUs exist and all are not offline*/online,
415 o no NCUs are offline*/online.
[all …]
/illumos-gate/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 …]
H A DSMF.dict54 ireport.os.smf.state-transition.offline=25
H A DSMF.po428 # keys: ireport.os.smf.state-transition.offline
435 msgstr "The indicated service has transitioned to the offline state\n Refer to %s for more informa…
439 msgstr "Functionality provided by the offline service is unavailable."
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu_amd.esc184 * | to fault and potentially offline a cpu in response to these |
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c832 boolean_t offline, ipmp; in ip_usage() local
870 offline = ((node->ip_cachestate & CACHE_IF_OFFLINED) != 0); in ip_usage()
872 if (offline) { in ip_usage()
895 if (!offline && numup > 0) { in ip_usage()
H A Dmpxio_rcm.c73 int offline; member
/illumos-gate/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c157 uint64_t offline = 0ULL; in zfs_process_add() local
169 (void) nvlist_lookup_uint64(vdev, ZPOOL_CONFIG_OFFLINE, &offline); in zfs_process_add()
183 if (offline || in zfs_process_add()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_script.sh83 force_state_change $1 offline
105 force_state_change $1 offline
/illumos-gate/usr/src/lib/fm/libfmd_snmp/mibs/
H A DSUN-IREPORT-MIB.mib73 offline(0),
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties44 goodby = SLP SA server going offline on network interfaces ``{0}'''' for configured scopes ``{1}'''…
46 goodby_da = SLP DA going offline on network interfaces ``{0}'''' for configured scopes ``{1}''''.\…
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib245 # Online or offline a disk on the system
251 function on_off_disk # disk state{online,offline} host
261 if [[ $state == "offline" ]] && ( is_mpath_device $disk ); then
274 log_must eval "echo 'offline' > ${ss}"
285 elif [[ $state == "offline" ]] && ( is_real_device $disk ); then
291 log_must eval "echo 'offline' > ${dev_state}"
299 log_note "$disk is already offline"
340 on_off_disk $disk "offline"
H A Dlibtest.shlib1443 # Verify a given disk is online or offline
1447 function check_state # pool disk state{online,offline}
1655 function check_slog_state # pool disk state{online,offline,unavail}
1674 function check_vdev_state # pool disk state{online,offline,unavail}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_009_pos.ksh58 log_must zpool offline $TESTPOOL $ldev
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_004_pos.ksh50 log_must zpool offline $TESTPOOL ${DISK[0]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_002_pos.ksh117 log_must zpool offline $TESTPOOL5 /var/tmp/$FILEDISK2
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_offline_export_import_online.ksh46 log_must zpool offline $TESTPOOL $DISK1

123