Searched refs:status (Results 201 - 225 of 4393) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/qat/qat_api/common/utils/
H A Dsal_versions.c64 CpaStatus status = CPA_STATUS_SUCCESS; local
71 status = icp_adf_cfgGetParamValue(device,
75 LAC_CHECK_STATUS(status);
84 status = icp_adf_cfgGetParamValue(device,
88 LAC_CHECK_STATUS(status);
97 status = icp_adf_cfgGetParamValue(device,
101 LAC_CHECK_STATUS(status);
116 return status;
122 CpaStatus status = CPA_STATUS_SUCCESS; local
130 status
[all...]
/freebsd-current/stand/efi/libefi/
H A Defi_driver_utils.c39 EFI_STATUS status; local
45 status = BS->LocateHandle(ByProtocol, filter, NULL,
48 if(status != EFI_BUFFER_TOO_SMALL) {
49 return (status);
57 status = BS->LocateHandle(ByProtocol, filter, NULL,
60 if(EFI_ERROR(status)) {
61 return (status);
70 return (status);
76 EFI_STATUS status; local
80 status
[all...]
/freebsd-current/tests/sys/mqueue/
H A Dmqtest1.c19 int status; local
28 status = mq_unlink(MQNAME);
29 if (status)
31 status = mq_getattr(mq, &attr2);
32 if (status)
41 status = mq_notify(mq, &sigev);
42 if (status)
44 status = mq_notify(mq, &sigev);
45 if (status == 0)
49 status
[all...]
/freebsd-current/sys/dev/qat/qat/
H A Dqat_ocf_utils.c37 CpaStatus status; local
45 status = cpaCySymSessionInUse(sessionCtx, &sessionInUse);
46 if (CPA_STATUS_SUCCESS != status)
69 CpaStatus status = CPA_STATUS_SUCCESS; local
75 status = cpaCySymSessionInUse(ocf_session->sessionCtx, &sessionInUse);
84 status =
86 if (CPA_STATUS_SUCCESS != status)
87 return status;
91 status =
93 if (CPA_STATUS_SUCCESS != status)
116 CpaStatus status = CPA_STATUS_SUCCESS; local
[all...]
/freebsd-current/tests/sys/cddl/zfs/include/
H A Dlogapi.kshlib99 typeset status=$?
100 [ $status -eq 0 ] && return
101 _printerror "$@" "unexpectedly exited $status"
104 # Execute and print command with status where success equals non-zero result
128 typeset status=$?
131 # unexpected status
132 if (( $status == 0 )); then
134 _printerror "$@" "unexpectedly exited $status"
136 elif (( $status == 127 )); then
138 _printerror "$@" "unexpectedly exited $status (Fil
[all...]
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_block_decoder.c50 int status; local
55 status = decoder->status;
60 * where we indicate the status after synchronizing.
69 if ((status & pts_eos) && !decoder->process_event)
82 decoder->status = 0;
262 int status, errcode; local
269 status = pt_qry_indirect_branch(&decoder->query, ip);
270 if (status < 0)
271 return status;
288 int status, errcode; local
306 pt_blk_start(struct pt_block_decoder *decoder, int status) argument
341 int errcode, status; local
357 int errcode, status; local
373 int errcode, status; local
470 int status; local
552 int status, errcode; local
645 int status; local
677 int status; local
746 int status; local
831 int status; local
890 int status; local
951 int status; local
1009 int status; local
1159 int status; local
1191 int status; local
1223 int status; local
1262 int status; local
1410 int status; local
1461 int status; local
1657 int status; local
1786 int status; local
2136 int status; local
2578 int status; local
2627 int status; local
2688 int status; local
2726 int status; local
3042 int errcode, status; local
3325 int status; local
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh60 status=$?
61 if [ "$status" -ne 0 ]; then
63 exit $status
66 exit $status
/freebsd-current/contrib/bmake/unit-tests/
H A Ddepsrc-exec.exp2 exit status 0
H A Ddepsrc-made.exp3 exit status 0
H A Ddirective-if-nested.exp2 exit status 0
H A Ddepsrc-phony.exp2 exit status 0
H A Dvarname-dot-alltargets.exp4 exit status 0
H A Dvarname-makefile.exp2 exit status 0
H A Ddep-double-colon.exp5 exit status 0
H A Ddep-colon.exp3 exit status 0
H A Dshell-ksh.exp4 exit status 0
H A Dshell-sh.exp4 exit status 0
H A Dvar-scope-cmdline.exp4 exit status 0
H A Ddirective-error.exp4 exit status 1
H A Dvarname-dot-make-jobs.exp8 exit status 0
/freebsd-current/contrib/kyua/utils/
H A Dsanity_test.cpp44 #include "utils/process/status.hpp"
66 static process::status
71 const process::status status = process::child::fork_files( local
75 return status;
80 verify_success(const process::status& status) argument
82 ATF_REQUIRE(status.exited());
83 ATF_REQUIRE_EQ(EXIT_SUCCESS, status.exitstatus());
90 verify_failed(const process::status argument
129 const process::status status = run_test(do_inv_test< true, false >); local
137 const process::status status = run_test(do_inv_test< false, false >); local
145 const process::status status = run_test(do_inv_test< false, true >); local
167 const process::status status = run_test(do_pre_test< true, false >); local
175 const process::status status = run_test(do_pre_test< false, false >); local
183 const process::status status = run_test(do_pre_test< false, true >); local
205 const process::status status = run_test(do_post_test< true, false >); local
213 const process::status status = run_test(do_post_test< false, false >); local
221 const process::status status = run_test(do_post_test< false, true >); local
243 const process::status status = run_test(do_unreachable_test< false >); local
251 const process::status status = run_test(do_unreachable_test< true >); local
273 const process::status status = run_test(do_crash_handler_test< Signo >); local
[all...]
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_free_data.c56 int status)
61 (void)status;
54 openpam_free_data(pam_handle_t *pamh, void *data, int status) argument
/freebsd-current/lib/libc/uuid/
H A Duuid_from_string.c44 uuid_from_string(const char *s, uuid_t *u, uint32_t *status) argument
50 uuid_create_nil(u, status);
55 if (status != NULL)
56 *status = uuid_s_invalid_string_uuid;
86 if (status != NULL)
87 *status = uuid_s_bad_version;
89 if (status != NULL)
90 *status = uuid_s_ok;
/freebsd-current/tests/sys/kern/
H A Dwaitpid_nohang.c38 int status, r; local
47 status = 42;
48 pid = waitpid(child, &status, WNOHANG);
50 ATF_CHECK(status == 42);
57 status = -1;
58 pid = waitpid(child, &status, WNOHANG);
60 ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM);
/freebsd-current/lib/libc/stdlib/
H A Dexit.c55 exit(int status) argument
71 _exit(status);

Completed in 290 milliseconds

1234567891011>>