Searched refs:status (Results 251 - 275 of 4389) sorted by relevance

<<11121314151617181920>>

/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_library.c103 SCI_STATUS status; local
114 status);
150 SCI_STATUS status; local
158 SCI_BASE_LIBRARY_ALLOCATE_CONTROLLER(fw_library, new_controller, &status);
159 if (status == SCI_SUCCESS)
170 status = scic_library_allocate_controller(
176 if (status != SCI_SUCCESS)
180 if (status != SCI_SUCCESS)
186 fw_library, status
191 status
203 SCI_STATUS status; local
[all...]
H A Dscic_sds_stp_remote_device.c96 SCI_STATUS status; local
98 status = scic_sds_io_request_complete(the_request);
100 if (status == SCI_SUCCESS)
102 status = scic_sds_port_complete_io(
106 if (status == SCI_SUCCESS)
114 //status of "DEVICE_RESET_REQUIRED", instead of "INVALID STATE".
130 if (status != SCI_SUCCESS)
136 this_device->owning_port, this_device, the_request, status
140 return status;
154 * @return SCI_STATUS Always return SCI_FAILURE_RESET_DEVICE_PARTIAL_SUCCESS status
165 SCI_STATUS status; local
248 SCI_STATUS status; local
313 SCI_STATUS status; local
345 SCI_STATUS status; local
393 SCI_STATUS status; local
471 SCI_STATUS status; local
553 SCI_STATUS status; local
576 SCI_STATUS status; local
628 SCI_STATUS status; local
677 SCI_STATUS status; local
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntp_control.h18 u_short status; /* status word for association */ member in struct:ntp_control
56 #define CTL_OP_READSTAT 1 /* read status */
71 * {En,De}coding of the system status word
92 #define CTL_SYS_LI(status) (((status)>>14) & 0x3)
93 #define CTL_SYS_SOURCE(status) (((status)>>8) & 0x3f)
94 #define CTL_SYS_NEVNT(status) (((status)>>
[all...]
/freebsd-current/sys/dev/ipmi/
H A Dipmi_kcs.c60 int status, start = ticks; local
63 status = INB(sc, KCS_CTL_STS);
64 while (ticks - start < MAX_TIMEOUT && (status & mask) != value) {
70 status = INB(sc, KCS_CTL_STS);
74 return (status);
92 kcs_clear_obf(struct ipmi_softc *sc, int status) argument
96 if (status & KCS_STATUS_OBF) {
104 int retry, status; local
110 status = kcs_wait_for_ibf(sc, 0);
116 status
172 int retry, status; local
213 int status; local
237 int status; local
265 int status; local
533 int status; local
569 int status; local
[all...]
/freebsd-current/tests/sys/kern/
H A Dptrace_test.c136 int status; local
140 wpid = waitpid(pid, &status, 0);
142 ATF_REQUIRE(WIFSTOPPED(status));
143 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP);
186 int status; local
199 wpid = waitpid(child, &status, 0);
201 ATF_REQUIRE(WIFSTOPPED(status));
202 REQUIRE_EQ(WSTOPSIG(status), SIGSTOP);
207 /* The second wait() should report the exit status. */
208 wpid = waitpid(child, &status,
227 int cpipe[2], status; local
274 int cpipe[2], dpipe[2], status; local
370 int cpipe[2], dpipe[2], status; local
482 int cpipe1[2], cpipe2[2], gcpipe[2], status; local
547 int status; local
577 int i, status; local
636 int status; local
692 int status; local
743 int status; local
825 int cpipe[2], status; local
893 int cpipe[2], status; local
956 int cpipe[2], status; local
1017 int cpipe[2], dpipe[2], status; local
1106 int status; local
1169 int status; local
1250 int status; local
1327 int status; local
1416 int status; local
1513 int status; local
1559 int events, status; local
1594 int events, status; local
1639 int events, status; local
1693 int events, status; local
1741 int events, status; local
1818 int status; local
1866 int status; local
1917 int status; local
1999 int status; local
2098 int status; local
2267 int status; local
2318 int status; local
2395 int status; local
2471 int status; local
2545 int status, err; local
2633 int status; local
2691 int status; local
2755 int status; local
2846 int status, kq, nevents; local
2937 int status, err; local
3009 int status, err; local
3080 int status, err; local
3201 int status; local
3280 int status, i; local
3414 int status, event_mask, new_event_mask; local
3501 int error, fd, i, status; local
3589 int status; local
3667 int status; local
3720 int status; local
3796 int i, j, status; local
3942 int events, status; local
4016 int events, status; local
4176 int pd, status; local
4225 int pd, status; local
4269 int pd, status; local
4326 int status; local
4380 int error, status; local
[all...]
/freebsd-current/crypto/heimdal/appl/kf/
H A Dkf.c72 int status; local
76 status = krb5_init_context (context);
77 if (status)
78 errx(1, "krb5_init_context failed: %d", status);
129 krb5_error_code status; local
139 status = krb5_auth_con_init (context, &auth_context);
140 if (status) {
141 krb5_warn (context, status, "krb5_auth_con_init");
145 status = krb5_auth_con_setaddrs_from_fd (context,
148 if (status) {
[all...]
H A Dkfd.c126 krb5_error_code status; local
139 status = krb5_auth_con_init (context, &auth_context);
140 if (status)
141 krb5_err(context, 1, status, "krb5_auth_con_init");
143 status = krb5_auth_con_setaddrs_from_fd (context,
146 if (status)
147 krb5_err(context, 1, status, "krb5_auth_con_setaddr");
152 status = krb5_sname_to_principal (context,
157 if (status)
158 krb5_err(context, 1, status, "krb5_sname_to_principa
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh69 status=$?
70 if [ "$status" -ne 0 ]; then
72 exit $status
80 status=$?
81 if [ "$status" -ne 0 ]; then
83 exit $status
87 status=$?
88 if [ "$status" -ne 0 ]; then
90 exit $status
94 status
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dptrace9.sh63 int e, status;
88 if (waitpid(pid, &status, WUNTRACED) != pid)
90 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGSTOP)
91 errx(1, "unexpected status %d after SIGSTOP", status);
98 if (waitpid(pid, &status, WUNTRACED) != pid)
100 if (!WIFSTOPPED(status))
101 errx(1, "unexpected status %d after PT_ATTACH", status);
[all...]
/freebsd-current/sys/dev/rtwn/rtl8192c/pci/
H A Dr92ce_rx.c61 uint32_t status; local
65 status = rtwn_read_4(sc, R92C_HISR);
67 __func__, status, rtwn_read_2(sc, R92C_HISRE));
68 if (status == 0 || status == 0xffffffff)
75 rtwn_write_4(sc, R92C_HISR, status);
77 if (status & R92C_IMR_BDOK)
79 if (status & R92C_IMR_HIGHDOK)
81 if (status & R92C_IMR_MGNTDOK)
83 if (status
[all...]
/freebsd-current/tests/sys/mqueue/
H A Dmqtest4.c33 int kq, status; local
45 status = mq_getattr(mq, &attr);
46 if (status)
60 status = kevent(kq, &kev, 1, NULL, 0, NULL);
61 if (status == -1)
66 status = kevent(kq, NULL, 0, &kev, 1, NULL);
67 if (status != 1)
69 status = mq_receive(mq, buf, attr.mq_msgsize, &prio);
70 if (status == -1)
92 status
[all...]
/freebsd-current/tools/regression/zfs/zpool/create/
H A Dcache.t12 expect_ok ${ZPOOL} status -x ${name0}
13 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
26 expect "${exp}" ${ZPOOL} status ${name0}
28 expect_fl ${ZPOOL} status -x ${name0}
32 expect_ok ${ZPOOL} status -x ${name0}
33 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
48 expect "${exp}" ${ZPOOL} status ${name0}
50 expect_fl ${ZPOOL} status -x ${name0}
54 expect_ok ${ZPOOL} status -x ${name0}
55 expect "pool '${name0}' is healthy" ${ZPOOL} status
[all...]
H A Draidz1.t15 expect_ok ${ZPOOL} status -x ${name0}
16 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
29 expect "${exp}" ${ZPOOL} status ${name0}
31 expect_fl ${ZPOOL} status -x ${name0}
35 expect_ok ${ZPOOL} status -x ${name0}
36 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
49 expect "${exp}" ${ZPOOL} status ${name0}
51 expect_fl ${ZPOOL} status -x ${name0}
55 expect_ok ${ZPOOL} status -x ${name0}
56 expect "pool '${name0}' is healthy" ${ZPOOL} status
[all...]
H A Doption-f_type_mismatch.t13 expect_fl ${ZPOOL} status -x ${name0}
17 expect_ok ${ZPOOL} status -x ${name0}
18 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
30 expect "${exp}" ${ZPOOL} status ${name0}
32 expect_fl ${ZPOOL} status -x ${name0}
36 expect_fl ${ZPOOL} status -x ${name0}
40 expect_ok ${ZPOOL} status -x ${name0}
41 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
53 expect "${exp}" ${ZPOOL} status ${name0}
55 expect_fl ${ZPOOL} status
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cache/
H A Dcache.kshlib32 poolexists $TESTPOOL && log_must $ZPOOL status -v $TESTPOOL
33 poolexists $TESTPOOL2 && log_must $ZPOOL status -v $TESTPOOL2
39 # Try zpool status/iostat for given pool
48 $ZPOOL status -xv $pool > /dev/null 2>&1
67 # Verify the give cache device have correct type and status
71 # $3 device status
78 typeset status=$3
81 if [[ -z $pool || -z $device || -z $status ]]; then
83 "<status> [type]"
86 # Zpool status return
[all...]
/freebsd-current/contrib/openbsm/libbsm/
H A Dbsm_notify.c67 uint32_t status; local
70 status = notify_register_check(__BSM_INTERNAL_NOTIFY_KEY, &token);
71 if (status != NOTIFY_STATUS_OK)
72 return (status);
73 status = notify_check(token, &ignore_first);
74 if (status != NOTIFY_STATUS_OK)
75 return (status);
79 syslog(LOG_ERR, "Initial audit status check failed (%s)",
112 int status; local
119 status
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_insn_decoder.c53 decoder->status = 0;
68 int status; local
73 status = decoder->status;
78 * where we indicate the status after synchronizing.
87 if ((status & pts_eos) && !decoder->process_event)
258 int status, errcode; local
265 status = pt_qry_indirect_branch(&decoder->query, ip);
266 if (status < 0)
267 return status;
284 int status, errcode; local
302 pt_insn_start(struct pt_insn_decoder *decoder, int status) argument
330 int status; local
344 int status; local
358 int status; local
445 int status; local
541 int status, taken; local
567 int taken, status; local
606 int status; local
629 int status; local
774 int status; local
813 int status; local
970 int status; local
1018 int status; local
1051 int status; local
1218 int status; local
1294 int status, isid; local
1596 int status; local
[all...]
/freebsd-current/contrib/kyua/engine/
H A Datf_result.cpp40 #include "utils/process/status.hpp"
99 /// \param status The result status name.
100 /// \param rest The rest of the line after the status name.
106 /// \pre status must be "passed".
108 parse_without_reason(const std::string& status, const std::string& rest) argument
111 throw engine::format_error(F("%s cannot have a reason") % status);
112 PRE(status == "passed");
119 /// \param status The result status nam
129 parse_with_reason(const std::string& status, const std::string& rest) argument
182 parse_with_reason_and_arg(const std::string& status, const std::string& rest) argument
204 argstr % status); local
225 format_status(const process::status& status) argument
301 const std::string status = data.second.substr(0, delim); local
[all...]
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c138 int status; local
140 status = pam_get_item(pamh, PAM_CONV, &item);
141 if (status != PAM_SUCCESS)
142 return status;
163 int status; local
170 status = converse(pamh, style, buffer, &resp);
173 status = PAM_ABORT;
177 return status;
325 int status; local
328 status
[all...]
/freebsd-current/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h57 * status (as integer value).
220 * Helper tools to verify whether status reports exited value
224 validate_status_exited(int status, int expected) argument
226 ATF_REQUIRE_MSG(WIFEXITED(status), "Reported !exited process");
227 ATF_REQUIRE_MSG(!WIFCONTINUED(status), "Reported continued process");
228 ATF_REQUIRE_MSG(!WIFSIGNALED(status), "Reported signaled process");
229 ATF_REQUIRE_MSG(!WIFSTOPPED(status), "Reported stopped process");
231 ATF_REQUIRE_EQ_MSG(WEXITSTATUS(status), expected,
233 WEXITSTATUS(status), expected);
237 forkee_status_exited(int status, in argument
248 validate_status_continued(int status) argument
257 forkee_status_continued(int status) argument
266 validate_status_signaled(int status, int expected_termsig, int expected_core) argument
281 forkee_status_signaled(int status, int expected_termsig, int expected_core) argument
293 validate_status_stopped(int status, int expected) argument
309 forkee_status_stopped(int status, int expected) argument
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dsmcontrol.pl155 # &munge_status -- turn machine readable status into human readable text
215 waitpid $pid, 0 or return "Could not get status of created process: $!\n";
242 # Error message or status message
248 my $status;
265 # Error message or status message
271 my $status;
288 # Error message or status message
294 my $status;
311 # Error message or status message
317 my $status;
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/ctrl/
H A Dsal_ctrl_services.c95 CpaStatus status = CPA_STATUS_SUCCESS; local
103 status = icp_adf_cfgGetParamValue(device,
108 if (CPA_STATUS_SUCCESS == status) {
147 return status;
201 CpaStatus status = CPA_STATUS_SUCCESS; local
204 status = icp_amgr_getAccelDevCapabilities(device, &capabilitiesMask);
206 if (CPA_STATUS_SUCCESS == status) {
215 status = CPA_STATUS_FAIL;
224 status = CPA_STATUS_FAIL;
233 status
278 CpaStatus status = CPA_STATUS_SUCCESS; local
367 CpaStatus status = CPA_STATUS_FAIL; local
418 CpaStatus status = CPA_STATUS_SUCCESS; local
529 CpaStatus status = CPA_STATUS_SUCCESS; local
638 CpaStatus status = CPA_STATUS_SUCCESS; local
697 CpaStatus status = CPA_STATUS_SUCCESS; local
725 CpaStatus status = CPA_STATUS_SUCCESS; local
774 CpaStatus status = CPA_STATUS_SUCCESS; local
882 CpaStatus status = CPA_STATUS_SUCCESS; local
983 CpaStatus status = CPA_STATUS_SUCCESS; local
1140 CpaStatus status = CPA_STATUS_SUCCESS; local
1213 CpaStatus status = CPA_STATUS_SUCCESS; local
1285 CpaStatus status = CPA_STATUS_SUCCESS; local
1364 CpaStatus status = CPA_STATUS_SUCCESS; local
1436 CpaStatus status = CPA_STATUS_SUCCESS; local
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-tnt_cache.c62 int status; local
66 status = pt_tnt_cache_is_empty(&tnt_cache);
67 ptu_int_eq(status, 1);
75 int status; local
79 status = pt_tnt_cache_is_empty(&tnt_cache);
80 ptu_int_eq(status, 0);
88 int status; local
92 status = pt_tnt_cache_is_empty(&tnt_cache);
93 ptu_int_eq(status, 1);
100 int status; local
111 int status; local
126 int status; local
141 int status; local
153 int status; local
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_status/
H A Dzpool_status_-c_disable.ksh28 # Verify zpool status command mode (-c) respects ZPOOL_SCRIPTS_ENABLED.
31 # 1. Set ZPOOL_SCRIPTS_ENABLED to 0, disabling zpool status -c
32 # 2. zpool status -c must not run successfully
33 # 3. Set ZPOOL_SCRIPTS_ENABLED to 1, enabling zpool status -c
34 # 4. zpool status -c must run successfully
35 # 5. Unset ZPOOL_SCRIPTS_ENABLED, enabling zpool status -c
36 # 6. zpool status -c must run successfully
43 log_assert "zpool status -c properly handles ZPOOL_SCRIPTS_ENABLED"
46 log_mustnot zpool status -c media
49 log_must zpool status
[all...]
/freebsd-current/contrib/libpcap/testprogs/
H A Dreactivatetest.c46 int status = 0; local
56 status = pcap_activate(pd);
57 if (status != PCAP_ERROR_ACTIVATED) {
58 if (status == 0)
60 else if (status == PCAP_ERROR)
65 pcap_statustostr(status));

Completed in 386 milliseconds

<<11121314151617181920>>