Searched refs:online (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/tools/regression/zfs/zpool/offline/
H A Dlog.t20 echo "action: Online the device using 'zpool online' or replace the device with"
34 expect_ok ${ZPOOL} online ${name0} ${disk1}
46 echo "action: Online the device using 'zpool online' or replace the device with"
60 expect_ok ${ZPOOL} online ${name0} ${disk2}
73 echo "action: Online the device using 'zpool online' or replace the device with"
87 expect_ok ${ZPOOL} online ${name0} ${disk1}
88 expect_ok ${ZPOOL} online ${name0} ${disk2}
103 echo "action: Online the device using 'zpool online' or replace the device with"
120 expect_ok ${ZPOOL} online ${name0} ${disk1}
121 expect_ok ${ZPOOL} online
[all...]
H A Doption-t.t20 echo "action: Online the device using 'zpool online' or replace the device with"
40 echo "action: Online the device using 'zpool online' or replace the device with"
52 expect_ok ${ZPOOL} online ${name0} ${disk0}
64 echo "action: Online the device using 'zpool online' or replace the device with"
102 echo "action: Online the device using 'zpool online' or replace the device with"
124 echo "action: Online the device using 'zpool online' or replace the device with"
138 expect_ok ${ZPOOL} online ${name0} ${disk0}
139 expect_ok ${ZPOOL} online ${name0} ${disk1}
152 echo "action: Online the device using 'zpool online' or replace the device with"
194 echo "action: Online the device using 'zpool online' o
[all...]
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dv3451.c154 int timeout = 30, online = 0; local
165 online = strcmp(cp, "ON LINE") == 0;
166 if (online)
173 if (online && notin("FAILED CALL", buf) == 0)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffdump.c101 int online = 0; local
110 online++;
112 if (online > 6)
116 online = 0;
/freebsd-9.3-release/tools/regression/zfs/zpool/create/
H A Doption-f_inuse.t201 expect_ok ${ZPOOL} online ${name0} ${disk1}
220 expect_ok ${ZPOOL} online ${name0} ${disk2}
239 expect_ok ${ZPOOL} online ${name0} ${disk3}
258 expect_ok ${ZPOOL} online ${name0} ${disk2}
281 expect_ok ${ZPOOL} online ${name0} ${disk1}
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c87 int online; member in struct:cfcs_softc
302 cfcs_onoffline(void *arg, int online) argument
310 softc->online = online;
334 cfcs_onoffline(arg, /*online*/ 1);
340 cfcs_onoffline(arg, /*online*/ 0);
594 * If we aren't online, there are no devices to see.
596 if (softc->online == 0) {
689 * If we aren't online, there are no devices to talk to.
691 if (softc->online
[all...]
H A Dctl.h70 int online; member in struct:ctl_port_entry
H A Dscsi_ctl.c208 static void ctlfe_onoffline(void *arg, int online);
1676 ctlfe_onoffline(void *arg, int online) argument
1720 if (online != 0) {
1819 if (online != 0)
1830 (online != 0) ? "enable" : "disable",
1835 (online != 0) ? "enable" : "disable");
1860 * Create the wildcard LUN before bringing the port online.
1911 ctlfe_onoffline(arg, /*online*/ 1);
1930 ctlfe_onoffline(arg, /*online*/ 0);
H A Dctl.c2278 * because the online/offline operations
2363 entry.online = 1;
2365 entry.online = 0;
4340 * Run through each registered FETD and bring it online if it isn't
5376 * This could be a start or a stop when we're online,
5377 * or a stop/offline or start/online. A start or stop when
8952 * other hand, may not be online all the time. Need to change this
8953 * to figure out whether the disk device is actually online or not.
9007 * other hand, may not be online all the time. Need to change this
9008 * to figure out whether the disk device is actually online o
[all...]
/freebsd-9.3-release/tools/regression/zfs/zpool/add/
H A Doption-f_inuse.t915 expect_ok ${ZPOOL} online ${name0} ${disk0}
960 expect_ok ${ZPOOL} online ${name0} ${disk0}
1007 expect_ok ${ZPOOL} online ${name0} ${disk0}
1056 expect_ok ${ZPOOL} online ${name0} ${disk0}
1097 expect_ok ${ZPOOL} online ${name0} ${disk0}
1138 expect_ok ${ZPOOL} online ${name0} ${disk1}
1183 expect_ok ${ZPOOL} online ${name0} ${disk0}
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_prime.pl53 * in documentation (online or textual) provided with the package.
/freebsd-9.3-release/crypto/openssl/util/
H A Dadd_cr.pl85 * in documentation (online or textual) provided with the package.
/freebsd-9.3-release/sys/dev/hptmv/
H A Dosbsd.h143 MV_BOOLEAN online; member in struct:_MV_CHANNEL
H A Dentry.c345 pAdapter->mvChannel[channelNum].online = MV_TRUE;
1470 pAdapter->mvChannel[channel].online = MV_FALSE;
1494 pAdapter->mvChannel[channel].online = MV_TRUE;
1501 KdPrint(("pAdapter->mvChannel[channel].online:%x, channel:%d\n",
1502 pAdapter->mvChannel[channel].online, channel));
H A Dgui_lib.c469 if (pAdapTemp->mvChannel[bus].online == MV_TRUE)
/freebsd-9.3-release/crypto/openssl/crypto/conf/
H A Dkeysets.pl75 * in documentation (online or textual) provided with the package.
/freebsd-9.3-release/usr.sbin/mptutil/
H A Dmpt_drive.c91 * online drives and failed drives.
92 * - IOC3 : This gives us a list of all online physical drives including
382 warnx("online: %s", ac > 2 ? "extra arguments" :
390 MPT_COMMAND(top, online, online_drive);
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl199 * in documentation (online or textual) provided with the package.
H A Dobjects.pl145 * in documentation (online or textual) provided with the package.
/freebsd-9.3-release/sys/xen/interface/
H A Ddomctl.h105 uint32_t nr_online_vcpus; /* Number of VCPUs currently online. */
264 uint8_t online; /* currently online (not hotplugged)? */ member in struct:xen_domctl_getvcpuinfo
/freebsd-9.3-release/usr.sbin/ctladm/
H A Dctladm.c518 (entry->online) ? "YES" : "NO" );
523 entry->targ_port, (entry->online) ? "YES" : "NO",
530 sbuf_printf(sb, "<online>%s</online>\n",
531 (entry->online) ? "YES" : "NO");
1642 (command == CTLADM_CMD_STARTUP) ? "online" :

Completed in 287 milliseconds