Home
last modified time | relevance | path

Searched refs:current_state (Results 1 – 25 of 91) sorted by relevance

1234

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.c173 static char *current_state = "<uninit>"; variable
186 write(fd, current_state, strlen(current_state)); in segv_handler()
221 current_state = "init"; in generic_test()
238 current_state = "encode"; in generic_test()
254 current_state = "length"; in generic_test()
263 current_state = "memcmp"; in generic_test()
282 current_state = "decode"; in generic_test()
296 current_state = "cmp"; in generic_test()
303 current_state = "copy"; in generic_test()
313 current_state = "cmp-copy"; in generic_test()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c292 struct pipe_ctx *pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_adjust_vmin_vmax()
320 &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_get_crtc_position()
353 pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_configure_crc()
402 pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_get_crc()
426 if (dc->current_state->res_ctx.pipe_ctx[i].stream in dc_stream_set_dyn_expansion()
428 pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_set_dyn_expansion()
448 if (link->dc->current_state->res_ctx.pipe_ctx[i].stream == in dc_stream_set_dither_option()
450 pipes = &link->dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_set_dither_option()
485 if (dc->current_state->res_ctx.pipe_ctx[i].stream == stream) { in dc_stream_set_gamut_remap()
486 pipes = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_stream_set_gamut_remap()
[all …]
H A Damdgpu_dc_stream.c236 return dc_stream_get_status_from_state(dc->current_state, stream); in dc_stream_get_status()
295 res_ctx = &dc->current_state->res_ctx; in dc_stream_set_cursor_attributes()
342 res_ctx = &dc->current_state->res_ctx; in dc_stream_set_cursor_position()
420 if (!dc->hwss.update_bandwidth(dc, dc->current_state)) { in dc_stream_add_writeback()
431 dc->hwss.update_writeback(dc, wb_info, dc->current_state); in dc_stream_add_writeback()
434 dc->hwss.enable_writeback(dc, wb_info, dc->current_state); in dc_stream_add_writeback()
487 if (!dc->hwss.update_bandwidth(dc, dc->current_state)) { in dc_stream_remove_writeback()
513 &dc->current_state->res_ctx; in dc_stream_get_vblank_counter()
541 res_ctx = &dc->current_state->res_ctx; in dc_stream_send_dp_sdp()
572 &dc->current_state->res_ctx; in dc_stream_get_scanoutpos()
[all …]
H A Damdgpu_dc_surface.c156 if (dc->current_state == NULL) in dc_plane_get_status()
162 &dc->current_state->res_ctx.pipe_ctx[i]; in dc_plane_get_status()
174 &dc->current_state->res_ctx.pipe_ctx[i]; in dc_plane_get_status()
H A Damdgpu_dc_link.c2358 if (dc->current_state->res_ctx.pipe_ctx[i].stream) { in dc_link_set_backlight_level()
2359 if (dc->current_state->res_ctx. in dc_link_set_backlight_level()
2366 dc->current_state-> in dc_link_set_backlight_level()
2373 if (dc->current_state->res_ctx.pipe_ctx[i].plane_state == NULL) in dc_link_set_backlight_level()
2524 if (dc->current_state->res_ctx.pipe_ctx[i].stream in dc_link_setup_psr()
2530 dc->current_state->res_ctx. in dc_link_setup_psr()
2882 pipe_ctx = &link->dc->current_state->res_ctx.pipe_ctx[i]; in dc_link_reallocate_mst_payload()
2900 pipe_ctx = &link->dc->current_state->res_ctx.pipe_ctx[i]; in dc_link_reallocate_mst_payload()
3297 pipe = &dc->current_state->res_ctx.pipe_ctx[i]; in dc_link_set_preferred_link_settings()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Dhdcp.h412 static inline uint8_t current_state(struct mod_hdcp *hdcp) in current_state() function
430 return (current_state(hdcp) > HDCP1_STATE_START && in is_in_hdcp1_states()
431 current_state(hdcp) <= HDCP1_STATE_END); in is_in_hdcp1_states()
436 return (current_state(hdcp) > HDCP1_DP_STATE_START && in is_in_hdcp1_dp_states()
437 current_state(hdcp) <= HDCP1_DP_STATE_END); in is_in_hdcp1_dp_states()
442 return (current_state(hdcp) > HDCP2_STATE_START && in is_in_hdcp2_states()
443 current_state(hdcp) <= HDCP2_STATE_END); in is_in_hdcp2_states()
448 return (current_state(hdcp) > HDCP2_DP_STATE_START && in is_in_hdcp2_dp_states()
449 current_state(hdcp) <= HDCP2_DP_STATE_END); in is_in_hdcp2_dp_states()
464 return current_state(hdcp) == HDCP_CP_NOT_DESIRED; in is_in_cp_not_desired_state()
[all …]
H A Damdgpu_hdcp1_transition.c42 switch (current_state(hdcp)) { in mod_hdcp_hdcp1_transition()
166 switch (current_state(hdcp)) { in mod_hdcp_hdcp1_dp_transition()
/netbsd-src/usr.bin/talk/
H A Dmsgs.c52 const char *current_state; variable
58 message(current_state); in disp_msg()
66 message(current_state); in start_msgs()
H A Dlook_up.c70 current_state = "Waiting to connect with caller"; in check_local()
106 current_state = "Checking for invitation on caller's machine"; in look_for_invite()
H A Dinvite.c107 current_state = "Waiting for your party to respond"; in invite_remote()
153 current_state = "Trying to connect to your party's talk daemon"; in announce_invite()
H A Dtalk.h46 extern const char *current_state;
H A Dinit_disp.c93 current_state = "No connection yet"; in init_display()
/netbsd-src/sys/arch/ia64/unwind/
H A Dstackframe.c631 struct staterecord current_state; variable
830 poprecord(&current_state, rchain->udesc.B2.ecount); in modifyrecord()
835 poprecord(&current_state, rchain->udesc.B3.ecount); in modifyrecord()
1004 initrecord(&current_state); in buildrecordstack()
1022 pushrecord(&current_state); in buildrecordstack()
1039 pushrecord(&current_state); in buildrecordstack()
1055 pushrecord(&current_state); in buildrecordstack()
1069 modifyrecord(&current_state, &rchain[i], rdepth); in buildrecordstack()
1076 modifyrecord(&current_state, &rchain[i], in buildrecordstack()
1090 dump_staterecord(&current_state); in buildrecordstack()
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_printer.c540 static enum isl_yaml_state current_state(__isl_keep isl_printer *p) in current_state() function
576 state = current_state(p); in enter_state()
717 state = current_state(p); in isl_printer_yaml_start_mapping()
745 state = current_state(p); in isl_printer_yaml_end_mapping()
755 state = current_state(p); in isl_printer_yaml_end_mapping()
801 state = current_state(p); in isl_printer_yaml_end_sequence()
807 up = current_state(p); in isl_printer_yaml_end_sequence()
818 state = current_state(p); in isl_printer_yaml_end_sequence()
841 state = current_state(p); in isl_printer_yaml_next()
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_client.c108 u_long current_state; in xenbus_switch_state() local
111 &current_state, 10); in xenbus_switch_state()
115 if ((XenbusState)current_state == state) in xenbus_switch_state()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer_debug.c437 …pix_clk = dc->current_state->res_ctx.pipe_ctx[i].stream_res.pix_clk_params.requested_pix_clk_100hz… in dcn10_get_otg_states()
480 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_khz, in dcn10_get_clock_states()
481 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz, in dcn10_get_clock_states()
482 dc->current_state->bw_ctx.bw.dcn.clk.dispclk_khz, in dcn10_get_clock_states()
483 dc->current_state->bw_ctx.bw.dcn.clk.dppclk_khz, in dcn10_get_clock_states()
484 dc->current_state->bw_ctx.bw.dcn.clk.fclk_khz, in dcn10_get_clock_states()
485 dc->current_state->bw_ctx.bw.dcn.clk.socclk_khz); in dcn10_get_clock_states()
H A Damdgpu_dcn10_hw_sequencer.c453 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_khz, in dcn10_log_hw_state()
454 dc->current_state->bw_ctx.bw.dcn.clk.dcfclk_deep_sleep_khz, in dcn10_log_hw_state()
455 dc->current_state->bw_ctx.bw.dcn.clk.dispclk_khz, in dcn10_log_hw_state()
456 dc->current_state->bw_ctx.bw.dcn.clk.dppclk_khz, in dcn10_log_hw_state()
457 dc->current_state->bw_ctx.bw.dcn.clk.max_supported_dppclk_khz, in dcn10_log_hw_state()
458 dc->current_state->bw_ctx.bw.dcn.clk.fclk_khz, in dcn10_log_hw_state()
459 dc->current_state->bw_ctx.bw.dcn.clk.socclk_khz); in dcn10_log_hw_state()
762 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; in false_optc_underflow_wa()
896 update_audio_usage(&dc->current_state->res_ctx, dc->res_pool, in dcn10_reset_back_end_for_pipe()
917 if (&dc->current_state->res_ctx.pipe_ctx[i] == pipe_ctx) in dcn10_reset_back_end_for_pipe()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_rs780_dpm.c386 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); in rs780_force_voltage() local
388 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && in rs780_force_voltage()
389 (current_state->min_voltage == RS780_VDDC_LEVEL_HIGH)) in rs780_force_voltage()
413 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); in rs780_force_fbdiv() local
415 if (current_state->sclk_low == current_state->sclk_high) in rs780_force_fbdiv()
574 struct igp_ps *current_state = rs780_get_ps(old_ps); in rs780_set_uvd_clock_before_set_eng_clock() local
580 if (new_state->sclk_high >= current_state->sclk_high) in rs780_set_uvd_clock_before_set_eng_clock()
591 struct igp_ps *current_state = rs780_get_ps(old_ps); in rs780_set_uvd_clock_after_set_eng_clock() local
597 if (new_state->sclk_high < current_state->sclk_high) in rs780_set_uvd_clock_after_set_eng_clock()
/netbsd-src/sys/dev/raidframe/
H A Drf_states.c102 RF_AccessState_t current_state = desc->states[current_state_index]; in rf_ContinueRaidAccess() local
110 current_state = desc->states[current_state_index]; in rf_ContinueRaidAccess()
112 switch (current_state) { in rf_ContinueRaidAccess()
154 unit, StateName(current_state), in rf_ContinueRaidAccess()
159 } while (!suspended && current_state != rf_LastState); in rf_ContinueRaidAccess()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/
H A Damdgpu_clk_mgr.c76 dc->hwss.exit_optimized_pwr_state(dc, dc->current_state); in clk_mgr_exit_optimized_pwr_state()
93 dc->hwss.optimize_pwr_state(dc, dc->current_state); in clk_mgr_optimize_pwr_state()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_hwseq.c1397 (context == dc->current_state && plane_state->update_flags.bits.scaling_change) || in dcn20_update_dchubp_dpp()
1398 (context == dc->current_state && pipe_ctx->stream->update_flags.bits.scaling)) { in dcn20_update_dchubp_dpp()
1567 if (context->res_ctx.pipe_ctx[i].stream == dc->current_state->res_ctx.pipe_ctx[i].stream) in dcn20_program_front_end_for_ctx()
1569 dc->current_state->res_ctx.pipe_ctx[i].stream_res.gsl_group; in dcn20_program_front_end_for_ctx()
1573 dcn20_detect_pipe_changes(&dc->current_state->res_ctx.pipe_ctx[i], in dcn20_program_front_end_for_ctx()
1583 dc->hwss.pipe_control_lock(dc, &dc->current_state->res_ctx.pipe_ctx[i], true); in dcn20_program_front_end_for_ctx()
1599 hws->funcs.plane_atomic_disconnect(dc, &dc->current_state->res_ctx.pipe_ctx[i]); in dcn20_program_front_end_for_ctx()
1600 DC_LOG_DC("Reset mpcc for pipe %d\n", dc->current_state->res_ctx.pipe_ctx[i].pipe_idx); in dcn20_program_front_end_for_ctx()
1632 dc->hwss.pipe_control_lock(dc, &dc->current_state->res_ctx.pipe_ctx[i], false); in dcn20_program_front_end_for_ctx()
1637 dc->hwss.disable_plane(dc, &dc->current_state->res_ctx.pipe_ctx[i]); in dcn20_program_front_end_for_ctx()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
H A Damdgpu_dce110_hw_sequencer.c968 if (dc->current_state->res_ctx.pipe_ctx[i].stream_res.audio != NULL) in dce110_enable_audio_stream()
1276 struct pipe_ctx *pipe_ctx_old = &dc->current_state->res_ctx. in dce110_enable_stream_timing()
1514 dc->current_state->res_ctx.pipe_ctx[i].pipe_idx = i; in disable_vga_and_power_gate_all_controllers()
1516 &dc->current_state->res_ctx.pipe_ctx[i]); in disable_vga_and_power_gate_all_controllers()
1880 &dc->current_state->res_ctx.pipe_ctx[i]; in dce110_reset_hw_ctx_wrap()
1912 update_audio_usage(&dc->current_state->res_ctx, dc->res_pool, in dce110_reset_hw_ctx_wrap()
1926 pipe_ctx_old->plane_res.mi, dc->current_state->stream_count); in dce110_reset_hw_ctx_wrap()
2044 &dc->current_state->res_ctx.pipe_ctx[i]; in dce110_apply_ctx_to_hw()
2069 &dc->current_state->res_ctx.pipe_ctx[i]; in dce110_apply_ctx_to_hw()
2096 enable_fbc(dc, dc->current_state); in dce110_apply_ctx_to_hw()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-csky.h77 map_state current_state; member
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-csky.h77 map_state current_state; member
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DFlexLexer.h155 yy_state_type yy_try_NUL_trans( yy_state_type current_state );

1234