/src/usr.bin/talk/ |
msgs.c | 52 const char *current_state; variable in typeref:typename:const char * 58 message(current_state); 66 message(current_state);
|
/src/sys/arch/xen/xenbus/ |
xenbus_client.c | 108 u_long current_state; local in function:xenbus_switch_state 111 ¤t_state, 10); 115 if ((XenbusState)current_state == state)
|
/src/sys/dev/raidframe/ |
rf_states.c | 102 RF_AccessState_t current_state = desc->states[current_state_index]; local in function:rf_ContinueRaidAccess 110 current_state = desc->states[current_state_index]; 112 switch (current_state) { 154 unit, StateName(current_state), 159 } while (!suspended && current_state != rf_LastState);
|
/src/sys/arch/ia64/unwind/ |
stackframe.c | 631 struct staterecord current_state; variable in typeref:struct:staterecord 830 poprecord(¤t_state, rchain->udesc.B2.ecount); 835 poprecord(¤t_state, rchain->udesc.B3.ecount); 1004 initrecord(¤t_state); 1022 pushrecord(¤t_state); 1039 pushrecord(¤t_state); 1055 pushrecord(¤t_state); 1069 modifyrecord(¤t_state, &rchain[i], rdepth); 1076 modifyrecord(¤t_state, &rchain[i], 1090 dump_staterecord(¤t_state); [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_rs780_dpm.c | 386 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); local in function:rs780_force_voltage 388 if ((current_state->max_voltage == RS780_VDDC_LEVEL_HIGH) && 389 (current_state->min_voltage == RS780_VDDC_LEVEL_HIGH)) 413 struct igp_ps *current_state = rs780_get_ps(rdev->pm.dpm.current_ps); local in function:rs780_force_fbdiv 415 if (current_state->sclk_low == current_state->sclk_high) 574 struct igp_ps *current_state = rs780_get_ps(old_ps); local in function:rs780_set_uvd_clock_before_set_eng_clock 580 if (new_state->sclk_high >= current_state->sclk_high) 591 struct igp_ps *current_state = rs780_get_ps(old_ps); local in function:rs780_set_uvd_clock_after_set_eng_clock 597 if (new_state->sclk_high < current_state->sclk_high [all...] |
radeon_rv6xx_dpm.c | 1521 struct rv6xx_ps *current_state = rv6xx_get_ps(old_ps); local in function:rv6xx_set_uvd_clock_before_set_eng_clock 1527 if (new_state->high.sclk >= current_state->high.sclk) 1538 struct rv6xx_ps *current_state = rv6xx_get_ps(old_ps); local in function:rv6xx_set_uvd_clock_after_set_eng_clock 1544 if (new_state->high.sclk < current_state->high.sclk)
|
radeon_rv770_dpm.c | 1441 struct rv7xx_ps *current_state = rv770_get_ps(old_ps); local in function:rv770_set_uvd_clock_before_set_eng_clock 1447 if (new_state->high.sclk >= current_state->high.sclk) 1458 struct rv7xx_ps *current_state = rv770_get_ps(old_ps); local in function:rv770_set_uvd_clock_after_set_eng_clock 1464 if (new_state->high.sclk < current_state->high.sclk) 1754 struct rv7xx_ps *current_state = rv770_get_ps(radeon_current_state); local in function:rv770_program_dcodt_before_state_switch 1761 if (current_state->high.mclk <= pi->mclk_odt_threshold) 1783 struct rv7xx_ps *current_state = rv770_get_ps(radeon_current_state); local in function:rv770_program_dcodt_after_state_switch 1790 if (current_state->high.mclk <= pi->mclk_odt_threshold)
|
radeon_ni_dpm.c | 3517 struct ni_ps *current_state = ni_get_ps(old_ps); local in function:ni_set_uvd_clock_before_set_eng_clock 3524 current_state->performance_levels[current_state->performance_level_count - 1].sclk) 3535 struct ni_ps *current_state = ni_get_ps(old_ps); local in function:ni_set_uvd_clock_after_set_eng_clock 3542 current_state->performance_levels[current_state->performance_level_count - 1].sclk)
|
/src/sbin/init/ |
init.c | 197 static state_t current_state = death; variable in typeref:typename:state_t 586 utmpx_set_runlevel(get_runlevel(current_state), 588 current_state = s;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/ |
hdcp.h | 412 static inline uint8_t current_state(struct mod_hdcp *hdcp) function in typeref:typename:uint8_t 430 return (current_state(hdcp) > HDCP1_STATE_START && 431 current_state(hdcp) <= HDCP1_STATE_END); 436 return (current_state(hdcp) > HDCP1_DP_STATE_START && 437 current_state(hdcp) <= HDCP1_DP_STATE_END); 442 return (current_state(hdcp) > HDCP2_STATE_START && 443 current_state(hdcp) <= HDCP2_STATE_END); 448 return (current_state(hdcp) > HDCP2_DP_STATE_START && 449 current_state(hdcp) <= HDCP2_DP_STATE_END); 464 return current_state(hdcp) == HDCP_CP_NOT_DESIRED [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_si_dpm.c | 3182 struct si_ps *current_state = si_get_ps(old_ps); local in function:ni_set_uvd_clock_before_set_eng_clock 3189 current_state->performance_levels[current_state->performance_level_count - 1].sclk) 3200 struct si_ps *current_state = si_get_ps(old_ps); local in function:ni_set_uvd_clock_after_set_eng_clock 3207 current_state->performance_levels[current_state->performance_level_count - 1].sclk)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc.h | 500 struct dc_state *current_state; member in struct:dc
|
/src/sys/dev/ic/ |
aacreg.h | 1368 AAC_NVBATTSTATUS current_state; /* current batt state */ member in struct:aac_AifEnsBatteryEvent
|