/titanic_50/usr/src/cmd/tip/aculib/ |
H A D | v3451.c | 133 int timeout = 30, online = 0; in expect() local 144 online = strcmp(cp, "ON LINE") == 0; in expect() 145 if (online) in expect() 152 if (online && notin("FAILED CALL", buf) == 0) in expect()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_online/ |
H A D | zpool_online_001_pos.ksh | 51 log_must $ZPOOL online $TESTPOOL $disk 79 log_must $ZPOOL online ${args[$i]} $TESTPOOL $disk 98 log_must $ZPOOL online ${args[$index]} $TESTPOOL $disk
|
H A D | zpool_online_002_neg.ksh | 65 log_mustnot $ZPOOL online ${args[$i]}
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/online_offline/ |
H A D | online_offline_002_neg.ksh | 56 log_must $ZPOOL online $TESTPOOL $disk 89 log_must $ZPOOL online $TESTPOOL ${disks[$i]} 119 log_must $ZPOOL online $TESTPOOL ${disks[$i]}
|
H A D | online_offline_001_pos.ksh | 55 log_must $ZPOOL online $TESTPOOL $disk 81 log_must $ZPOOL online $TESTPOOL $disk
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_online_001_neg.ksh | 60 log_mustnot $ZPOOL online $TESTPOOL.virt /$TESTDIR/disk-offline.dat 63 log_mustnot $ZPOOL online -t $TESTPOOL.virt /$TESTDIR/disk-offline.dat
|
/titanic_50/usr/src/cmd/stmfsvc/ |
H A D | stmfsvc.c | 44 static int online(); 184 ret = online(); in svcStart() 197 online() in online() function
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_offline/ |
H A D | zpool_offline_001_pos.ksh | 53 log_must $ZPOOL online $TESTPOOL $disk 113 log_must $ZPOOL online $TESTPOOL $disk
|
/titanic_50/usr/src/cmd/th_tools/ |
H A D | th_script.sh | 85 force_state_change $1 online 107 force_state_change $1 online
|
/titanic_50/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 235 offline* external conditions are satisfied, trying to move online 236 online* external conditions no longer satisfied, trying to move offline 237 online conditions satisfied and configured 242 The states of interest are offline, offline* and online. 244 An object (link/interface NCU, ENM or location) should only move online 255 1) when we are actively configuring the link with a view to moving online 264 cases that have the potentiality to move online (offline*) from a policy 290 object state is different - in paticular either offline* or online. Consider 293 states, but we want to stay online while we do it, since we are still 296 Another reason we wish to separate the more general states (offline, online [all …]
|
/titanic_50/usr/src/cmd/psrinfo/ |
H A D | psrinfo.c | 301 int online = 1; in print_ps() local 319 online = 0; in print_ps() 324 (void) printf("%d\n", online); in print_ps() 350 int online = 0; in print_p() local 363 online++; in print_p() 369 (void) printf("%d\n", online); in print_p()
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_meth.c | 42 int online; /* online cpus count */ member 159 swdp->online++; in cpu_walker() 203 swdp->err = swdp->offline = swdp->online = swdp->fail = 0; in walk_cpus() 281 rc = swd.online > 0 ? FMD_SERVICE_STATE_DEGRADED : in cpu_service_state() 303 rc = (swd.offline > 0 && swd.fail + swd.online == 0) ? 1 : 0; in cpu_unusable()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | ddi_hp_impl.c | 58 boolean_t online); 743 ddihp_cn_change_children_state(ddi_hp_cn_handle_t *hdlp, boolean_t online) in ddihp_cn_change_children_state() argument 752 (void *)dip, (void *)hdlp, online)); in ddihp_cn_change_children_state() 760 if (online && hdlp->cn_info.cn_state < DDI_HP_CN_STATE_ENABLED) { in ddihp_cn_change_children_state() 769 if (!online) { in ddihp_cn_change_children_state() 786 if (online) { in ddihp_cn_change_children_state()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_011_neg.ksh | 52 status offline online clear \
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/privilege/ |
H A D | setup.ksh | 39 $SVCS svc:/network/nis/client:default | $GREP online > /dev/null
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/slog/ |
H A D | slog_011_neg.ksh | 62 log_must $ZPOOL online $TESTPOOL $ldev
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cache/ |
H A D | cache_009_pos.ksh | 62 log_must $ZPOOL online $TESTPOOL $ldev
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | setup.ksh | 35 $SVCS svc:/network/nis/client:default | $GREP online > /dev/null
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsi_lun.c | 538 boolean_t online = B_FALSE; in iscsi_lun_online() local 554 online = B_TRUE; in iscsi_lun_online() 565 online = B_TRUE; in iscsi_lun_online() 591 if (online == B_TRUE && ilp->lun_type == DTYPE_DIRECT) { in iscsi_lun_online()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 7 How to update the online manual: (FIXME: this is obsoelete) 17 7. Verify the new online manual with a WWW browser.
|
/titanic_50/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 392 boolean_t online; in smb_enable_share() local 416 online = smb_isonline(); in smb_enable_share() 417 if (!online && !smb_isautoenable() && smb_isdisabled()) in smb_enable_share() 424 if (privileged == B_FALSE && !online) { in smb_enable_share() 426 if (!online) { in smb_enable_share() 444 if (privileged == B_TRUE && !online) { in smb_enable_share() 450 online = B_TRUE; in smb_enable_share() 458 if (!online) in smb_enable_share()
|
/titanic_50/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_diskmgt.c | 691 int online; in dmgt_avail_disk_iter() local 697 online = get_disk_online(disk, &error); in dmgt_avail_disk_iter() 698 if (!error && online) { in dmgt_avail_disk_iter()
|
/titanic_50/usr/src/cmd/fm/dicts/ |
H A D | FMD.po | 110 … "Some system components offlined because of the original fault may have been brought back online." 126 … "Some system components offlined because of the original fault may have been brought back online." 142 msgstr "All system components offlined because of the original fault have been brought back online."
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_expand/ |
H A D | zpool_expand_002_pos.ksh | 92 log_must $ZPOOL online -e $TESTPOOL1 /dev/zvol/dsk/$VFS/vol$i
|
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | obj.c | 767 int online; in replace_object() local 777 online = is_obj_online(dst); in replace_object() 803 } else if (online == 0) { in replace_object() 819 (void) make_scn((online == 0) ? in replace_object() 2477 int online = 1; in is_obj_online() local 2481 online = obj->attrs[ATTR_INDEX_ISCSI( in is_obj_online() 2488 return (online); in is_obj_online() 2536 int online; in assoc_clone() local 2548 online = is_obj_online(obj); in assoc_clone() 2550 state = (clone_flag << 2) | (dd_flag << 1) | online; in assoc_clone()
|