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

/macosx-10.9.5/sudo-72/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.9.5/ntp-88/ntpd/
H A Dkeyword-gen.c418 int prev_state
426 return_state = prev_state;
427 curr_char_s = prev_state;
/macosx-10.9.5/NFS-81/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.9.5/Libnotify-121.20.1/
H A Dnotify_ipc.defs365 prev_state : uint64_t;
/macosx-10.9.5/dcerpc-58/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.9.5/bootp-268.1/IPConfiguration.bproj/
H A Ddhcp.c1932 dhcp_cstate_t prev_state = dhcp->state; local
1981 if (prev_state != dhcp_cstate_init_reboot_e) {
3017 dhcp_cstate_t prev_state = dhcp->state; local
3027 switch (prev_state) {
3042 if (prev_state == dhcp_cstate_rebind_e ||
3043 prev_state == dhcp_cstate_renew_e
3051 if (prev_state == dhcp_cstate_select_e) {
3064 if (prev_state == dhcp_cstate_init_reboot_e ||
3065 prev_state == dhcp_cstate_init_e) {
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotify_proc.c1466 uint64_t prev_state,
1511 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);
1577 if (prev_time > n->state_time) n->state = prev_state;
1456 __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.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread.c1403 boolean_t *prev_state)
1410 if (prev_state)
1411 *prev_state = (thread->options & TH_OPT_VMPRIV) != 0;
1399 thread_wire_internal( host_priv_t host_priv, thread_t thread, boolean_t wired, boolean_t *prev_state) argument
H A Dthread.h843 boolean_t *prev_state);
/macosx-10.9.5/eap8021x-180/eapolclient.tproj/
H A DSupplicant.c1402 SupplicantState prev_state = supp->state; local
1466 SupplicantStateString(prev_state));
1722 SupplicantState prev_state = supp->state; local
1765 SupplicantStateString(prev_state));

Completed in 383 milliseconds