Searched refs:status (Results 376 - 400 of 3538) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/crypto/heimdal/lib/gssapi/ntlm/
H A Dinquire_context.c63 *locally_initiated = (ctx->status & STATUS_CLIENT) ? 1 : 0;
65 *open_context = (ctx->status & STATUS_OPEN) ? 1 : 0;
/freebsd-11-stable/etc/periodic/daily/
H A D401.status-graid17 echo 'Checking status of graid(8) devices:'
19 if graid status; then
20 components="$(graid status -s | fgrep -v OPTIMAL)"
H A D406.status-gmirror17 echo 'Checking status of gmirror(8) devices:'
19 if gmirror status; then
20 components="$(gmirror status -s | fgrep -v COMPLETE)"
H A D407.status-graid317 echo 'Checking status of graid3(8) devices:'
19 if graid3 status; then
20 components="$(graid3 status -s | fgrep -v COMPLETE)"
H A D408.status-gstripe17 echo 'Checking status of gstripe(8) devices:'
19 if gstripe status; then
20 components="$(gstripe status -s | fgrep -v UP)"
H A D409.status-gconcat17 echo 'Checking status of gconcat(8) devices:'
19 if gconcat status; then
20 components="$(gconcat status -s | fgrep -v UP)"
/freebsd-11-stable/gnu/usr.bin/grep/
H A Derror.h49 extern void error (int status, int errnum, const char *format, ...)
52 extern void error_at_line (int status, int errnum, const char *fname,
/freebsd-11-stable/tools/regression/posixsem2/
H A Dsemtest.c25 int status; local
45 waitpid(pid, &status, 0);
46 if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
59 int status; local
85 waitpid(pid, &status, 0);
86 if (WIFEXITED(status) && WEXITSTATUS(status) == 0)
/freebsd-11-stable/tools/regression/zfs/zpool/add/
H A Draidz1.t31 expect "${exp}" ${ZPOOL} status ${name0}
33 expect_fl ${ZPOOL} status -x ${name0}
66 expect "${exp}" ${ZPOOL} status ${name0}
68 expect_fl ${ZPOOL} status -x ${name0}
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Doption-f_inuse.t20 expect_fl ${ZPOOL} status -x ${name1}
22 expect_ok ${ZPOOL} status -x ${name1}
33 expect_fl ${ZPOOL} status -x ${name1}
35 expect_ok ${ZPOOL} status -x ${name1}
46 expect_fl ${ZPOOL} status -x ${name1}
48 expect_ok ${ZPOOL} status -x ${name1}
59 expect_fl ${ZPOOL} status -x ${name1}
61 expect_ok ${ZPOOL} status -x ${name1}
72 expect_fl ${ZPOOL} status -x ${name1}
74 expect_ok ${ZPOOL} status
[all...]
/freebsd-11-stable/tools/regression/zfs/zpool/offline/
H A Dlog.t17 echo "status: One or more devices has been taken offline by the administrator."
33 expect "${exp}" ${ZPOOL} status ${name0}
36 expect_fl ${ZPOOL} status -x ${name0}
43 echo "status: One or more devices has been taken offline by the administrator."
59 expect "${exp}" ${ZPOOL} status ${name0}
62 expect_fl ${ZPOOL} status -x ${name0}
70 echo "status: One or more devices has been taken offline by the administrator."
86 expect "${exp}" ${ZPOOL} status ${name0}
90 expect_fl ${ZPOOL} status -x ${name0}
100 echo "status
[all...]
H A Dmirror.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}
90 echo "status
[all...]
/freebsd-11-stable/usr.bin/bmake/tests/shell/builtin/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/meta/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/path/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/path_select/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
/freebsd-11-stable/usr.bin/bmake/tests/shell/replace/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
/freebsd-11-stable/usr.bin/bmake/tests/syntax/funny-targets/
H A DMakefile10 ${PACKAGE}FILES+= expected.status.1
11 ${PACKAGE}FILES+= expected.status.2
/freebsd-11-stable/usr.bin/finger/
H A Dfinger.h53 enum status { LASTLOG, LOGGEDIN }; enum
57 enum status info; /* type/status of request */
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_write_long.c100 SATI_STATUS status = SATI_FAILURE; local
131 status = sati_move_translate_64_bit_lba(sequence, scsi_io, ata_io);
133 if( status == SATI_FAILURE_CHECK_RESPONSE_DATA)
135 return status;
180 status = SATI_SUCCESS;
192 status = SATI_SUCCESS;
203 status = SATI_SUCCESS;
219 return status;
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_resp.c62 IN ib_net16_t status,
76 p_dest_smp->status = status;
79 p_dest_smp->status = 0;
87 p_dest_smp->status |= IB_SMP_DIRECTION;
105 ib_api_status_t status = IB_SUCCESS; local
123 status = IB_INSUFFICIENT_RESOURCES;
151 return status;
61 resp_make_resp_smp(IN osm_sm_t * sm, IN const ib_smp_t * p_src_smp, IN ib_net16_t status, IN const uint8_t * p_payload, OUT ib_smp_t * p_dest_smp) argument
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_event.c116 cl_status_t status; local
144 status = CL_NOT_DONE;
146 status = CL_SUCCESS;
160 status =
164 status = CL_TIMEOUT;
166 status = CL_NOT_DONE;
168 status = CL_ERROR;
174 return status;
/freebsd-11-stable/sys/contrib/ck/include/gcc/x86_64/
H A Dck_pr_rtm.h87 ck_pr_rtm_abort(const unsigned int status) argument
90 __asm__ __volatile__(".byte 0xc6,0xf8,%P0" :: "i" (status) : "memory");
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_digest.c113 apr_status_t status; local
121 status = apr_md5(ha1, tmp, strlen(tmp));
122 if (status)
123 return status;
140 apr_status_t status; local
147 status = apr_md5(ha2, tmp, strlen(tmp));
148 if (status)
149 return status;
172 apr_status_t status; local
174 status
256 apr_status_t status; local
412 apr_status_t status; local
481 apr_status_t status; local
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c73 static struct sigaction newsigsys; /* new sigaction status */
74 static struct sigaction sigsys; /* current sigaction status */
79 static volatile int status; /* most recent status bits */ variable
163 ntx.status = atoi(ntp_optarg);
164 if (ntx.status < 0 || ntx.status >= 0x100)
188 -s status Set the status bits\n\
236 status
[all...]

Completed in 420 milliseconds

<<11121314151617181920>>