Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 2348) sorted by relevance

12345678910>>...94

/openbsd/sys/dev/pci/drm/amd/display/modules/hdcp/
H A Dhdcp2_execution.c57 return status; in check_hdcp2_capable()
101 return status; in check_ake_cert_available()
125 return status; in check_h_prime_available()
149 return status; in check_pairing_info_available()
178 return status; in poll_l_prime_available()
199 return status; in check_stream_ready_available()
280 return status; in known_hdcp2_capable_rx()
307 return status; in send_ake_init()
337 return status; in validate_ake_cert()
356 return status; in send_no_stored_km()
[all …]
H A Dhdcp1_execution.c74 return status; in check_r0p_available_dp()
106 return status; in check_no_max_cascade()
121 return status; in check_no_max_devs()
168 return status; in wait_for_active_rx()
209 return status; in exchange_ksvs()
252 return status; in computations_validate_rx_test_for_repeater()
270 return status; in authenticated()
310 return status; in wait_for_ready()
374 return status; in read_ksv_list()
397 return status; in determine_rx_hdcp_capable_dp()
[all …]
H A Dhdcp.c34 trace->errors[trace->error_count].status = status; in push_error_status()
124 return status; in execution()
185 return status; in transition()
231 return status; in reset_authentication()
251 return status; in reset_connection()
279 return status; in update_display_adjustments()
301 return status; in mod_hdcp_setup()
316 return status; in mod_hdcp_teardown()
375 return status; in mod_hdcp_add_display()
418 return status; in mod_hdcp_remove_display()
[all …]
H A Dhdcp_ddc.c208 return status; in read_repeatedly()
274 return status; in mod_hdcp_read_bstatus()
298 return status; in mod_hdcp_read_ksvlist()
328 return status; in mod_hdcp_read_vp()
342 return status; in mod_hdcp_read_binfo()
377 return status; in mod_hdcp_read_hdcp2version()
391 return status; in mod_hdcp_read_rxcaps()
407 return status; in mod_hdcp_read_rxstatus()
425 return status; in mod_hdcp_read_ake_cert()
443 return status; in mod_hdcp_read_h_prime()
[all …]
H A Dhdcp1_transition.c52 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
60 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
70 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
82 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
99 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
135 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
143 status = MOD_HDCP_STATUS_INVALID_STATE; in mod_hdcp_hdcp1_transition()
144 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_transition()
148 return status; in mod_hdcp_hdcp1_transition()
164 fail_and_restart_in_ms(0, &status, output); in mod_hdcp_hdcp1_dp_transition()
[all …]
/openbsd/usr.sbin/ypserv/ypxfr/
H A Dypxfr.c84 int status; in get_local_ordernum() local
128 if (status == YPPUSH_NOMAP || status == YPPUSH_DBM) { in get_local_ordernum()
140 int status; in get_remote_ordernum() local
150 return status; in get_remote_ordernum()
157 int status; in get_map() local
160 if (status == 0 || status == YPERR_NOMORE) in get_map()
190 int status; in add_order() local
213 int status; in add_master() local
289 return status; in add_secure()
296 int status, r; in send_clear() local
[all …]
/openbsd/gnu/llvm/clang/www/
H A Dmake_cxx_dr_status131 status = status[:-5]
134 status = status[:-9]
137 status = status[:-7]
142 status = status[:-6]
145 status = status[:-6]
148 status = status[:-6]
151 status = status[:-6]
153 if status == 'unknown':
162 elif status == 'yes':
168 elif status == 'no':
[all …]
/openbsd/regress/lib/libc/uuid/
H A Duuidtest.c31 uint32_t status; in main() local
78 if (status != uuid_s_ok) { in main()
103 if (status != uuid_s_ok) { in main()
118 if (status != uuid_s_ok) { in main()
128 if (status != uuid_s_ok) { in main()
130 status); in main()
152 status); in main()
165 rc, status); in main()
176 rc, status); in main()
188 rc, status); in main()
[all …]
/openbsd/sys/dev/pci/
H A Dixgbe_x550.c223 return status; in ixgbe_read_pe()
244 return status; in ixgbe_write_pe()
1209 status); in ixgbe_get_phy_token()
1245 if (status) in ixgbe_put_phy_token()
1973 if (status) in ixgbe_setup_kr_speed_x550em()
1998 if (status) in ixgbe_setup_kr_speed_x550em()
2272 if (status) in ixgbe_reset_hw_X550em()
2957 if (status) in ixgbe_read_ee_hostif_X550()
3308 if (status) in ixgbe_validate_eeprom_checksum_X550()
3360 if (status) in ixgbe_update_eeprom_checksum_X550()
[all …]
/openbsd/regress/sys/kern/ptrace2/
H A Dptrace_test.c90 int status; in attach_child() local
94 wpid = waitpid(pid, &status, 0); in attach_child()
96 ATF_REQUIRE(WIFSTOPPED(status)); in attach_child()
141 int status; in ATF_TC_BODY() local
157 ATF_REQUIRE(WIFSTOPPED(status)); in ATF_TC_BODY()
167 ATF_REQUIRE(WIFEXITED(status)); in ATF_TC_BODY()
185 int cpipe[2], status; in ATF_TC_BODY() local
215 ATF_REQUIRE(WIFEXITED(status)); in ATF_TC_BODY()
232 int cpipe[2], dpipe[2], status; in ATF_TC_BODY() local
309 ATF_REQUIRE(WIFEXITED(status)); in ATF_TC_BODY()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/
H A DBzip2.pm27 return (undef, "Could not create Deflate object: $status", $status)
28 if $status != BZ_OK ;
43 $self->{ErrorNo} = $status;
45 if ($status != BZ_RUN_OK)
60 my $status = $def->bzflush($_[0]);
61 $self->{ErrorNo} = $status;
63 if ($status != BZ_RUN_OK)
80 $self->{ErrorNo} = $status;
82 if ($status != BZ_STREAM_END)
100 $self->{ErrorNo} = ($status == BZ_OK) ? 0 : $status ;
[all …]
H A DDeflate.pm35 return (undef, "Cannot create Deflate object: $status", $status)
36 if $status != Z_OK;
50 $self->{ErrorNo} = $status;
52 if ($status != Z_OK)
69 $self->{ErrorNo} = $status;
71 if ($status != Z_OK)
96 my $status = $def->deflateReset() ;
97 $self->{ErrorNo} = $status;
98 if ($status != Z_OK)
114 $self->{ErrorNo} = $status;
[all …]
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Dm68hc11-dis.c51 int status; in read_memory() local
56 if (status != 0) in read_memory()
74 int status; in print_indexed_operand() local
82 if (status != 0) in print_indexed_operand()
84 return status; in print_indexed_operand()
145 return status; in print_indexed_operand()
170 return status; in print_indexed_operand()
227 int status; in print_insn() local
237 if (status != 0) in print_insn()
269 return status; in print_insn()
[all …]
H A Dm10300-dis.c38 int status; local
45 if (status != 0)
104 if (status != 0)
131 if (status != 0)
139 if (status != 0)
154 if (status != 0)
168 if (status != 0)
182 if (status != 0)
196 if (status != 0)
303 if (status != 0)
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dm68hc11-dis.c51 int status; in read_memory() local
56 if (status != 0) in read_memory()
74 int status; in print_indexed_operand() local
82 if (status != 0) in print_indexed_operand()
84 return status; in print_indexed_operand()
145 return status; in print_indexed_operand()
170 return status; in print_indexed_operand()
227 int status; in print_insn() local
237 if (status != 0) in print_insn()
269 return status; in print_insn()
[all …]
H A Dm10300-dis.c41 int status, match = 0; in disassemble() local
116 if (status != 0) in disassemble()
140 if (status != 0) in disassemble()
154 if (status != 0) in disassemble()
168 if (status != 0) in disassemble()
177 if (status != 0) in disassemble()
189 if (status != 0) in disassemble()
200 if (status != 0) in disassemble()
211 if (status != 0) in disassemble()
586 int status; in print_insn_mn10300() local
[all …]
H A Dm10200-dis.c162 int status; in print_insn_mn10200() local
170 if (status != 0) in print_insn_mn10200()
217 if (status != 0) in print_insn_mn10200()
239 if (status != 0) in print_insn_mn10200()
254 if (status != 0) in print_insn_mn10200()
269 if (status != 0) in print_insn_mn10200()
277 if (status != 0) in print_insn_mn10200()
291 if (status != 0) in print_insn_mn10200()
300 if (status != 0) in print_insn_mn10200()
308 if (status != 0) in print_insn_mn10200()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c224 if ((status != RPC_SUCCESS) || (taskStart.status == -1)) in vx_create_inferior()
384 int status; in net_read_registers() local
407 if (status) in net_read_registers()
429 int status; in net_write_registers() local
450 if (status) in net_write_registers()
484 int status; in vx_xfer_memory() local
517 status = 0; in vx_xfer_memory()
534 status = ptrace_out.status; in vx_xfer_memory()
578 int status; in vx_resume() local
612 if (status) in vx_resume()
[all …]
H A Dlinux-nat.c506 int status; in kill_inferior() local
818 && WIFSTOPPED (status) && WSTOPSIG (status)); in lin_lwp_attach_lwp()
1164 if (WIFEXITED (status) || WIFSIGNALED (status)) in wait_lwp()
1190 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP && status >> 16 != 0) in wait_lwp()
1317 lp->status = status; in stop_wait_callback()
1348 lp->status = status; in stop_wait_callback()
1572 (*orig_lp)->status = *status; in select_event_lwp()
1608 *status = event_lp->status; in select_event_lwp()
1784 status = lp->status; in linux_nat_wait()
1809 status = lp->status; in linux_nat_wait()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp36 CHECK_EQ(status, ZX_OK); in internal_sched_yield()
42 CHECK_EQ(status, ZX_OK); in internal_usleep()
50 CHECK_EQ(status, ZX_OK); in NanoTime()
58 zx_status_t status = in internal_getpid() local
138 if (status != ZX_OK) { in DoAnonymousMmapOrDie()
149 status = in DoAnonymousMmapOrDie()
154 if (status != ZX_OK) { in DoAnonymousMmapOrDie()
188 if (status != ZX_OK) in Init()
213 status = in DoMmapFixedOrDie()
243 zx_status_t status = in UnmapOrDieVmar() local
[all …]
/openbsd/sys/dev/pci/drm/i915/gvt/
H A Dexeclist.c104 status.execlist_0_active = status.execlist_0_valid = in emulate_execlist_status()
106 status.execlist_1_active = status.execlist_1_valid = in emulate_execlist_status()
110 status.execlist_0_active = status.execlist_0_valid = 0; in emulate_execlist_status()
111 status.execlist_1_active = status.execlist_1_valid = 0; in emulate_execlist_status()
121 vgpu->id, status_reg, status.ldw, status.udw); in emulate_execlist_status()
191 memset(&status, 0, sizeof(status)); in emulate_execlist_ctx_schedule_out()
211 status.context_complete = status.element_switch = 1; in emulate_execlist_ctx_schedule_out()
231 status.context_complete = status.active_to_idle = 1; in emulate_execlist_ctx_schedule_out()
239 memset(&status, 0, sizeof(status)); in emulate_execlist_ctx_schedule_out()
291 memset(&status, 0, sizeof(status)); in emulate_execlist_schedule_in()
[all …]
/openbsd/regress/lib/libc/sys/
H A Dt_fork.c140 int rv, status; in raise_raw() local
185 ATF_REQUIRE(WIFEXITED(status)); in raise_raw()
188 ATF_REQUIRE(!WIFSTOPPED(status)); in raise_raw()
199 wpid = waitpid(child, &status, 0); in raise_raw()
207 ATF_REQUIRE(!WIFEXITED(status)); in raise_raw()
209 ATF_REQUIRE(WIFSIGNALED(status)); in raise_raw()
210 ATF_REQUIRE(!WIFSTOPPED(status)); in raise_raw()
220 ATF_REQUIRE(WIFEXITED(status)); in raise_raw()
223 ATF_REQUIRE(!WIFSTOPPED(status)); in raise_raw()
232 ATF_REQUIRE(!WIFEXITED(status)); in raise_raw()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/Adapter/
H A DBunzip2.pm21 return (undef, "Could not create Inflation object: $status", $status)
22 if $status != BZ_OK ;
42 my $status = $inf->bzinflate($from, $to);
43 $self->{ErrorNo} = $status;
45 if ($status != BZ_OK && $status != BZ_STREAM_END )
47 $self->{Error} = "Inflation Error: $status";
52 return STATUS_OK if $status == BZ_OK ;
53 return STATUS_ENDSTREAM if $status == BZ_STREAM_END ;
62 my ($inf, $status) = Compress::Raw::Bunzip2->new();
63 $self->{ErrorNo} = ($status == BZ_OK) ? 0 : $status ;
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_training_dpia.c106 enum dc_status status; in dpia_configure_link() local
229 return status; in convert_trng_ptn_to_trng_stg()
240 enum dc_status status; in dpcd_set_lt_pattern() local
272 return status; in dpcd_set_lt_pattern()
294 enum dc_status status; in dpia_training_cr_non_transparent() local
334 if (status == DC_OK) in dpia_training_cr_non_transparent()
444 status); in dpia_training_cr_non_transparent()
464 enum dc_status status; in dpia_training_cr_transparent() local
745 status); in dpia_training_eq_non_transparent()
881 return status; in dpcd_clear_lt_pattern()
[all …]
/openbsd/gnu/gcc/libdecnumber/
H A DdecContext.c123 Int status = context->status; in decContextStatusToString() local
132 if (status == DEC_Inexact) in decContextStatusToString()
141 if (status == DEC_Lost_digits) in decContextStatusToString()
144 if (status == DEC_Overflow) in decContextStatusToString()
146 if (status == DEC_Clamped) in decContextStatusToString()
148 if (status == DEC_Rounded) in decContextStatusToString()
150 if (status == DEC_Subnormal) in decContextStatusToString()
152 if (status == DEC_Underflow) in decContextStatusToString()
154 if (status == 0) in decContextStatusToString()
224 context->status |= status; in decContextSetStatus()
[all …]

12345678910>>...94