Searched refs:status (Results 101 - 125 of 3538) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/opensm/include/complib/
H A Dcl_passivelock.h196 cl_status_t status; local
199 status = pthread_rwlock_init(&p_lock->lock, NULL);
200 if (status)
237 cl_status_t __attribute__((unused)) status; local
241 status = pthread_rwlock_rdlock(&p_lock->lock);
242 CL_ASSERT(status == 0);
269 cl_status_t __attribute__((unused)) status; local
274 status = pthread_rwlock_wrlock(&p_lock->lock);
275 CL_ASSERT(status == 0);
302 cl_status_t __attribute__((unused)) status; local
[all...]
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_kcs.c57 int status, start = ticks; local
59 status = INB(sc, KCS_CTL_STS);
62 while (ticks - start < MAX_TIMEOUT && status & KCS_STATUS_IBF) {
64 status = INB(sc, KCS_CTL_STS);
69 !(status & KCS_STATUS_IBF)) {
71 status = INB(sc, KCS_CTL_STS);
74 return (status);
80 int status, start = ticks; local
82 status = INB(sc, KCS_CTL_STS);
85 while (ticks - start < MAX_TIMEOUT && status
101 kcs_clear_obf(struct ipmi_softc *sc, int status) argument
114 int retry, status; local
182 int retry, status; local
223 int status; local
247 int status; local
275 int status; local
517 int status; local
553 int data, status; local
[all...]
/freebsd-11-stable/lib/libc/tests/iconv/
H A Diconvctl_test.c38 int actual, status; local
43 status = iconvctl(ic, ICONV_TRIVIALP, &actual);
44 ATF_REQUIRE(status == 0);
48 status = iconv_close(ic);
49 ATF_REQUIRE(status == 0);
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_irq.c50 int status; local
52 status = MACH64_READ(MACH64_CRTC_INT_CNTL);
55 if (status & MACH64_CRTC_VBLANK_INT) {
64 (status & ~MACH64_CRTC_INT_ACKS)
87 u32 status = MACH64_READ(MACH64_CRTC_INT_CNTL); local
95 DRM_DEBUG("before enable vblank CRTC_INT_CTNL: 0x%08x\n", status);
121 u32 status = MACH64_READ(MACH64_CRTC_INT_CNTL); local
129 DRM_DEBUG("before disable vblank CRTC_INT_CTNL: 0x%08x\n", status);
132 MACH64_WRITE(MACH64_CRTC_INT_CNTL, (status & ~MACH64_CRTC_VBLANK_INT_EN)
140 u32 status local
[all...]
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dcopy.c27 apr_status_t status; local
32 status = apr_file_open(&s, from_path, APR_FOPEN_READ, APR_OS_DEFAULT, pool);
33 if (status)
34 return status;
38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s);
39 if (status != APR_SUCCESS && status != APR_INCOMPLETE) {
41 return status;
50 status = apr_file_open(&d, to_path, flags, perms, pool);
51 if (status) {
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/serf/buckets/
H A Dchunk_buckets.c136 apr_status_t status; local
140 status = create_chunk(bucket);
141 if (status) {
142 return status;
146 status = serf_bucket_read(ctx->chunk, requested, data, len);
149 if (APR_STATUS_IS_EOF(status) && ctx->state == STATE_CHUNK) {
150 status = ctx->last_status;
154 return status;
162 apr_status_t status; local
164 status
182 apr_status_t status; local
209 apr_status_t status; local
[all...]
H A Ddechunk_buckets.c74 apr_status_t status; local
81 status = serf_linebuf_fetch(&ctx->linebuf, ctx->stream,
83 if (SERF_BUCKET_READ_ERROR(status))
84 return status;
103 status = APR_EOF;
111 if (!status)
114 /* assert: status != 0 */
121 return status;
130 status = serf_bucket_read(ctx->stream, requested, data, len);
131 if (SERF_BUCKET_READ_ERROR(status))
[all...]
/freebsd-11-stable/tests/sys/mqueue/
H A Dmqtest4.c34 int kq, status; local
46 status = mq_getattr(mq, &attr);
47 if (status)
61 status = kevent(kq, &kev, 1, NULL, 0, NULL);
62 if (status == -1)
67 status = kevent(kq, NULL, 0, &kev, 1, NULL);
68 if (status != 1)
70 status = mq_receive(mq, buf, attr.mq_msgsize, &prio);
71 if (status == -1)
93 status
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dgetlogin.c57 getlogin_basic(int *status) argument
63 *status = errno;
68 *status = 0;
76 int status; local
79 result = getlogin_basic(&status);
89 int status; local
96 result = getlogin_basic(&status);
97 if (status == 0 && result != NULL) {
100 status = ERANGE;
105 return (status);
[all...]
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Dcache.t13 expect_ok ${ZPOOL} status -x ${name0}
14 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
27 expect "${exp}" ${ZPOOL} status ${name0}
29 expect_fl ${ZPOOL} status -x ${name0}
33 expect_ok ${ZPOOL} status -x ${name0}
34 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.t14 expect_fl ${ZPOOL} status -x ${name0}
18 expect_ok ${ZPOOL} status -x ${name0}
19 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
31 expect "${exp}" ${ZPOOL} status ${name0}
33 expect_fl ${ZPOOL} status -x ${name0}
37 expect_fl ${ZPOOL} status -x ${name0}
41 expect_ok ${ZPOOL} status -x ${name0}
42 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
54 expect "${exp}" ${ZPOOL} status ${name0}
56 expect_fl ${ZPOOL} status
[all...]
H A Draidz1.t16 expect_ok ${ZPOOL} status -x ${name0}
17 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
30 expect "${exp}" ${ZPOOL} status ${name0}
32 expect_fl ${ZPOOL} status -x ${name0}
36 expect_ok ${ZPOOL} status -x ${name0}
37 expect "pool '${name0}' is healthy" ${ZPOOL} status -x ${name0}
50 expect "${exp}" ${ZPOOL} status ${name0}
52 expect_fl ${ZPOOL} status -x ${name0}
56 expect_ok ${ZPOOL} status -x ${name0}
57 expect "pool '${name0}' is healthy" ${ZPOOL} status
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/tools/tools/nxge/
H A Dxge_info.c34 int status = EXIT_FAILURE; local
71 status = xge_get_pciconf();
73 status = xge_get_devconf();
75 status = xge_get_hwstats();
77 status = xge_get_registers();
79 status = xge_get_devstats();
81 status = xge_get_swstats();
83 status = xge_get_drvstats();
85 status = xge_get_drv_version();
87 status
132 int status = EXIT_FAILURE; local
189 int status = EXIT_FAILURE; local
227 int status = EXIT_FAILURE; local
265 int status = EXIT_FAILURE; local
300 int status = EXIT_FAILURE; local
352 int status = EXIT_FAILURE; local
390 int status = EXIT_FAILURE; local
431 int status = EXIT_FAILURE; local
468 int status = EXIT_FAILURE; local
506 int status = EXIT_FAILURE; local
544 int status = EXIT_FAILURE; local
580 int status = EXIT_FAILURE; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c90 apr_status_t status; local
127 if ((status = apr_file_open(&db->dirf, dirname, flags, perms, p))
131 if ((status = apr_file_open(&db->pagf, pagname, flags, perms, p))
135 if ((status = apr_sdbm_lock(db, (db->flags & SDBM_RDONLY)
149 if ((status = apr_sdbm_unlock(db)) != APR_SUCCESS)
168 return status;
189 apr_status_t status; local
194 if ((status = apr_sdbm_lock(db, APR_FLOCK_SHARED)) != APR_SUCCESS)
195 return status;
197 if ((status
209 apr_status_t status; local
221 apr_status_t status; local
249 apr_status_t status; local
310 apr_status_t status; local
387 apr_status_t status; local
408 apr_status_t status; local
430 apr_status_t status; local
447 apr_status_t status; local
519 apr_status_t status; local
554 apr_status_t status; local
[all...]
/freebsd-11-stable/lib/libc/net/
H A Dnss_compat.c102 enum nss_status status; local
110 status = fn(name, grp, buffer, bufsize, errnop);
111 status = __nss_compat_result(status, *errnop);
112 if (status == NS_SUCCESS)
114 return (status);
127 enum nss_status status; local
135 status = fn(gid, grp, buffer, bufsize, errnop);
136 status = __nss_compat_result(status, *errno
151 enum nss_status status; local
203 enum nss_status status; local
228 enum nss_status status; local
252 enum nss_status status; local
[all...]

Completed in 307 milliseconds

1234567891011>>