Searched refs:status (Results 76 - 100 of 2686) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dvsnprintf.c109 int status; local
112 status = checkit (buf, 10, "%s:%d", "foobar", 9);
113 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
116 status = checkit (buf, 9, "%s:%d", "foobar", 9);
117 VERIFY (status==8 && memcmp (buf, "foobar:9\0XXXXX\0", 15) == 0);
120 status = checkit (buf, 8, "%s:%d", "foobar", 9);
121 VERIFY (status==8 && memcmp (buf, "foobar:\0XXXXXX\0", 15) == 0);
124 status = checkit (buf, 7, "%s:%d", "foobar", 9);
125 VERIFY (status==8 && memcmp (buf, "foobar\0XXXXXXX\0", 15) == 0);
128 status
[all...]
H A Dasprintf.c49 int status; local
53 status = vasprintf (buf, fmt, ap);
55 return status;
/freebsd-10.0-release/tools/regression/mqueue/mqtest1/
H A Dmqtest1.c17 int status; local
24 status = mq_unlink(MQNAME);
25 if (status)
27 status = mq_getattr(mq, &attr2);
28 if (status)
37 status = mq_notify(mq, &sigev);
38 if (status)
40 status = mq_notify(mq, &sigev);
41 if (status == 0)
45 status
[all...]
/freebsd-10.0-release/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-10.0-release/contrib/openpam/lib/libpam/
H A Dopenpam_free_data.c58 int status)
63 (void)status;
56 openpam_free_data(pam_handle_t *pamh, void *data, int status) argument
/freebsd-10.0-release/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;
H A Duuid_equal.c39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) argument
42 if (status != NULL)
43 *status = uuid_s_ok;
H A Duuid_is_nil.c38 uuid_is_nil(const uuid_t *u, uint32_t *status) argument
42 if (status)
43 *status = uuid_s_ok;
H A Duuid_to_string.c39 * NOTE: The references given above do not have a status code for when
40 * the string could not be allocated. The status code has been
44 uuid_to_string(const uuid_t *u, char **s, uint32_t *status) argument
48 if (status != NULL)
49 *status = uuid_s_ok;
65 if (*s == NULL && status != NULL)
66 *status = uuid_s_no_memory;
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dtcp_server.c43 krb5_error_code status; local
53 status = krb5_auth_con_init (context, &auth_context);
54 if (status)
55 krb5_err (context, 1, status, "krb5_auth_con_init");
57 status = krb5_auth_con_setaddrs_from_fd (context,
61 if (status)
62 krb5_err (context, 1, status, "krb5_auth_con_setaddrs_from_fd");
67 status = krb5_sname_to_principal (context,
72 if (status)
73 krb5_err (context, 1, status, "krb5_sname_to_principa
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-fpa.c141 int status; local
151 status = __cvmx_helper_initialize_fpa_pool(pip_pool, pip_size, pip_buffers,
153 if (status)
154 return status;
159 status = __cvmx_helper_initialize_fpa_pool(wqe_pool, wqe_size, wqe_entries,
161 if (status)
162 return status;
167 status = __cvmx_helper_initialize_fpa_pool(pko_pool, pko_size, pko_buffers,
169 if (status)
170 return status;
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.DataModel32.d.ksh67 status=$?
69 if [ "$status" -ne 0 ]; then
73 exit $status
H A Dtst.DataModel64.d.ksh68 status=$?
70 if [ "$status" -ne 0 ]; then
74 exit $status
H A Dtst.DefineNameWithCPP.d.ksh62 status=$?
64 if [ "$status" -ne 0 ]; then
68 exit $status
H A Dtst.ELFGenerationOut.d.ksh60 status=$?
62 if [ "$status" -ne 0 ]; then
64 exit $status
H A Dtst.PreprocessorStatement.d.ksh63 status=$?
65 if [ "$status" -ne 0 ]; then
69 exit $status
H A Dtst.QuietMode.d.ksh59 status=$?
61 if [ "$status" -ne 0 ]; then
65 exit $status
H A Dtst.TestCompile.d.ksh61 status=$?
63 if [ "$status" -ne 0 ]; then
67 exit $status
H A Dtst.UnDefineNameWithCPP.d.ksh64 status=$?
66 if [ "$status" -ne 0 ]; then
71 exit $status
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dasprintf.c49 int status; local
53 status = vasprintf (buf, fmt, ap);
55 return status;
/freebsd-10.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_passivelock.h196 cl_status_t status; local
199 status = (cl_status_t) pthread_rwlock_init(&p_lock->lock, NULL);
200 if (status)
237 cl_status_t status; local
241 status = (cl_status_t) pthread_rwlock_rdlock(&p_lock->lock);
242 CL_ASSERT(status == 0);
269 cl_status_t status; local
274 status = (cl_status_t) pthread_rwlock_wrlock(&p_lock->lock);
275 CL_ASSERT(status == 0);
302 cl_status_t status; local
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A DMakefile-devel-adds15 stamp-h: ${srcdir}/config.h.in config.status
16 ./config.status
18 Makefile: Makefile.in config.status
19 ./config.status
21 config.status: ${srcdir}/configure
22 ./config.status --recheck
/freebsd-10.0-release/lib/libc/stdlib/
H A Dexit.c59 exit(status)
60 int status;
70 _exit(status);
/freebsd-10.0-release/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-10.0-release/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
218 int status; local
240 int status; local
266 int status; local
485 int status; local
519 int data, status; local
[all...]

Completed in 220 milliseconds

1234567891011>>