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

1 2 3

  /src/usr.bin/talk/
msgs.c 52 const char *current_state; variable
58 message(current_state);
66 message(current_state);
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)
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)
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);
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...]
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;
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
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
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...]
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_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);
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);
  /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...]
  /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

Completed in 144 milliseconds

1 2 3