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

/macosx-10.10.1/configd-699.1.5/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) {
82 if (old_state != NULL) {
83 if (old_state->size >= new_size) {
84 return (old_state);
98 if (old_state != NULL) {
99 state->ipv6_count = old_state->ipv6_count;
101 bcopy((void*) &old_state->nwi_ifstates[old_state->ipv6_start],
103 old_state
318 nwi_ifstate_set_added_or_changed_str(nwi_state_t state, nwi_state_t old_state, nwi_ifstate_t ifstate) argument
365 nwi_state_merge_added(nwi_state_t state, nwi_state_t old_state, nwi_state_t new_state) argument
394 nwi_state_merge_removed(nwi_state_t state, nwi_state_t old_state) argument
423 nwi_state_diff(nwi_state_t old_state, nwi_state_t new_state) argument
492 _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.10.1/xnu-2782.1.97/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
H A Dmach_msg.c386 voucher_mach_msg_state_t old_state = VOUCHER_MACH_MSG_STATE_UNCHANGED; local
439 old_state = voucher_mach_msg_adopt(&bufRequest->Head);
483 voucher_mach_msg_revert(old_state);
516 voucher_mach_msg_state_t old_state = VOUCHER_MACH_MSG_STATE_UNCHANGED; local
561 old_state = voucher_mach_msg_adopt(&bufRequest->Head);
619 voucher_mach_msg_revert(old_state);
620 old_state = VOUCHER_MACH_MSG_STATE_UNCHANGED;
640 voucher_mach_msg_revert(old_state);
641 old_state = VOUCHER_MACH_MSG_STATE_UNCHANGED;
696 voucher_mach_msg_state_t old_state local
[all...]
/macosx-10.10.1/xnu-2782.1.97/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.defs102 out old_state : thread_state_t, CountInOut);
131 out old_state : thread_state_t, CountInOut);
H A Dtask.defs409 out old_state : thread_state_t, CountInOut);
/macosx-10.10.1/tcl-105/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.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_purgeable_internal.h121 vm_purgable_t old_state,
H A Dvm_purgeable.c1528 vm_purgable_t old_state,
1561 if (old_state == VM_PURGABLE_VOLATILE ||
1562 old_state == VM_PURGABLE_EMPTY) {
1617 } else if (old_state == VM_PURGABLE_NONVOLATILE) {
1666 "unexpected old_state=%d\n",
1667 object, old_state);
1526 vm_purgeable_accounting( vm_object_t object, vm_purgable_t old_state, boolean_t disown) argument
H A Dvm_object.c6782 int old_state; local
6797 old_state = object->purgable;
6798 if (old_state == VM_PURGABLE_DENY)
6809 *state = old_state;
6831 if (old_state == VM_PURGABLE_VOLATILE) {
6873 if (old_state == VM_PURGABLE_VOLATILE ||
6874 old_state == VM_PURGABLE_EMPTY) {
6904 if (old_state == VM_PURGABLE_EMPTY &&
6921 if (old_state == VM_PURGABLE_NONVOLATILE ||
6922 old_state
[all...]
/macosx-10.10.1/xnu-2782.1.97/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.10.1/dcerpc-61/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.10.1/xnu-2782.1.97/osfmk/kern/
H A Dkpc_common.c93 boolean_t old_state = kpc_get_force_all_ctrs(); local
103 if (old_state == new_state)
/macosx-10.10.1/ppp-786.1.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.c1166 int old_state; local
1221 old_state = cstate->serverstate;
1223 if (old_state == EAPSS_INITIAL_CHAL) {
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c1524 uint32_t old_state = 0; local
1538 old_state = decmpfs_fast_get_state(cp);
1540 switch(old_state) {
/macosx-10.10.1/Heimdal-398.1.2/appl/xnlock/
H A Dxnlock.c654 int old_state = state; local
691 if(old_state == IS_MOVING)
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dprinters.c2532 ipp_pstate_t old_state; /* Old printer state */ local
2545 old_state = p->state;
2548 if (old_state != s)
2572 if (old_state != s)
2603 (old_state == IPP_PRINTER_STOPPED) != (s == IPP_PRINTER_STOPPED))
/macosx-10.10.1/gnutar-453/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 390 milliseconds