Home
last modified time | relevance | path

Searched refs:online (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/cmd/tip/aculib/
H A Dv3451.c131 int timeout = 30, online = 0; in expect() local
142 online = strcmp(cp, "ON LINE") == 0; in expect()
143 if (online) in expect()
150 if (online && notin("FAILED CALL", buf) == 0) in expect()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/
H A Dzpool_online_001_pos.ksh56 log_must zpool online $TESTPOOL $disk
85 log_must zpool online ${args[$i]} $TESTPOOL $disk
104 log_must zpool online ${args[$index]} $TESTPOOL $disk
H A Dzpool_online_002_neg.ksh70 log_mustnot zpool online ${args[$i]}
/illumos-gate/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_002_neg.ksh56 log_must zpool online $TESTPOOL $disk
89 log_must zpool online $TESTPOOL ${disks[$i]}
119 log_must zpool online $TESTPOOL ${disks[$i]}
H A Donline_offline_001_pos.ksh55 log_must zpool online $TESTPOOL $disk
81 log_must zpool online $TESTPOOL $disk
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_user/misc/
H A Dzpool_online_001_neg.ksh60 log_mustnot zpool online $TESTPOOL.virt /$TESTDIR/disk-offline.dat
63 log_mustnot zpool online -t $TESTPOOL.virt /$TESTDIR/disk-offline.dat
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_online_offline.ksh54 log_must zpool online $TESTPOOL $DISK1
67 log_must zpool online $TESTPOOL $DISK1
H A Dzpool_initialize_offline_export_import_online.ksh60 log_must zpool online $TESTPOOL $DISK1
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_online_offline.ksh50 log_must zpool online $TESTPOOL $DISK1
63 log_must zpool online $TESTPOOL $DISK1
H A Dzpool_trim_offline_export_import_online.ksh56 log_must zpool online $TESTPOOL $DISK1
/illumos-gate/usr/src/cmd/stmfsvc/
H A Dstmfsvc.c44 static int online();
184 ret = online(); in svcStart()
197 online() in online() function
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/
H A Dzpool_offline_001_pos.ksh58 log_must zpool online $TESTPOOL $disk
118 log_must zpool online $TESTPOOL $disk
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME235 offline* external conditions are satisfied, trying to move online
237 online conditions satisfied and configured
242 The states of interest are offline, offline* and online.
293 states, but we want to stay online while we do it, since we are still
400 o a link goes from offline(*) to online (cable plug/wifi connect)
401 o a link goes from online to offline (cable unplug/wifi disconnect).
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/th_tools/
H A Dth_script.sh84 force_state_change $1 online
106 force_state_change $1 online
/illumos-gate/usr/src/test/zfs-tests/tests/functional/l2arc/
H A Dpersist_l2arc_008_pos.ksh91 log_must zpool online $TESTPOOL $VDEV_CACHE
111 log_must zpool online $TESTPOOL $VDEV_CACHE
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c318 int online = 1; in print_ps() local
336 online = 0; in print_ps()
341 (void) printf("%d\n", online); in print_ps()
367 int online = 0; in print_p() local
380 online++; in print_p()
386 (void) printf("%d\n", online); in print_p()
/illumos-gate/usr/src/uts/common/os/
H A Dddi_hp_impl.c286 boolean_t online);
986 ddihp_cn_change_children_state(ddi_hp_cn_handle_t *hdlp, boolean_t online) in ddihp_cn_change_children_state() argument
995 (void *)dip, (void *)hdlp, online)); in ddihp_cn_change_children_state()
1003 if (online && hdlp->cn_info.cn_state < DDI_HP_CN_STATE_ENABLED) { in ddihp_cn_change_children_state()
1012 if (!online) { in ddihp_cn_change_children_state()
1029 if (online) { in ddihp_cn_change_children_state()
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dblkdev.shlib251 function on_off_disk # disk state{online,offline} host
267 #check if disk is online
286 #check if disk is online
301 elif [[ $state == "online" ]]; then
351 on_off_disk $disk "online" $scsi_host
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_011_neg.ksh52 status offline online clear \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cache/
H A Dcache_009_pos.ksh62 log_must zpool online $TESTPOOL $ldev
/illumos-gate/usr/src/test/zfs-tests/tests/functional/slog/
H A Dslog_011_neg.ksh63 log_must zpool online $TESTPOOL $ldev
H A Dslog_015_neg.ksh65 log_must zpool online $TESTPOOL $SDEV
/illumos-gate/usr/src/test/zfs-tests/tests/functional/privilege/
H A Dsetup.ksh43 svcs svc:/network/nis/client:default | grep online > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/xattr/
H A Dsetup.ksh35 svcs svc:/network/nis/client:default | grep online > /dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_checkpoint/
H A Dcheckpoint_lun_expsz.ksh49 log_must zpool online -e $NESTEDPOOL $FILEDISK1

1234