Searched refs:current_state (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.10/top-100.1.2/
H A Duserinput.c44 static struct user_input_state *current_state = NULL; variable in typeref:struct:user_input_state
53 current_state = NULL;
81 current_state = &error_state;
82 reset_state(current_state);
83 current_state->misc = 0;
84 strncpy(current_state->buf, err, sizeof(current_state->buf));
85 current_state->buf[sizeof(current_state->buf) - 1] = '\0';
109 current_state
[all...]
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dmsgs.c55 const char *current_state; variable
63 message(current_state);
71 message(current_state);
H A Dlook_up.c79 current_state = "Waiting to connect with caller";
114 current_state = "Checking for invitation on caller's machine";
H A Dinvite.c114 current_state = "Waiting for your party to respond";
164 current_state = "Trying to connect to your party's talk daemon";
173 current_state = "Trying to connect to local talk daemon";
H A Dtalk.h51 extern const char *current_state;
H A Dinit_disp.c127 current_state = "No connection yet";
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-common.c175 static char *current_state = "<uninit>"; variable
188 write(fd, current_state, strlen(current_state));
223 current_state = "init";
240 current_state = "encode";
256 current_state = "length";
265 current_state = "memcmp";
284 current_state = "decode";
298 current_state = "cmp";
305 current_state
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkreport8 com.apple.message.domain com.apple.security.assessment.current_state \
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c1202 static uint32_t pmc_internal_reservation_next_state(uint32_t current_state, pmc_state_event_t event) { argument
1207 switch (current_state & ~(PMC_STATE_CONTEXT_COUNT_MASK)) {
1213 new_state = PMC_STATE_MODIFY(current_state, 0, 0, PMC_STATE_FLAGS_STOPPING);
1216 if (PMC_STATE_CONTEXT_COUNT(current_state) == 0) {
1217 new_state = PMC_STATE_MOVE(current_state, PMC_STATE_STATE_CAN_RUN, 0, 0, 0);
1223 switch (current_state & ~(PMC_STATE_CONTEXT_COUNT_MASK)) {
1225 new_state = PMC_STATE_MOVE(current_state, PMC_STATE_STATE_STOP, 0, 0, 0);
1231 new_state = PMC_STATE_MODIFY(current_state, 0, PMC_STATE_FLAGS_STOPPING, 0);
1234 if (PMC_STATE_CONTEXT_COUNT(current_state) > 0) {
1235 new_state = PMC_STATE_MODIFY(current_state,
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dprocessor_data.h63 timer_t current_state; member in struct:processor_data
H A Dpriority.c184 timer_switch(PROCESSOR_DATA(processor, current_state),
186 PROCESSOR_DATA(processor, current_state));
H A Dstartup.c692 PROCESSOR_DATA(processor, current_state) = &PROCESSOR_DATA(processor, system_state);
H A Dprocessor.c400 if (PROCESSOR_DATA(processor, current_state) != idle_state) {
H A Dsched_prim.c2283 timer_switch(PROCESSOR_DATA(processor, current_state),
2285 PROCESSOR_DATA(processor, current_state));
2395 timer_switch(PROCESSOR_DATA(processor, current_state),
2397 PROCESSOR_DATA(processor, current_state));
4577 PROCESSOR_DATA(processor, current_state) = &PROCESSOR_DATA(processor, idle_state);
4619 PROCESSOR_DATA(processor, current_state) = &PROCESSOR_DATA(processor, system_state);
/macosx-10.10/pcre-7/pcre/
H A Dpcre_dfa_exec.c605 stateblock *current_state = active_states + i; local
607 int state_offset = current_state->offset;
619 ims = current_state->ims;
627 if (current_state->data > 0)
630 ADD_NEW_DATA(state_offset, current_state->count,
631 current_state->data - 1);
636 current_state->offset = state_offset = -state_offset;
647 active_states[j].count == current_state->count)
994 count = current_state->count; /* Already matched */
1060 count = current_state
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dmachine_routines.c344 boolean_t current_state; local
346 current_state = ml_get_interrupts_enabled();
351 (void) ml_set_interrupts_enabled(current_state);
576 boolean_t current_state; local
578 current_state = ml_set_interrupts_enabled(FALSE);
593 (void) ml_set_interrupts_enabled(current_state);
599 boolean_t current_state; local
601 current_state = ml_set_interrupts_enabled(FALSE);
607 (void) ml_set_interrupts_enabled(current_state);
H A Dgenassym.c516 offsetof(struct processor, processor_data.current_state));
/macosx-10.10/vim-55/src/
H A Dsyntax.c350 * When current_state.ga_itemsize is 0 the current state is invalid.
360 static garray_T current_state /* current stack of state_items */ variable
366 #define CUR_STATE(idx) ((stateitem_T *)(current_state.ga_data))[idx]
482 * After switching buffers, invalidate current_state.
506 if (VALID_STATE(&current_state)
520 * current_state and figure it out below.
532 if (INVALID_STATE(&current_state) && syn_block->b_sst_array != NULL)
554 if (INVALID_STATE(&current_state))
658 * Cleanup the current_state stack.
666 sip = (stateitem_T *)(current_state
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/prng/
H A Drandom.c91 boolean_t current_state; local
101 current_state = ml_set_interrupts_enabled(FALSE);
114 (void) ml_set_interrupts_enabled(current_state);
/macosx-10.10/cups-408/cups/backend/
H A Dsnmp-supplies.c76 static int current_state = -1; variable
373 if (current_state < 0)
376 change_state = current_state ^ new_state;
391 current_state = new_state;
504 current_state = -1;
/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.c439 choose_next_state(int current_state, u_int64_t contig, int final, argument
456 * switching cost is independent of the current_state.
460 switch (current_state) {
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dconfigfile.c360 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1108 * next_state = yy_try_NUL_trans( current_state );
H A Ddriverparser.c313 current_state));
1068 * synopsis next_state = yy_try_NUL_trans( current_state );
H A Dtokenparser.c335 current_state));
1094 * synopsis next_state = yy_try_NUL_trans( current_state );
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dtokenparser.c360 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1134 * next_state = yy_try_NUL_trans( current_state );

Completed in 183 milliseconds

12