Searched refs:status (Results 301 - 325 of 2901) sorted by relevance

<<11121314151617181920>>

/freebsd-10.1-release/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c50 if (rp.status != 0x00) {
52 hci_status2str(rp.status), rp.status);
86 if (rp.status != 0x00) {
88 hci_status2str(rp.status), rp.status);
114 if (rp.status != 0x00) {
116 hci_status2str(rp.status), rp.status);
145 if (rp.status !
[all...]
H A Dhost_controller_baseband.c100 if (rp.status != 0x00) {
102 hci_status2str(rp.status), rp.status);
122 if (rp.status != 0x00) {
124 hci_status2str(rp.status), rp.status);
163 if (rp.status != 0x00) {
165 hci_status2str(rp.status), rp.status);
250 hci_status2str(rp->status), r
[all...]
/freebsd-10.1-release/contrib/serf/buckets/
H A Ddeflate_buckets.c68 int stream_status; /* What was the last status we read? */
145 apr_status_t status; local
154 status = serf_bucket_read(ctx->stream, ctx->stream_left,
157 if (SERF_BUCKET_READ_ERROR(status)) {
158 return status;
168 if (APR_STATUS_IS_EAGAIN(status)) {
170 return status;
173 else if (status) {
175 return status;
217 status
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dserver.c152 handle_v_cont (char *own_buf, char *status, unsigned char *signal) argument
244 *signal = mywait (status, 1);
245 prepare_resume_reply (own_buf, *status, *signal);
257 handle_v_requests (char *own_buf, char *status, unsigned char *signal) argument
261 handle_v_cont (own_buf, status, signal);
315 char ch, status, *own_buf, mem_buf[2000]; local
356 signal = start_inferior (&argv[2], &status);
362 switch (attach_inferior (pid, &status, &signal))
403 int status, ret; local
406 ret = waitpid (signal_pid, &status,
[all...]
/freebsd-10.1-release/sys/contrib/dts/arm/
H A Dat91sam9m10g45ek.dts38 status = "okay";
46 status = "okay";
51 status = "okay";
55 status = "okay";
59 status = "okay";
63 status = "okay";
71 status = "okay";
84 status = "okay";
119 status = "okay";
130 status
[all...]
H A Dat91-qil_a9260.dts37 status = "okay";
45 status = "okay";
60 status = "okay";
68 status = "okay";
76 status = "okay";
81 status = "okay";
85 status = "okay";
97 status = "okay";
108 status = "okay";
115 status
[all...]
H A Dat91sam9g20ek_common.dtsi51 status = "okay";
62 status = "okay";
66 status = "okay";
71 status = "okay";
76 status = "okay";
85 status = "okay";
94 status = "okay";
108 status = "okay";
116 status = "okay";
161 status
[all...]
H A Dat91-cosino.dtsi46 status = "okay";
55 status = "okay";
59 status = "okay";
63 status = "okay";
70 status = "okay";
83 status = "okay";
94 status = "okay";
H A Dusb_a9263.dts37 status = "okay";
42 status = "okay";
47 status = "okay";
52 status = "okay";
70 status = "okay";
115 status = "okay";
143 status = "okay";
/freebsd-10.1-release/tools/regression/zfs/zpool/attach/
H A Dlog.t29 expect "${exp}" ${ZPOOL} status ${name0}
47 expect "${exp}" ${ZPOOL} status ${name0}
66 expect "${exp}" ${ZPOOL} status ${name0}
83 expect "${exp}" ${ZPOOL} status ${name0}
99 expect "${exp}" ${ZPOOL} status ${name0}
113 expect "${exp}" ${ZPOOL} status ${name0}
127 expect "${exp}" ${ZPOOL} status ${name0}
129 expect_fl ${ZPOOL} status -x ${name0}
148 expect "${exp}" ${ZPOOL} status ${name0}
165 expect "${exp}" ${ZPOOL} status
[all...]
H A Dmirror.t27 expect "${exp}" ${ZPOOL} status ${name0}
43 expect "${exp}" ${ZPOOL} status ${name0}
60 expect "${exp}" ${ZPOOL} status ${name0}
75 expect "${exp}" ${ZPOOL} status ${name0}
89 expect "${exp}" ${ZPOOL} status ${name0}
101 expect "${exp}" ${ZPOOL} status ${name0}
113 expect "${exp}" ${ZPOOL} status ${name0}
115 expect_fl ${ZPOOL} status -x ${name0}
132 expect "${exp}" ${ZPOOL} status ${name0}
147 expect "${exp}" ${ZPOOL} status
[all...]
/freebsd-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_al.c221 p_madw->status = __osm_al_convert_wcs(p_elem->status);
222 if (p_elem->status != IB_WCS_SUCCESS) {
226 ib_get_wc_status_str(p_elem->status));
348 ib_api_status_t status; local
356 status = ib_open_al(&p_vend->h_al);
357 if (status != IB_SUCCESS) {
360 "Error opening AL (%s).\n", ib_get_err_str(status));
369 return (status);
377 ib_api_status_t status; local
420 ib_api_status_t status; local
488 ib_api_status_t status; local
520 ib_api_status_t status; local
609 ib_api_status_t status; local
811 ib_api_status_t status; local
883 ib_api_status_t status; local
1033 ib_api_status_t status; local
1078 ib_api_status_t status; local
1113 ib_api_status_t status; local
1250 ib_api_status_t status; local
1291 ib_api_status_t status; local
[all...]
H A Dosm_vendor_mlx_hca_anafa.c84 ib_api_status_t status = IB_ERROR; local
140 status = IB_SUCCESS;
143 return (status);
158 ib_api_status_t status; local
167 status = IB_INSUFFICIENT_MEMORY;
174 status = __osm_ca_info_init(p_vend, &ca_info);
175 if (status != IB_SUCCESS) {
179 ib_get_err_str(status));
186 status = IB_SUCCESS;
191 return (status);
[all...]
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_step.c72 int status; local
161 status = UWX_ERR_IPNOTFOUND;
172 status = uwx_search_utable(env, ip, uvec, &uentry);
175 if (status == UWX_OK) {
178 status = uwx_decode_uinfo(env, &uentry, &rstate);
180 if (status == UWX_ERR_NOUENTRY || status == UWX_ERR_NOUDESC)
181 status = uwx_default_rstate(env, &rstate);
182 if (status == UWX_OK)
225 status
258 int status; local
317 int status; local
383 int status; local
412 int status; local
477 int status; local
673 int status; local
719 int status; local
769 int status; local
[all...]
/freebsd-10.1-release/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-10.1-release/sys/boot/fdt/dts/arm/
H A Dvybrid-quartz.dts43 status = "okay";
47 status = "okay";
61 status = "okay";
65 status = "okay";
106 status = "okay";
/freebsd-10.1-release/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-10.1-release/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...]
/freebsd-10.1-release/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...]
/freebsd-10.1-release/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-10.1-release/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-10.1-release/contrib/atf/atf-c++/detail/
H A Dprocess.hpp52 class status;
119 status exec(const atf::fs::path&, const argv_array&,
131 status exec(const atf::fs::path&, const argv_array&,
143 status exec(const atf::fs::path&, const argv_array&,
155 status exec(const atf::fs::path&, const argv_array&,
167 status exec(const atf::fs::path&, const argv_array&,
175 // The "status" type.
178 class status { class in namespace:atf::process
183 status exec(const atf::fs::path&, const argv_array&,
186 status(atf_process_status_
[all...]
/freebsd-10.1-release/lib/libproc/
H A Dproc_util.c66 if (phdl->status == PS_STOP && WSTOPSIG(phdl->wstat) != SIGTRAP)
71 phdl->status = PS_RUN;
79 int status; local
91 waitpid(phdl->pid, &status, WUNTRACED);
129 return (phdl->status);
145 int status; local
149 if (waitpid(phdl->pid, &status, WUNTRACED) < 0) {
154 if (WIFSTOPPED(status))
155 phdl->status = PS_STOP;
156 if (WIFEXITED(status) || WIFSIGNALE
[all...]

Completed in 143 milliseconds

<<11121314151617181920>>