Searched refs:status (Results 276 - 300 of 3538) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_forkcli.c22 int fd, status; local
59 if (wait(&status) == -1)
61 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
62 errx(1, "child exited with status %d", status);
84 int status; local
109 if (wait(&status) == -1)
111 if (!WIFEXITED(status) || WEXITSTATUS(status) !
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-fpa.h143 cvmx_fpa_ctl_status_t status; local
145 status.u64 = cvmx_read_csr(CVMX_FPA_CTL_STATUS);
146 if (status.s.enb)
156 status.u64 = 0;
157 status.s.enb = 1;
158 cvmx_write_csr(CVMX_FPA_CTL_STATUS, status.u64);
167 cvmx_fpa_ctl_status_t status; local
169 status.u64 = cvmx_read_csr(CVMX_FPA_CTL_STATUS);
170 status.s.reset = 1;
171 cvmx_write_csr(CVMX_FPA_CTL_STATUS, status
[all...]
/freebsd-11-stable/lib/libc/db/recno/
H A Drec_delete.c66 int status; local
83 status = rec_rdelete(t, nrec);
90 status = rec_rdelete(t, t->bt_cursor.rcursor - 1);
91 if (status == RET_SUCCESS)
99 if (status == RET_SUCCESS)
101 return (status);
119 int status; local
127 status = __rec_dleaf(t, h, e->index);
128 if (status != RET_SUCCESS) {
130 return (status);
[all...]
/freebsd-11-stable/tools/regression/zfs/zpool/add/
H A Dfiles.t25 expect_fl ${ZPOOL} status -x ${name0}
41 expect_fl ${ZPOOL} status -x ${name0}
56 expect "${exp}" ${ZPOOL} status ${name0}
58 expect_fl ${ZPOOL} status -x ${name0}
76 expect "${exp}" ${ZPOOL} status ${name0}
78 expect_fl ${ZPOOL} status -x ${name0}
97 expect "${exp}" ${ZPOOL} status ${name0}
99 expect_fl ${ZPOOL} status -x ${name0}
120 expect "${exp}" ${ZPOOL} status ${name0}
122 expect_fl ${ZPOOL} status
[all...]
H A Doption-f_replication_level_mismatch_1.t26 expect "${exp}" ${ZPOOL} status ${name0}
28 expect_fl ${ZPOOL} status -x ${name0}
48 expect "${exp}" ${ZPOOL} status ${name0}
50 expect_fl ${ZPOOL} status -x ${name0}
67 expect "${exp}" ${ZPOOL} status ${name0}
69 expect_fl ${ZPOOL} status -x ${name0}
89 expect "${exp}" ${ZPOOL} status ${name0}
91 expect_fl ${ZPOOL} status -x ${name0}
108 expect "${exp}" ${ZPOOL} status ${name0}
110 expect_fl ${ZPOOL} status
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_read.c142 SATI_STATUS status; local
144 status = sati_read_large_translate_command(
148 if (status == SATI_SUCCESS)
150 status = sati_move_32_bit_lba_translate_command(
155 return status;
290 SATI_STATUS status; local
308 status = sati_read_large_translate_command(
314 if (status == SATI_SUCCESS)
317 status = sati_move_translate_64_bit_lba(sequence, scsi_io, ata_io);
320 return status;
[all...]
H A Dsati_write.c142 SATI_STATUS status; local
144 status = sati_write_large_translate_command(
148 if (status == SATI_SUCCESS)
150 status = sati_move_32_bit_lba_translate_command(
155 return status;
288 SATI_STATUS status; local
306 status = sati_write_large_translate_command(
312 if (status == SATI_SUCCESS)
315 status = sati_move_translate_64_bit_lba(sequence, scsi_io, ata_io);
318 return status;
[all...]
H A Dscif_sas_controller_state_handlers.c86 * @return Indicate the status of the reset operation. Was it successful?
94 SCI_STATUS status; local
111 // Retrieve the status for the operations performed during the entrance
113 status = fw_controller->operation_status;
116 return status;
172 SCI_STATUS status = SCI_SUCCESS; local
182 for (index = 0; index < SCI_MAX_DOMAINS && status == SCI_SUCCESS; index++)
199 return status;
219 SCI_STATUS status; local
229 status
294 SCI_STATUS status; local
368 SCI_STATUS status = SCI_SUCCESS; local
567 SCI_STATUS status; local
672 SCI_STATUS status; local
748 SCI_STATUS status; local
878 SCI_STATUS status; local
982 SCI_STATUS status; local
1060 SCI_STATUS status; local
1204 SCI_STATUS status; local
[all...]
H A Dsati_mode_select.c267 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
292 status = SATI_FAILURE_CHECK_RESPONSE_DATA;
293 return status;
303 status = SATI_COMPLETE;
305 return status;
325 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
336 status = SATI_COMPLETE;
338 return status;
360 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
431 status
457 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
523 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
592 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
707 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
829 SATI_STATUS status = SATI_FAILURE_CHECK_RESPONSE_DATA; local
968 SATI_STATUS status=SATI_FAILURE; local
1028 SATI_STATUS status=SATI_FAILURE; local
1087 SATI_STATUS status = SATI_FAILURE; local
[all...]
/freebsd-11-stable/tools/test/upsdl/
H A Dupsdl.c52 int status; local
69 status = fsync(fd);
70 if (status != 0)
83 status = msync(addr,FILESIZE,MS_INVALIDATE | MS_SYNC);
84 if (status != 0)
141 int status; local
159 status = startIO(fdA,bufferA);
160 exit(status);
167 status = startIO(fdB,bufferB);
168 exit(status);
[all...]
/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca_anafa.c84 ib_api_status_t status = IB_ERROR; local
140 status = IB_SUCCESS;
143 return (status);
156 ib_api_status_t status; local
165 status = IB_INSUFFICIENT_MEMORY;
172 status = __osm_ca_info_init(p_vend, &ca_info);
173 if (status != IB_SUCCESS) {
177 ib_get_err_str(status));
184 status = IB_SUCCESS;
189 return (status);
[all...]
/freebsd-11-stable/contrib/ntp/
H A Dbuild151 case `$try config.status -nt ../configure 2>&1` in
172 # If config.status is newer than ../configure, and the same
175 # tearoff, so only act if its config.status exists.
178 ( "$TEST" config.status -nt ../configure &&
179 "$TEST" sntp/config.status -nt ../sntp/configure &&
180 ( "$TEST" '!' -f sntp/libevent/config.status ||
181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) ||
183 "$TEST" Makefile -nt config.status ||
184 "$NICEB" -5 ./config.status
185 "$TEST" sntp/Makefile -nt sntp/config.status ||
[all...]
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dcapturetest.c76 int status; local
138 status = pcap_set_snaplen(pd, 65535);
139 if (status != 0)
141 device, pcap_statustostr(status));
143 status = pcap_set_immediate_mode(pd, 1);
144 if (status != 0)
146 device, pcap_statustostr(status));
148 status = pcap_set_timeout(pd, timeout);
149 if (status != 0)
151 device, pcap_statustostr(status));
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp47 class status;
114 status exec(const atf::fs::path&, const argv_array&,
126 status exec(const atf::fs::path&, const argv_array&,
138 status exec(const atf::fs::path&, const argv_array&,
150 status exec(const atf::fs::path&, const argv_array&,
162 status exec(const atf::fs::path&, const argv_array&,
170 // The "status" type.
173 class status { class in namespace:atf::process
178 status exec(const atf::fs::path&, const argv_array&,
181 status(atf_process_status_
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dstreams.c57 apr_status_t status;
62 status = apr_poll(pfd, 1, &n, 0);
63 return (status == APR_SUCCESS && n);
106 apr_status_t status;
109 status = apr_socket_timeout_get(b->sock, &interval);
110 if (status)
111 return svn_error_wrap_apr(status, _("Can't get socket timeout"));
120 status = apr_socket_recv(b->sock, buffer, len);
123 if (status && !APR_STATUS_IS_EOF(status))
56 apr_status_t status; local
105 apr_status_t status; local
132 apr_status_t status = apr_socket_send(b->sock, buffer, len); local
[all...]
/freebsd-11-stable/lib/libproc/
H A Dproc_util.c69 if (phdl->status == PS_STOP && WSTOPSIG(phdl->wstat) != SIGTRAP)
76 phdl->status = PS_RUN;
84 int status; local
96 waitpid(phdl->pid, &status, WUNTRACED);
134 return (phdl->status);
150 int status; local
154 if (waitpid(phdl->pid, &status, WUNTRACED) < 0) {
159 if (WIFSTOPPED(status))
160 phdl->status = PS_STOP;
161 if (WIFEXITED(status) || WIFSIGNALE
[all...]
/freebsd-11-stable/contrib/apr/support/unix/
H A Dwaitio.c73 apr_status_t status; local
82 status = apr_pollset_create(&(f->pollset), 1, f->pool, 0);
83 if (status != APR_SUCCESS) {
84 return status;
100 * object with the correct reqevents value. Ignore the status result
105 /* ### check status code */
112 status = apr_pollset_poll(pollset, timeout, &numdesc, &pdesc);
117 } while (APR_STATUS_IS_EINTR(status));
119 return status;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h100 volatile sys::cas_flag status = Uninitialized; member in struct:llvm::once_flag
125 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized);
130 TsanHappensBefore(&flag.status);
131 flag.status = Done;
135 sys::cas_flag tmp = flag.status;
138 tmp = flag.status;
142 TsanHappensAfter(&flag.status);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-vx.c120 enum clnt_stat status; local
138 status = clnt_call (pClient, VX_LOAD, xdr_wrapstring, &filename, xdr_ldfile,
141 if (status == RPC_SUCCESS)
159 enum clnt_stat status; local
170 status = net_clnt_call (procnum, xdr_rptrace, &ptrace_in, xdr_int,
173 if (status != RPC_SUCCESS)
207 enum clnt_stat status; local
221 status = net_clnt_call (PROCESS_START, xdr_arg_array, &passArgs,
224 if ((status != RPC_SUCCESS) || (taskStart.status
339 enum clnt_stat status; local
364 enum clnt_stat status; local
384 int status; local
429 int status; local
484 int status; local
578 int status; local
745 enum clnt_stat status; local
778 enum clnt_stat status; local
798 enum clnt_stat status; local
814 enum clnt_stat status; local
830 enum clnt_stat status; local
855 enum clnt_stat status; local
922 int status; local
935 vx_wait(ptid_t ptid_to_wait_for, struct target_waitstatus *status) argument
1184 int status; local
1235 int status; local
1272 int status; local
1313 enum clnt_stat status; local
[all...]
/freebsd-11-stable/sys/dev/twa/
H A Dtw_osl_cam.c213 ccb_h->status |= CAM_TID_INVALID;
221 ccb_h->status |= CAM_LUN_INVALID;
232 ccb_h->status = CAM_REQ_INVALID;
241 ccb_h->status |= CAM_SIM_QUEUED;
252 req_pkt->status = 0;
273 ccb_h->status = CAM_REQ_TOO_BIG;
274 ccb_h->status &= ~CAM_SIM_QUEUED;
294 ccb_h->status = CAM_REQ_CMP_ERR;
295 ccb_h->status &= ~CAM_SIM_QUEUED;
330 ccb_h->status
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-egp.c234 register int status; local
263 status = egp->egp_status;
272 switch (status) {
276 ND_PRINT((ndo, " %s", egp_acquire_status[status]));
280 ND_PRINT((ndo, " [status %d]", status));
292 switch (status ) {
299 ND_PRINT((ndo, " %s", egp_acquire_status[status]));
303 ND_PRINT((ndo, "[status %d]", status));
[all...]
/freebsd-11-stable/contrib/serf/buckets/
H A Dresponse_buckets.c35 STATE_STATUS_LINE, /* reading status line */
173 apr_status_t status; local
178 status = fetch_line(ctx, SERF_NEWLINE_ANY);
179 if (SERF_BUCKET_READ_ERROR(status)) {
180 return status;
214 return status;
227 apr_status_t status = APR_SUCCESS; /* initialize to avoid gcc warnings */ local
234 status = fetch_line(ctx, SERF_NEWLINE_ANY);
235 if (SERF_BUCKET_READ_ERROR(status))
236 return status;
354 apr_status_t status; local
384 apr_status_t status; local
[all...]
/freebsd-11-stable/usr.sbin/mfiutil/
H A Dmfi_bbu.c126 uint8_t status; local
129 status = MFI_STAT_OK;
145 &status) < 0) {
148 } else if (status != MFI_STAT_OK) {
149 warnx("Failed to start BBU learn: %s", mfi_status(status));
162 uint8_t status; local
166 status = MFI_STAT_OK;
181 if (mfi_bbu_get_props(fd, &props, &status) < 0) {
185 } else if (status != MFI_STAT_OK) {
186 warnx("Failed to get BBU properties: %s", mfi_status(status));
[all...]
/freebsd-11-stable/stand/efi/loader/
H A Defi_main.c47 exit(int status) argument
80 EFI_STATUS status; local
88 status = BS->LocateProtocol(&console_control_protocol, NULL,
90 if (status == EFI_SUCCESS)
95 status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
97 if (status != EFI_SUCCESS) {
99 BS->Exit(IH, status, 0, NULL);
106 status = BS->HandleProtocol(IH, &image_protocol, (VOID**)&img);
107 if (status != EFI_SUCCESS)
108 efi_exit(status);
[all...]
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c42 #define vchiq_status_to_vchi(status) ((int32_t)status)
167 VCHIQ_STATUS_T status; local
173 status = vchiq_queue_message(service->handle, &element, 1);
179 while (status == VCHIQ_RETRY) {
181 status = vchiq_queue_message(service->handle, &element, 1);
184 return vchiq_status_to_vchi(status);
210 VCHIQ_STATUS_T status; local
230 status = vchiq_bulk_receive(service->handle, data_dst, data_size,
237 while (status
269 VCHIQ_STATUS_T status; local
470 VCHIQ_STATUS_T status; local
640 VCHIQ_STATUS_T status; local
673 VCHIQ_STATUS_T status; local
699 VCHIQ_STATUS_T status = vchiq_close_service(service->handle); local
716 VCHIQ_STATUS_T status = vchiq_remove_service(service->handle); local
747 VCHIQ_STATUS_T status = local
764 VCHIQ_STATUS_T status = vchiq_get_peer_version(service->handle, peer_version); local
[all...]

Completed in 154 milliseconds

<<11121314151617181920>>