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

1234567891011>>

/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_i2c.c201 s32 status = I40E_SUCCESS; local
230 status = I40E_ERR_PHY;
238 return status;
252 s32 status; local
255 status = ixl_set_i2c_data(pf, &i2cctl, data);
256 if (status == I40E_SUCCESS) {
269 status = I40E_ERR_PHY;
273 return status;
287 s32 status = I40E_SUCCESS; local
296 status
396 s32 status = I40E_SUCCESS; local
464 s32 status; local
550 s32 status = I40E_SUCCESS; local
617 s32 status; local
646 s32 status = I40E_SUCCESS; local
680 s32 status = 0; local
704 s32 status = I40E_SUCCESS; local
730 s32 status = I40E_SUCCESS; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c2 * status.c: return the status of a working copy dirent
58 around the received status func/baton, so we can remember if the
59 target was deleted in HEAD and tweak incoming status structures
65 svn_client_status_func_t real_status_func; /* real status function */
66 void *real_status_baton; /* real status baton */
72 /* A status callback function which wraps the *real* status
73 function/baton. This sucker takes care of any status tweaks we
74 need to make (such as noting that the target of the status i
77 tweak_status(void *baton, const char *local_abspath, const svn_wc_status3_t *status, apr_pool_t *scratch_pool) argument
714 svn_client_status_dup(const svn_client_status_t *status, apr_pool_t *result_pool) argument
767 svn_client__create_status(svn_client_status_t **cst, svn_wc_context_t *wc_ctx, const char *local_abspath, const svn_wc_status3_t *status, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_x550.c111 * Returns status code
124 * Returns status code
137 * Returns status code
141 s32 status; local
143 status = ixgbe_read_i2c_byte_unlocked(hw, reg, IXGBE_PE, value);
144 if (status != IXGBE_SUCCESS)
146 "port expander access failed with %d\n", status);
147 return status;
156 * Returns status code
160 s32 status; local
178 s32 status; local
251 s32 status = IXGBE_SUCCESS; local
1322 s32 status; local
1360 s32 status; local
1394 s32 status; local
1427 s32 status; local
1684 s32 status; local
1706 s32 status; local
1730 s32 status; local
2051 u32 status; local
2138 u32 status; local
2236 s32 status; local
2516 s32 status; local
2647 u32 status; local
2754 s32 status; local
2904 s32 status; local
2975 s32 status; local
3072 u32 status; local
3133 s32 status; local
3205 s32 status; local
3249 s32 status; local
3317 s32 status; local
3350 s32 status = IXGBE_SUCCESS; local
3378 s32 status = IXGBE_SUCCESS; local
3420 s32 status; local
3488 s32 status; local
3580 s32 status; local
3633 s32 status; local
3672 s32 status = IXGBE_SUCCESS; local
3789 s32 status; local
3836 s32 status; local
3943 s32 status; local
4070 s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED; local
4158 s32 status = IXGBE_ERR_FC_NOT_NEGOTIATED; local
4213 s32 status = IXGBE_SUCCESS; local
4322 s32 status; local
4364 s32 status = IXGBE_SUCCESS; local
4436 s32 status; local
4464 s32 status; local
4494 u32 status; local
4522 s32 status; local
4560 u32 status; local
4600 s32 status; local
[all...]
/freebsd-11-stable/contrib/serf/
H A Doutgoing.c35 apr_status_t status = APR_SUCCESS; local
39 status = apr_socket_close(conn->skt);
41 serf__log_nopref(SOCK_VERBOSE, "closed socket, status %d\n", status);
44 return status;
115 apr_status_t status; local
117 status = serf_bucket_peek(conn->ostream_head, &dummy,
119 if (!SERF_BUCKET_READ_ERROR(status) && len) {
137 apr_status_t status; local
149 status
243 apr_status_t status; local
291 apr_status_t status; local
337 apr_status_t status; local
559 handle_conn_closed(serf_connection_t *conn, apr_status_t status) argument
569 apr_status_t status; local
650 apr_status_t status; local
700 apr_status_t status; local
739 apr_status_t status; local
919 apr_status_t status = APR_SUCCESS; local
960 apr_status_t status; local
992 apr_status_t status; local
1011 apr_status_t status; local
1034 apr_status_t status; local
1250 apr_status_t status; local
1389 apr_status_t status = APR_SUCCESS; local
1440 apr_status_t status; local
[all...]
/freebsd-11-stable/contrib/serf/auth/
H A Dauth.c105 apr_status_t status; local
110 status = serf_bucket_read(response, SERF_READ_ALL_AVAIL, &data, &len);
112 if (status) {
113 return status;
137 apr_status_t status; local
139 status = SERF_ERROR_AUTHN_NOT_SUPPORTED;
172 status = APR_SUCCESS;
183 status = scheme->init_ctx_func(code, ctx, ctx->pool);
184 if (!status) {
185 status
327 apr_status_t status; local
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Daggregate_buckets.c236 apr_status_t status; local
249 status = APR_SUCCESS;
253 status = serf_bucket_read_iovec(head, requested, vecs_size, vecs,
256 if (SERF_BUCKET_READ_ERROR(status))
257 return status;
262 if (cur_vecs_used > 0 || status) {
268 if (!status || APR_STATUS_IS_EAGAIN(status) || status == SERF_ERROR_WAIT_CONN) {
269 return status;
327 apr_status_t status; local
362 apr_status_t status; local
423 apr_status_t status; local
[all...]
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_task.c164 unsigned short status; member in struct:io_status
175 int status; local
177 status = SYS$QIOW(0, chan, IO$_READVBLK, &iosb, 0, 0,
179 if ((status & 1) == 1)
180 status = iosb.status;
181 if ((status & 1) == 1)
183 return status;
188 int status; local
190 status
209 int status, length; local
275 int status, length, link_state; local
[all...]
/freebsd-11-stable/stand/efi/loader/
H A Dframebuffer.c120 EFI_STATUS status; local
123 status = uga->Blt(uga, &pix0, EfiUgaVideoToBltBuffer,
125 if (EFI_ERROR(status)) {
145 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
148 if (EFI_ERROR(status)) {
152 status = uga->Blt(uga, &pix1, EfiUgaBltBufferToVideo,
154 if (EFI_ERROR(status)) {
158 status = pciio->Mem.Read(pciio, EfiPciIoWidthUint32,
161 if (EFI_ERROR(status)) {
165 status
193 EFI_STATUS status; local
228 EFI_STATUS status; local
273 EFI_STATUS status; local
433 EFI_STATUS status; local
472 EFI_STATUS status; local
542 EFI_STATUS status; local
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Definet.c120 EFI_STATUS status; local
127 status = net->Transmit(net, 0, len, pkt, NULL, NULL, NULL);
128 if (status != EFI_SUCCESS)
134 status = net->GetStatus(net, NULL, &buf);
139 } while (status == EFI_SUCCESS && buf == NULL);
141 /* XXX How do we deal with status != EFI_SUCCESS now? */
142 return ((status == EFI_SUCCESS) ? len : -1);
150 EFI_STATUS status; local
168 status = net->Receive(net, NULL, &bufsz, ptr, NULL, NULL, NULL);
169 if (status
189 EFI_STATUS status; local
274 EFI_STATUS status; local
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfld_ftlink.c66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS))
68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE))
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Dvterminate.cc65 int status = -1; local
68 dem = __cxa_demangle(name, 0, 0, &status);
71 if (status == 0)
77 if (status == 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_wait.h58 status words like 0x57c (sigtrap received after load), and gdb would
90 #define WSETEXIT(w,status) ((w) = W_EXITCODE(status,0))
92 #define WSETEXIT(w,status) ((w) = (0 | ((status) << 8)))
114 #define WUNTRACED 2 /* Report status of stopped children. */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh113 status=$?
115 if [ $status == 0 ]; then
117 status=$?
121 exit $status
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dutil_error.c2 * util_error.c : serf utility routines for wrapping serf status codes
46 svn_ra_serf__wrap_err(apr_status_t status, argument
50 const char *serf_err_msg = serf_error_string(status);
54 err = svn_error_create(status, NULL, NULL);
71 apr_strerror(status, errbuf, sizeof(errbuf));
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dgss_common.h41 void gss_verr(int exitval, int status, const char *fmt, va_list ap)
44 void gss_err(int exitval, int status, const char *fmt, ...)
/freebsd-11-stable/crypto/heimdal/lib/gssapi/mech/
H A Dgss_decapsulate_token.c43 OM_uint32 status; local
61 status = GSS_S_COMPLETE;
67 status = GSS_S_FAILURE;
71 return status;
/freebsd-11-stable/tools/regression/zfs/zpool/add/
H A Ddoesnt_exist.t13 expect_fl ${ZPOOL} status -x ${name0}
17 expect_fl ${ZPOOL} status -x ${name0}
/freebsd-11-stable/tools/regression/zfs/zpool/create/
H A Dalready_exists.t23 expect "${exp}" ${ZPOOL} status ${name0}
25 expect "${exp}" ${ZPOOL} status ${name0}
/freebsd-11-stable/tools/regression/zfs/zpool/remove/
H A Dspare.t29 expect "${exp}" ${ZPOOL} status ${name0}
43 expect "${exp}" ${ZPOOL} status ${name0}
55 expect "${exp}" ${ZPOOL} status ${name0}
57 expect_fl ${ZPOOL} status -x ${name0}
75 expect "${exp}" ${ZPOOL} status ${name0}
89 expect "${exp}" ${ZPOOL} status ${name0}
101 expect "${exp}" ${ZPOOL} status ${name0}
103 expect_fl ${ZPOOL} status -x ${name0}
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dselpolltest.c79 int status; local
213 status = select(selectable_fd + 1, &setread,
217 status = select(selectable_fd + 1, &setread,
220 status = select((selectable_fd == -1) ?
224 if (status == -1) {
229 if (status != 0)
232 if (status == 0)
246 status = pcap_dispatch(pd, -1, countme,
248 if (status < 0)
257 if (status !
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp34 zx_status_t status = _zx_nanosleep(0); local
35 CHECK_EQ(status, ZX_OK);
40 zx_status_t status = _zx_nanosleep(_zx_deadline_after(ns)); local
41 CHECK_EQ(status, ZX_OK);
51 zx_status_t status = _zx_clock_get(ZX_CLOCK_UTC, &time); local
52 CHECK_EQ(status, ZX_OK);
60 zx_status_t status = local
63 CHECK_EQ(status, ZX_OK);
128 zx_status_t status = local
131 if (status !
141 zx_status_t status = _zx_futex_wake(reinterpret_cast<zx_futex_t *>(m), 1); local
169 zx_status_t status = _zx_vmo_create(size, 0, &vmo); local
216 zx_status_t status = local
236 zx_status_t status = _zx_vmo_create(map_size, 0, &vmo); local
276 zx_status_t status = local
319 zx_status_t status = _zx_vmo_create(size, 0, &vmo); local
391 zx_status_t status = _zx_vmo_create(size, 0, &vmo); local
405 zx_status_t status = __sanitizer_get_configuration(file_name, &vmo); local
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_read_buffer.c90 SATI_STATUS status = SATI_FAILURE; local
113 status = SATI_SUCCESS;
126 status = SATI_FAILURE_CHECK_RESPONSE_DATA;
144 status = SATI_FAILURE_CHECK_RESPONSE_DATA;
154 status = SATI_COMPLETE;
169 status = SATI_FAILURE_CHECK_RESPONSE_DATA;
171 return status;
194 SATI_STATUS status = SATI_COMPLETE; local
207 status = SATI_FAILURE_CHECK_RESPONSE_DATA;
215 status
[all...]
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c130 int more, status; local
132 more = firstprinter(pp, &status);
133 if (status)
142 more = nextprinter(pp, &status);
144 switch (status) {
152 fatal(pp, "%s", pcaperr(status));
154 } while (more && status);
157 int status; local
160 status = getprintcap(printer, pp);
161 if (status <
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlua.c162 ** Check whether 'status' is not OK and, if so, prints the error
166 static int report (lua_State *L, int status) { argument
167 if (status != LUA_OK) {
172 return status;
199 int status; local
205 status = lua_pcall(L, narg, nres, base);
208 return status;
239 static int dochunk (lua_State *L, int status) { argument
240 if (status == LUA_OK) status
260 int status; local
291 incomplete(lua_State *L, int status) argument
335 int status = luaL_loadbuffer(L, retline, strlen(retline), "=stdin"); local
354 int status = luaL_loadbuffer(L, line, len, "=stdin"); /* try it */ local
373 int status; local
406 int status; local
438 int status; local
520 int status; local
597 int status, result; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-one.c26 int *status, int *err)
35 if (!pex_get_status (obj, 1, status))
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument

Completed in 278 milliseconds

1234567891011>>