Searched refs:prev_state (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/sudo-73/src/
H A Dtoke.l83 static int continued, prev_state, sawspace;
171 prev_state = YY_START;
192 BEGIN prev_state;
198 if (prev_state == INITIAL) {
548 prev_state = YY_START;
789 prev_state = INITIAL;
H A Dtoke.c1487 static int continued, prev_state, sawspace; variable
1826 prev_state = YY_START;
1856 BEGIN prev_state; variable
1862 if (prev_state == INITIAL) {
2317 prev_state = YY_START;
3498 prev_state = INITIAL;
/macosx-10.10.1/ntp-92/ntpd/
H A Dkeyword-gen.c418 int prev_state
426 return_state = prev_state;
427 curr_char_s = prev_state;
/macosx-10.10.1/NFS-82/rpc.statd/
H A Dfile.c866 static uint32_t prev_state, prev_reccnt; variable
882 prev_state = 0xffffffff;
900 if (watchmode && (prev_state != 0xffffffff)) {
903 if (state != prev_state)
904 printf("State: %d -> %d\n", prev_state, state);
948 prev_state = state;
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_ipc.defs365 prev_state : uint64_t;
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgccall.c723 rpc_dg_call_state_t prev_state; local
764 prev_state = ccall->c.state;
801 *insert_in_ccallt = (prev_state != rpc_e_dg_cs_final);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Ddhcp.c2098 dhcp_cstate_t prev_state = dhcp->state; local
2148 if (prev_state != dhcp_cstate_init_reboot_e) {
3183 dhcp_cstate_t prev_state = dhcp->state; local
3193 switch (prev_state) {
3208 if (prev_state == dhcp_cstate_rebind_e
3209 || prev_state == dhcp_cstate_renew_e
3217 if (prev_state == dhcp_cstate_select_e) {
3229 if (prev_state == dhcp_cstate_init_reboot_e
3230 || prev_state == dhcp_cstate_init_e) {
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify_proc.c1494 uint64_t prev_state,
1543 log_message(ASL_LEVEL_DEBUG, "__notify_server_regenerate %s %d %d %d %u %d %d %llu %s %d\n", name, pid, token, reg_type, port, sig, prev_slot, prev_state, path, path_flags);
1619 if (prev_time > n->state_time) n->state = prev_state;
1484 __notify_server_regenerate( mach_port_t server, caddr_t name, mach_msg_type_number_t nameCnt, int token, uint32_t reg_type, mach_port_t port, int sig, int prev_slot, uint64_t prev_state, uint64_t prev_time, caddr_t path, mach_msg_type_number_t pathCnt, int path_flags, int *new_slot, uint64_t *new_nid, int *status, audit_token_t audit ) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.c1517 boolean_t *prev_state)
1524 if (prev_state)
1525 *prev_state = (thread->options & TH_OPT_VMPRIV) != 0;
1513 thread_wire_internal( host_priv_t host_priv, thread_t thread, boolean_t wired, boolean_t *prev_state) argument
H A Dthread.h866 boolean_t *prev_state);
/macosx-10.10.1/eap8021x-198/eapolclient.tproj/
H A DSupplicant.c1407 SupplicantState prev_state = supp->state; local
1482 SupplicantStateString(prev_state));
1738 SupplicantState prev_state = supp->state; local
1781 SupplicantStateString(prev_state));

Completed in 126 milliseconds