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

/macosx-10.9.5/configd-596.15/nwi/
H A Dnetwork_information_priv.c67 nwi_state_new(nwi_state_t old_state, int elems) argument
72 if (old_state == NULL && elems == 0) {
81 if (old_state != NULL) {
82 if (old_state->size >= new_size) {
83 return (old_state);
101 if (old_state != NULL) {
102 state->ipv6_count = old_state->ipv6_count;
104 bcopy((void*) &old_state->nwi_ifstates[old_state->ipv6_start],
106 old_state
321 nwi_ifstate_set_added_or_changed_str(nwi_state_t state, nwi_state_t old_state, nwi_ifstate_t ifstate) argument
368 nwi_state_merge_added(nwi_state_t state, nwi_state_t old_state, nwi_state_t new_state) argument
397 nwi_state_merge_removed(nwi_state_t state, nwi_state_t old_state) argument
426 nwi_state_diff(nwi_state_t old_state, nwi_state_t new_state) argument
495 _nwi_state_update_interface_generations(nwi_state_t old_state, nwi_state_t state, nwi_state_t changes) argument
[all...]
H A Dnetwork_information_priv.h272 nwi_state_new(nwi_state_t old_state, int elems);
275 nwi_state_copy_priv(nwi_state_t old_state);
292 nwi_state_diff(nwi_state_t old_state, nwi_state_t new_state);
301 _nwi_state_update_interface_generations(nwi_state_t old_state, nwi_state_t state, nwi_state_t changes);
H A Dnetwork_information.c277 nwi_state_t old_state = NULL; local
303 old_state = G_nwi_state;
323 if (old_state != NULL) {
325 nwi_state_release(old_state);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dexc_catcher_state.c50 thread_state_t old_state,
65 return (*exc_raise_state_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
68 return catch_exception_raise_state(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state( mach_port_t exception_port, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
H A Dexc_catcher_state_identity.c52 thread_state_t old_state,
67 return (*exc_raise_state_identity_func)(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
70 return catch_exception_raise_state_identity(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/macosx-10.9.5/cctools-845/as/
H A Dapp.c42 static int old_state; variable
137 -1: output string in out_string and go to the state in old_state
138 -2: flush text until a '*' '/' is seen, then go to state old_state
151 static old_state; local
161 state=old_state;
162 old_state=3;
177 state=old_state;
194 old_state=7;
217 state=old_state;
222 state=old_state;
537 static old_state; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dexc.defs100 old_state : thread_state_t, const;
116 old_state : thread_state_t;
H A Dmach_exc.defs100 old_state : thread_state_t, const;
116 old_state : thread_state_t;
H A Dthread_act.defs96 out old_state : thread_state_t, CountInOut);
125 out old_state : thread_state_t, CountInOut);
H A Dtask.defs409 out old_state : thread_state_t, CountInOut);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_stream.cxx115 int old_state; local
117 ios::iostate old_state;
121 old_state = os->rdstate();
137 os->clear(old_state);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/thread_get_state_11918811_src/
H A Dthread_get_state.c153 const thread_state_t old_state,
172 thread_state_t old_state,
146 catch_mach_exception_raise_state( mach_port_t exception_port, exception_type_t exception, const mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
163 catch_mach_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/uxkern/
H A Dux_exception.c364 __unused const thread_state_t old_state,
379 __unused const thread_state_t old_state,
396 __unused thread_state_t old_state,
413 __unused thread_state_t old_state,
358 catch_exception_raise_state( __unused mach_port_t exception_port, __unused exception_type_t exception, __unused const exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused const thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
373 catch_mach_exception_raise_state( __unused mach_port_t exception_port, __unused exception_type_t exception, __unused const mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused const thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
388 catch_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
405 catch_mach_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread-private.c478 int old_state = thread->state; local
480 if (old_state == DCETHREAD_STATE_INTERRUPT ||
481 old_state == DCETHREAD_STATE_DEAD)
493 old_state == DCETHREAD_STATE_BLOCKED) /* The thread was blocked */
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/guarded_fd_tests_11746236_src/
H A Dguarded_test_framework.c95 thread_state_t old_state,
120 const thread_state_t old_state,
86 catch_mach_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
113 catch_mach_exception_raise_state( mach_port_t exception_port, exception_type_t exception, const mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/guarded_mach_port_tests_11178535_src/
H A Dguarded_test_framework.c75 thread_state_t old_state,
100 const thread_state_t old_state,
66 catch_mach_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
93 catch_mach_exception_raise_state( mach_port_t exception_port, exception_type_t exception, const mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
/macosx-10.9.5/launchd-842.92.1/src/
H A Druntime.c1209 int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt,
1212 launchd_syslog(LOG_NOTICE, "%s(): type: 0x%x code: %p codeCnt: 0x%x flavor: %p old_state: %p old_stateCnt: 0x%x new_state: %p new_stateCnt: %p",
1213 __func__, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
1215 memcpy(new_state, old_state, old_stateCnt * sizeof(old_state[0]));
1224 int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt,
1231 launchd_syslog(LOG_NOTICE, "%s(): PID: %u thread: 0x%x type: 0x%x code: %p codeCnt: 0x%x flavor: %p old_state: %p old_stateCnt: 0x%x new_state: %p new_stateCnt: %p",
1232 __func__, p4t, thread, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
1234 memcpy(new_state, old_state, old_stateCnt * sizeof(old_state[
1207 catch_mach_exception_raise_state(mach_port_t exception_port __attribute__((unused)), exception_type_t exception, const mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
1222 catch_mach_exception_raise_state_identity(mach_port_t exception_port __attribute__((unused)), mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/
H A Dcpumon_test_framework.c214 const thread_state_t old_state,
235 thread_state_t old_state,
207 catch_mach_exception_raise_state( mach_port_t exception_port, exception_type_t exception, const mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, const thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
226 catch_mach_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap.c562 int secret_len, old_state; local
719 old_state = cstate->serverstate;
721 if (old_state == CHAPSS_INITIAL_CHAL) {
H A Deap.c1167 int old_state; local
1222 old_state = cstate->serverstate;
1224 if (old_state == EAPSS_INITIAL_CHAL) {
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c6295 int old_state; local
6308 old_state = object->purgable;
6309 if (old_state == VM_PURGABLE_DENY)
6320 *state = old_state;
6342 if (old_state == VM_PURGABLE_VOLATILE) {
6397 if (old_state == VM_PURGABLE_EMPTY &&
6413 if (old_state == VM_PURGABLE_NONVOLATILE ||
6414 old_state == VM_PURGABLE_EMPTY) {
6457 else if (old_state == VM_PURGABLE_VOLATILE) {
6526 if (old_state !
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Ddecmpfs.c1494 uint32_t old_state = 0; local
1508 old_state = decmpfs_fast_get_state(cp);
1510 switch(old_state) {
/macosx-10.9.5/Heimdal-323.92.1/appl/xnlock/
H A Dxnlock.c654 int old_state = state; local
691 if(old_state == IS_MOVING)
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dprinters.c2524 ipp_pstate_t old_state; /* Old printer state */ local
2537 old_state = p->state;
2540 if (old_state != s)
2564 if (old_state != s)
2595 (old_state == IPP_PRINTER_STOPPED) != (s == IPP_PRINTER_STOPPED))
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregexec.c1172 re_dfastate_t *old_state = cur_state;
1207 if (old_state == cur_state)
1169 re_dfastate_t *old_state = cur_state; local

Completed in 274 milliseconds