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

123

/macosx-10.10/xnu-2782.1.97/libsyscall/mach/
H A Dexc_catcher_state.c52 thread_state_t new_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.c54 thread_state_t new_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.10/groff-38/groff/src/devices/xditview/
H A Dparse.c197 DviState *new_state; local
199 new_state = (DviState *) XtMalloc (sizeof (*new_state));
201 *new_state = *(dw->dvi.state);
203 new_state->font_size = 10;
204 new_state->font_number = 1;
205 new_state->x = 0;
206 new_state->y = 0;
208 new_state->next = dw->dvi.state;
209 dw->dvi.state = new_state;
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dexc.defs101 out new_state : thread_state_t);
117 out new_state : thread_state_t);
H A Dmach_exc.defs101 out new_state : thread_state_t);
117 out new_state : thread_state_t);
H A Dthread_act.defs117 new_state : thread_state_t);
146 new_state : thread_state_t);
H A Dtask.defs188 * by flavor and new_state. Returns the port representing
199 new_state : thread_state_t;
418 new_state : thread_state_t);
/macosx-10.10/configd-699.1.5/nwi/
H A Dnetwork_information_priv.c366 nwi_state_t new_state)
371 if (new_state == NULL) {
375 if (new_state->ipv4_count) {
376 for (i = 0, scan = new_state->nwi_ifstates;
377 i < new_state->ipv4_count; i++, scan++) {
383 if (new_state->ipv6_count) {
384 for (i = 0, scan = new_state->nwi_ifstates + new_state->ipv6_start;
385 i < new_state->ipv6_count; i++, scan++) {
423 nwi_state_diff(nwi_state_t old_state, nwi_state_t new_state) argument
365 nwi_state_merge_added(nwi_state_t state, nwi_state_t old_state, nwi_state_t new_state) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Drandom.c328 register long int *new_state = (long int *) arg_state;
329 register int type = new_state[0] % MAX_TYPES;
330 register int rear = new_state[0] / MAX_TYPES;
355 state = &new_state[1];
325 register long int *new_state = (long int *) arg_state; local
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Drandom.c305 register long int *new_state = (long int *) arg_state;
306 register int type = new_state[0] % MAX_TYPES;
307 register int rear = new_state[0] / MAX_TYPES;
332 state = &new_state[1];
302 register long int *new_state = (long int *) arg_state; local
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/compat/
H A Drandom.c312 register long *new_state = (long *)arg_state; local
313 register int type = new_state[0] % MAX_TYPES;
314 register int rear = new_state[0] / MAX_TYPES;
335 state = &new_state[1];
/macosx-10.10/xnu-2782.1.97/osfmk/pmc/
H A Dpmc.c1203 uint32_t new_state = PMC_STATE(PMC_STATE_STATE_INVALID, 0, 0); local
1213 new_state = PMC_STATE_MODIFY(current_state, 0, 0, PMC_STATE_FLAGS_STOPPING);
1217 new_state = PMC_STATE_MOVE(current_state, PMC_STATE_STATE_CAN_RUN, 0, 0, 0);
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);
1235 new_state = PMC_STATE_MODIFY(current_state, 0, PMC_STATE_FLAGS_STOPPING, 0);
1243 new_state = PMC_STATE_MOVE(current_state, PMC_STATE_STATE_DEALLOC, 0, 0, 0);
1253 new_state = PMC_STATE_MODIFY(current_state, 0, PMC_STATE_FLAGS_DEALLOCING, PMC_STATE_FLAGS_STOPPING);
1259 new_state = PMC_STATE_MODIFY(current_state, 0, PMC_STATE_FLAGS_DEALLOCING, 0);
1262 new_state
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c435 uint32_t *new_state = (uint32_t *)arg_state; local
436 uint32_t type = new_state[0] % MAX_TYPES;
437 uint32_t rear = new_state[0] / MAX_TYPES;
458 state = new_state + 1;
/macosx-10.10/ntp-92/libntp/
H A Dntp_random.c407 register long *new_state = (long *) arg_state; local
408 register long type = new_state[0] % MAX_TYPES;
409 register long rear = new_state[0] / MAX_TYPES;
430 state = (long *) (new_state + 1);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A Dsecasn1e.c124 sec_asn1e_state *state, *new_state; local
128 new_state = (sec_asn1e_state*)PORT_ArenaZAlloc (cx->our_pool,
129 sizeof(*new_state));
130 if (new_state == NULL) {
135 new_state->top = cx;
136 new_state->parent = state;
137 new_state->theTemplate = theTemplate;
138 new_state->place = notInUse;
140 new_state->src = (char *)src + theTemplate->offset;
143 new_state
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dsecasn1e.c124 sec_asn1e_state *state, *new_state; local
128 new_state = (sec_asn1e_state*)PORT_ArenaZAlloc (cx->our_pool,
129 sizeof(*new_state));
130 if (new_state == NULL) {
135 new_state->top = cx;
136 new_state->parent = state;
137 new_state->theTemplate = theTemplate;
138 new_state->place = notInUse;
140 new_state->src = (char *)src + theTemplate->offset;
143 new_state
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1e.c124 sec_asn1e_state *state, *new_state; local
128 new_state = (sec_asn1e_state*)PORT_ArenaZAlloc (cx->our_pool,
129 sizeof(*new_state));
130 if (new_state == NULL) {
135 new_state->top = cx;
136 new_state->parent = state;
137 new_state->theTemplate = theTemplate;
138 new_state->place = notInUse;
140 new_state->src = (char *)src + theTemplate->offset;
143 new_state
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1e.c124 sec_asn1e_state *state, *new_state; local
128 new_state = (sec_asn1e_state*)PORT_ArenaZAlloc (cx->our_pool,
129 sizeof(*new_state));
130 if (new_state == NULL) {
135 new_state->top = cx;
136 new_state->parent = state;
137 new_state->theTemplate = theTemplate;
138 new_state->place = notInUse;
140 new_state->src = (char *)src + theTemplate->offset;
143 new_state
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dkpc_x86.c306 uint32_t new_state = *(uint32_t*)vstate; local
308 set_running_fixed((new_state & KPC_CLASS_FIXED_MASK) != 0);
309 set_running_configurable((new_state & KPC_CLASS_CONFIGURABLE_MASK) != 0);
525 kpc_set_running(uint32_t new_state) argument
530 mp_cpus_call( CPUMASK_ALL, ASYNC, kpc_set_running_mp_call, &new_state );
532 kpc_running = new_state;
/macosx-10.10/cups-408/cups/backend/
H A Dsnmp-supplies.c239 new_state, /* New state value */ local
366 new_state = (packet.object_value.string.bytes[0] << 8) |
369 new_state = (packet.object_value.string.bytes[0] << 8);
371 new_state = 0;
376 change_state = current_state ^ new_state;
378 fprintf(stderr, "DEBUG: new_state=%x, change_state=%x\n", new_state,
387 (new_state & printer_states[i].bit) ? '+' : '-',
391 current_state = new_state;
/macosx-10.10/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c366 __unused thread_state_t new_state,
381 __unused thread_state_t new_state,
398 __unused thread_state_t new_state,
415 __unused thread_state_t new_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/OpenSSL098-52/src/ssl/
H A Ds23_srvr.c146 int new_state,state; local
217 new_state=s->state;
220 s->state=new_state;
H A Ds23_clnt.c94 int new_state,state; local
185 new_state=s->state;
188 s->state=new_state;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dkpc_common.c92 boolean_t new_state = val ? TRUE : FALSE; local
103 if (old_state == new_state)
112 pm_handler( new_state ? FALSE : TRUE );
/macosx-10.10/emacs-93/emacs/src/
H A Dw32inevt.c484 w32_console_toggle_lock_key (int vk_code, Lisp_Object new_state) argument
488 if (NILP (new_state)
489 || (NUMBERP (new_state)
490 && ((XUINT (new_state)) & 1) != cur_state))

Completed in 1298 milliseconds

123