HomeSort by: relevance | last modified time | path
    Searched defs:current_state (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/usr.bin/talk/
msgs.c 52 const char *current_state; variable
58 message(current_state);
66 message(current_state);
  /src/external/lgpl2/userspace-rcu/dist/src/
urcu-poll-impl.h 16 struct urcu_gp_poll_state current_state; member in struct:urcu_poll_worker_state
32 poll_worker_gp_state.current_state.grace_period_id++;
33 if ((long)(poll_worker_gp_state.latest_target.grace_period_id - poll_worker_gp_state.current_state.grace_period_id) >= 0) {
59 new_target_gp_state.grace_period_id = poll_worker_gp_state.current_state.grace_period_id;
82 if ((long)(target_gp_state.grace_period_id - poll_worker_gp_state.current_state.grace_period_id) < 0)
  /src/sys/arch/xen/xenbus/
xenbus_client.c 108 u_long current_state; local
111 &current_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
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/crypto/external/bsd/heimdal/dist/lib/asn1/
check-common.c 173 static char *current_state = "<uninit>"; variable
186 write(fd, current_state, strlen(current_state));
221 current_state = "init";
238 current_state = "encode";
254 current_state = "length";
263 current_state = "memcmp";
282 current_state = "decode";
296 current_state = "cmp";
303 current_state = "copy"
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
thread-tracker.c 68 thread_network_state_t current_state, previous_state; member in struct:thread_tracker
179 if (tracker->current_state != state) {
180 tracker->previous_state = tracker->current_state;
182 tracker->current_state = state;
205 tracker->current_state = tracker->previous_state = thread_network_state_uninitialized;
316 return previous ? tracker->previous_state : tracker->current_state;
  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.h 77 map_state current_state; member in struct:__anon10001
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.h 77 map_state current_state; member in struct:__anon11473
  /src/sys/arch/ia64/unwind/
stackframe.c 631 struct staterecord current_state; variable in typeref:struct:staterecord
830 poprecord(&current_state, rchain->udesc.B2.ecount);
835 poprecord(&current_state, rchain->udesc.B3.ecount);
1004 initrecord(&current_state);
1022 pushrecord(&current_state);
1039 pushrecord(&current_state);
1055 pushrecord(&current_state);
1069 modifyrecord(&current_state, &rchain[i], rdepth);
1076 modifyrecord(&current_state, &rchain[i],
1090 dump_staterecord(&current_state);
    [all...]
  /src/external/mit/isl/dist/
isl_stream.c 891 static enum isl_yaml_state current_state(__isl_keep isl_stream *s) function
972 state = current_state(s);
isl_printer.c 540 static enum isl_yaml_state current_state(__isl_keep isl_printer *p) function
576 state = current_state(p);
717 state = current_state(p);
745 state = current_state(p);
755 state = current_state(p);
801 state = current_state(p);
807 up = current_state(p);
818 state = current_state(p);
841 state = current_state(p);
  /xsrc/external/mit/libXt/dist/include/X11/
IntrinsicP.h 197 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
  /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
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
415 if (current_state->sclk_low == current_state->sclk_high)
574 struct igp_ps *current_state = rs780_get_ps(old_ps); local
580 if (new_state->sclk_high >= current_state->sclk_high)
591 struct igp_ps *current_state = rs780_get_ps(old_ps); local
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
1527 if (new_state->high.sclk >= current_state->high.sclk)
1538 struct rv6xx_ps *current_state = rv6xx_get_ps(old_ps); local
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
1447 if (new_state->high.sclk >= current_state->high.sclk)
1458 struct rv7xx_ps *current_state = rv770_get_ps(old_ps); local
1464 if (new_state->high.sclk < current_state->high.sclk)
1754 struct rv7xx_ps *current_state = rv770_get_ps(radeon_current_state); local
1761 if (current_state->high.mclk <= pi->mclk_odt_threshold)
1783 struct rv7xx_ps *current_state = rv770_get_ps(radeon_current_state); local
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
3524 current_state->performance_levels[current_state->performance_level_count - 1].sclk)
3535 struct ni_ps *current_state = ni_get_ps(old_ps); local
3542 current_state->performance_levels[current_state->performance_level_count - 1].sclk)
  /src/external/gpl3/gdb.old/dist/gdb/
ui-out.c 182 state current_state () const;
300 ui_out_table::state ui_out_table::current_state () const function in class:ui_out_table
420 && m_table_up->current_state () == ui_out_table::state::BODY
784 && m_table_up->current_state () != ui_out_table::state::BODY)
793 && m_table_up->current_state () == ui_out_table::state::BODY
  /src/external/gpl3/gdb/dist/gdb/
ui-out.c 182 state current_state () const;
300 ui_out_table::state ui_out_table::current_state () const function in class:ui_out_table
420 && m_table_up->current_state () == ui_out_table::state::BODY
784 && m_table_up->current_state () != ui_out_table::state::BODY)
793 && m_table_up->current_state () == ui_out_table::state::BODY
  /src/sbin/init/
init.c 197 static state_t current_state = death; variable
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
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/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 3979 gfc_compile_state new_state = COMP_NONE, current_state; local
3995 current_state = COMP_NONE;
4054 && current_state == COMP_NONE)
4061 current_state = new_state;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 3748 gfc_compile_state new_state = COMP_NONE, current_state; local
3764 current_state = COMP_NONE;
3822 && current_state == COMP_NONE)
3829 current_state = new_state;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_state.c 905 struct pipe_framebuffer_state *current_state = r300->fb_state.state; local
924 if (current_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) {
927 if (!pipe_surface_equal(current_state->zsbuf, state->zsbuf)) {
934 pipe_surface_reference(&r300->locked_zbuffer, current_state->zsbuf);
953 if (!!current_state->zsbuf != !!state->zsbuf) {
960 while (current_state->nr_cbufs && !current_state->cbufs[current_state->nr_cbufs-1])
961 current_state->nr_cbufs--;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_state.c 911 struct pipe_framebuffer_state *current_state = r300->fb_state.state; local
930 if (current_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) {
933 if (!pipe_surface_equal(current_state->zsbuf, state->zsbuf)) {
940 pipe_surface_reference(&r300->locked_zbuffer, current_state->zsbuf);
959 if (!!current_state->zsbuf != !!state->zsbuf) {
966 while (current_state->nr_cbufs && !current_state->cbufs[current_state->nr_cbufs-1])
967 current_state->nr_cbufs--;
  /xsrc/external/mit/libXt/dist/src/
TMstate.c 659 #define GetContextPtr(tm) ((TMContext *)&(tm->current_state))
820 FreeContext((TMContext *) &tmRecPtr->current_state);
1049 StatePtr current_state = tmRecPtr->current_state; local
1059 if (current_state == NULL)
1295 FreeContext((TMContext *) &widget->core.tm.current_state);

Completed in 54 milliseconds

1 2