Searched refs:status (Results 226 - 250 of 2686) sorted by relevance

1234567891011>>

/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.sym.ksh67 status=$?
70 exit $status
H A Dtst.ufunc.ksh68 status=$?
71 exit $status
H A Dtst.umod.ksh66 status=$?
69 exit $status
H A Dtst.usym.ksh67 status=$?
70 exit $status
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.memenable.ksh63 status=$?
65 exit $status
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dfullrw.c24 apr_status_t status; local
30 status = apr_file_read(thefile, buf, &amt);
34 } while (status == APR_SUCCESS && nbytes > 0);
39 return status;
47 apr_status_t status; local
53 status = apr_file_write(thefile, buf, &amt);
57 } while (status == APR_SUCCESS && nbytes > 0);
62 return status;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dpex-one.c26 int *status, int *err)
35 if (!pex_get_status (obj, 1, status))
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
/freebsd-10.0-release/contrib/ldns/
H A Dwire2host.c153 #define LDNS_STATUS_CHECK_GOTO(st, label) {if (st != LDNS_STATUS_OK) { /*printf("STG %s:%d: status code %d\n", __FILE__, __LINE__, st);*/ goto label; }}
166 ldns_status status; local
193 status = ldns_wire2dname(&cur_rdf, wire, max, pos);
194 LDNS_STATUS_CHECK_RETURN(status);
290 ldns_status status; local
292 status = ldns_wire2dname(&owner, wire, max, pos);
293 LDNS_STATUS_CHECK_GOTO(status, status_error);
298 status = LDNS_STATUS_PACKET_OVERFLOW;
310 status = LDNS_STATUS_PACKET_OVERFLOW;
316 status
376 ldns_status status = LDNS_STATUS_OK; local
[all...]
/freebsd-10.0-release/contrib/unbound/libunbound/python/examples/
H A Ddnssec-valid.py48 status, result = ctx.resolve("www.nic.cz", RR_TYPE_A, RR_CLASS_IN)
49 if status == 0 and result.havedata:
/freebsd-10.0-release/crypto/openssh/
H A Dcompress.c93 int status; local
110 status = deflate(&outgoing_stream, Z_PARTIAL_FLUSH);
111 switch (status) {
119 fatal("buffer_compress: deflate returned %d", status);
138 int status; local
148 status = inflate(&incoming_stream, Z_PARTIAL_FLUSH);
149 switch (status) {
163 fatal("buffer_uncompress: inflate returned %d", status);
/freebsd-10.0-release/gnu/usr.bin/grep/tests/
H A Dbre.awk11 # printf ("status=`echo '%s' | { ${GREP} -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
12 printf ("status=`echo '%s' | { ${GREP} -e '%s' > /dev/null 2>&1; echo $? ; }`\n",$3, $2);
13 printf ("if test $status -ne %s ; then\n", $1);
H A Dere.awk11 # printf ("status=`echo '%s' | { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; cat >/dev/null; }`\n",$3, $2);
12 printf ("status=`echo '%s' | { ${GREP} -E -e '%s' > /dev/null 2>&1; echo $?; }`\n",$3, $2);
13 printf ("if test $status -ne %s ; then\n", $1);
/freebsd-10.0-release/sys/boot/arm/at91/libat91/
H A Deeprom.c89 unsigned int status; local
92 status = twiPtr->TWI_SR;
93 status = twiPtr->TWI_RHR;
105 status = twiPtr->TWI_SR;
121 status = twiPtr->TWI_SR;
147 unsigned status; local
161 status = twiPtr->TWI_SR;
173 status = twiPtr->TWI_SR;
/freebsd-10.0-release/sys/dev/ips/
H A Dips_ioctl.h50 u_int32_t status; member in struct:ips_user_request
58 ips_cmd_status_t status; member in struct:ips_ioctl
/freebsd-10.0-release/tools/regression/zfs/zpool/add/
H A Doption-f_replication_level_mismatch_0.t24 expect "${exp}" ${ZPOOL} status ${name0}
26 expect_fl ${ZPOOL} status -x ${name0}
43 expect "${exp}" ${ZPOOL} status ${name0}
45 expect_fl ${ZPOOL} status -x ${name0}
59 expect "${exp}" ${ZPOOL} status ${name0}
61 expect_fl ${ZPOOL} status -x ${name0}
79 expect "${exp}" ${ZPOOL} status ${name0}
81 expect_fl ${ZPOOL} status -x ${name0}
95 expect "${exp}" ${ZPOOL} status ${name0}
97 expect_fl ${ZPOOL} status
[all...]
H A Dcache.t15 expect_fl ${ZPOOL} status -x ${name0}
20 expect_fl ${ZPOOL} status -x ${name0}
36 expect "${exp}" ${ZPOOL} status ${name0}
38 expect_fl ${ZPOOL} status -x ${name0}
55 expect "${exp}" ${ZPOOL} status ${name0}
57 expect_fl ${ZPOOL} status -x ${name0}
77 expect "${exp}" ${ZPOOL} status ${name0}
79 expect_fl ${ZPOOL} status -x ${name0}
99 expect "${exp}" ${ZPOOL} status ${name0}
101 expect_fl ${ZPOOL} status
[all...]
H A Dspare.t26 expect "${exp}" ${ZPOOL} status ${name0}
28 expect_fl ${ZPOOL} status -x ${name0}
47 expect "${exp}" ${ZPOOL} status ${name0}
49 expect_fl ${ZPOOL} status -x ${name0}
69 expect "${exp}" ${ZPOOL} status ${name0}
71 expect_fl ${ZPOOL} status -x ${name0}
92 expect "${exp}" ${ZPOOL} status ${name0}
94 expect_fl ${ZPOOL} status -x ${name0}
112 expect "${exp}" ${ZPOOL} status ${name0}
114 expect_fl ${ZPOOL} status
[all...]
/freebsd-10.0-release/tools/regression/zfs/zpool/remove/
H A Dcache.t28 expect "${exp}" ${ZPOOL} status ${name0}
42 expect "${exp}" ${ZPOOL} status ${name0}
54 expect "${exp}" ${ZPOOL} status ${name0}
56 expect_fl ${ZPOOL} status -x ${name0}
/freebsd-10.0-release/tools/regression/zfs/zpool/replace/
H A Ddisk.t25 expect "${exp}" ${ZPOOL} status ${name0}
27 expect_fl ${ZPOOL} status -x ${name0}
44 expect "${exp}" ${ZPOOL} status ${name0}
46 expect_fl ${ZPOOL} status -x ${name0}
/freebsd-10.0-release/sys/boot/fdt/dts/
H A Dimx51x.dtsi118 status = "disabled";
186 status = "disabled";
194 status = "disabled";
202 status = "disabled";
212 status = "disabled";
220 status = "disabled";
228 status = "disabled";
236 status = "disabled";
266 status = "disabled";
274 status
[all...]
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_phy.c96 s32 status = IXGBE_ERR_PHY_ADDR_INVALID; local
125 status = IXGBE_SUCCESS;
130 if (status != IXGBE_SUCCESS) {
136 status = IXGBE_SUCCESS;
139 return status;
171 u32 status; local
177 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_HIGH,
181 if (status == IXGBE_SUCCESS) {
183 status = hw->phy.ops.read_reg(hw, IXGBE_MDIO_PHY_ID_LOW,
189 return status;
233 s32 status = IXGBE_SUCCESS; local
370 s32 status; local
476 s32 status; local
505 s32 status = IXGBE_SUCCESS; local
641 s32 status = IXGBE_ERR_LINK_SETUP; local
675 s32 status = IXGBE_SUCCESS; local
722 s32 status = IXGBE_SUCCESS; local
816 s32 status = IXGBE_SUCCESS; local
835 s32 status = IXGBE_SUCCESS; local
966 s32 status = IXGBE_ERR_SFP_NOT_PRESENT; local
993 s32 status = IXGBE_ERR_PHY_ADDR_INVALID; local
1423 s32 status = IXGBE_SUCCESS; local
1515 s32 status = IXGBE_SUCCESS; local
1664 s32 status = IXGBE_SUCCESS; local
1696 s32 status = IXGBE_SUCCESS; local
1773 s32 status; local
1859 s32 status = IXGBE_SUCCESS; local
1951 s32 status = IXGBE_SUCCESS; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_rtcp.c76 struct io_status { short status, count; long flags; }; member in struct:io_status
128 int status; local
130 status = sys$qiow ( 0, chan, IO$_READVBLK, &iosb, 0, 0,
132 if ( (status&1) == 1 ) status = iosb.status;
133 if ( (status&1) == 1 ) *length = iosb.count;
134 return status;
139 int status; local
141 status
176 int status, length; local
223 int status, i, segment, length; local
[all...]
/freebsd-10.0-release/tools/regression/zfs/zpool/create/
H A Doption-f_size_mismatch.t18 expect_ok ${ZPOOL} status -x ${name0}
22 expect_ok ${ZPOOL} status -x ${name0}
26 expect_ok ${ZPOOL} status -x ${name0}
30 expect_ok ${ZPOOL} status -x ${name0}
34 expect_ok ${ZPOOL} status -x ${name0}
38 expect_ok ${ZPOOL} status -x ${name0}
42 expect_ok ${ZPOOL} status -x ${name0}
46 expect_ok ${ZPOOL} status -x ${name0}
50 expect_fl ${ZPOOL} status -x ${name0}
54 expect_ok ${ZPOOL} status
[all...]
H A Draidz2.t16 expect_ok ${ZPOOL} status -x ${name0}
17 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
31 expect "${exp}" ${ZPOOL} status ${name0}
33 expect_fl ${ZPOOL} status -x ${name0}
37 expect_ok ${ZPOOL} status -x ${name0}
38 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
54 expect "${exp}" ${ZPOOL} status ${name0}
56 expect_fl ${ZPOOL} status -x ${name0}
60 expect_ok ${ZPOOL} status -x ${name0}
61 expect "pool '${name0}' is healthy" ${ZPOOL} status
[all...]
/freebsd-10.0-release/tools/regression/zfs/zpool/offline/
H A Draidz1.t17 echo "status: One or more devices has been taken offline by the administrator."
31 expect "${exp}" ${ZPOOL} status ${name0}
33 expect_fl ${ZPOOL} status -x ${name0}
40 echo "status: One or more devices has been taken offline by the administrator."
54 expect "${exp}" ${ZPOOL} status ${name0}
56 expect_fl ${ZPOOL} status -x ${name0}
64 echo "status: One or more devices has been taken offline by the administrator."
78 expect "${exp}" ${ZPOOL} status ${name0}
80 expect_fl ${ZPOOL} status -x ${name0}
87 echo "status
[all...]

Completed in 225 milliseconds

1234567891011>>