Searched refs:tstate (Results 1 - 20 of 20) sorted by last modified time

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread.h671 thread_state_t tstate,
779 thread_state_t tstate,
785 thread_state_t tstate,
940 thread_state_t tstate);
944 thread_state_t tstate);
H A Dthread_act.c641 thread_state_t tstate,
645 return (thread_set_state(thread, flavor, tstate, count));
657 thread_state_t tstate,
660 return (thread_get_state(thread, flavor, tstate, count));
638 thread_setstatus( register thread_t thread, int flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
654 thread_getstatus( register thread_t thread, int flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/
H A Dchud_xnu.h82 extern kern_return_t chudxnu_thread_get_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, boolean_t user_only);
83 extern kern_return_t chudxnu_thread_set_state(thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count, boolean_t user_only);
188 typedef kern_return_t (*chudxnu_cpu_timer_callback_func_t)(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
204 typedef kern_return_t (*chudxnu_trap_callback_func_t)(uint32_t trapentry, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
219 typedef kern_return_t (*chudxnu_interrupt_callback_func_t)(uint32_t trapentry, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
224 typedef kern_return_t (*chudxnu_perfmon_ast_callback_func_t)(thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
230 typedef kern_return_t (*chudxnu_cpusig_callback_func_t)(int request, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count);
/macosx-10.10.1/xnu-2782.1.97/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c225 thread_state_t tstate, mach_msg_type_number_t count);
229 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
324 static kern_return_t chud_null_ast(thread_flavor_t flavor, thread_state_t tstate,
329 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
429 thread_state_t tstate, mach_msg_type_number_t count);
433 thread_state_t tstate __unused, mach_msg_type_number_t count __unused) {
H A Dchud_thread_i386.c56 thread_state_t tstate,
65 return machine_thread_get_state(thread, flavor, tstate, count);
82 return machine_thread_get_state(thread, flavor, tstate, count);
85 return machine_thread_get_kern_state(thread, flavor, tstate, count);
89 return machine_thread_get_state(thread, flavor, tstate, count);
98 thread_state_t tstate,
103 return machine_thread_set_state(thread, flavor, tstate, count);
53 chudxnu_thread_get_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count, boolean_t user_only) argument
95 chudxnu_thread_set_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count, boolean_t user_only) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c5988 uint32_t tstate = 0; local
6006 tstate |= DBG_HFS_UPDATE_ACCTIME;
6008 tstate |= DBG_HFS_UPDATE_MODTIME;
6010 tstate |= DBG_HFS_UPDATE_CHGTIME;
6013 tstate |= DBG_HFS_UPDATE_MODIFIED;
6015 tstate |= DBG_HFS_UPDATE_FORCE;
6017 tstate |= DBG_HFS_UPDATE_DATEADDED;
6051 KERNEL_DEBUG_CONSTANT(HFSDBG_UPDATE | DBG_FUNC_START, VM_KERNEL_ADDRPERM(vp), tstate, 0, 0, 0);
6054 KERNEL_DEBUG_CONSTANT(HFSDBG_UPDATE | DBG_FUNC_END, VM_KERNEL_ADDRPERM(vp), tstate, error, -1, 0);
6093 KERNEL_DEBUG_CONSTANT(HFSDBG_UPDATE | DBG_FUNC_END, VM_KERNEL_ADDRPERM(vp), tstate, erro
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_core.c100 thread_state_t tstate, mach_msg_type_number_t *count);
/macosx-10.10.1/top-100.1.2/
H A Dlibtop.c1679 uint32_t tstate; local
1680 tstate = libtop_p_mach_state_order(info.run_state, info.sleep_time);
1681 if (tstate < *state) {
1682 *state = tstate;
1683 pinfo->psamp.state = tstate;
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c711 copyfile_state_t tstate = copyfile_state_alloc(); local
712 if (tstate == NULL) {
717 tstate->statuscb = s->statuscb;
718 tstate->ctx = s->ctx;
721 copyfile_state_free(tstate);
728 tstate->internal_flags |= cfDelayAce;
747 rv = (*status)(COPYFILE_RECURSE_ERROR, COPYFILE_ERR, tstate, ftsent->fts_path, dstfile, s->ctx);
767 rv = (*status)(cmd, COPYFILE_START, tstate, ftsent->fts_path, dstfile, s->ctx);
772 rv = (*status)(0, COPYFILE_ERR, tstate, ftsent->fts_path, dstfile, s->ctx);
785 rv = copyfile(ftsent->fts_path, dstfile, tstate, tmp_flag
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c95 thread_state_t tstate,
109 state25 = (x86_thread_state32_t *) tstate;
127 state25 = (x86_thread_state64_t *) tstate;
171 thread_state_t tstate,
187 state25 = (i386_thread_state_t *) tstate;
196 state25 = (x86_thread_state64_t *) tstate;
92 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *user_stack, int *customstack ) argument
168 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *entry_point ) argument
H A Dmachine_task.c77 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
80 (!debug_state_is_valid32(tstate))) {
88 copy_debug_state32(tstate, (x86_debug_state32_t*) task->task_debug, FALSE);
95 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
99 (!debug_state_is_valid64(tstate))) {
107 copy_debug_state64(tstate, (x86_debug_state64_t*) task->task_debug, FALSE);
114 x86_debug_state_t *tstate = (x86_debug_state_t*) state; local
120 if ((tstate->dsh.flavor == x86_DEBUG_STATE32) &&
121 (tstate->dsh.count == x86_DEBUG_STATE32_COUNT) &&
123 debug_state_is_valid32(&tstate
166 x86_debug_state32_t *tstate = (x86_debug_state32_t*) state; local
183 x86_debug_state64_t *tstate = (x86_debug_state64_t*) state; local
200 x86_debug_state_t *tstate = (x86_debug_state_t*)state; local
[all...]
H A Dpcb_native.c246 thread_set_wq_state32(thread_t thread, thread_state_t tstate) argument
257 state = (x86_thread_state32_t *)tstate;
290 thread_set_wq_state64(thread_t thread, thread_state_t tstate) argument
298 state = (x86_thread_state64_t *)tstate;
H A Dfpu.c427 thread_state_t tstate,
444 state = (x86_float_state64_t *)tstate;
558 thread_state_t tstate,
574 state = (x86_float_state64_t *)tstate;
425 fpu_set_fxstate( thread_t thr_act, thread_state_t tstate, thread_flavor_t f) argument
556 fpu_get_fxstate( thread_t thr_act, thread_state_t tstate, thread_flavor_t f) argument
H A Dpcb.c796 thread_state_t tstate,
811 state = (x86_saved_state32_t *) tstate;
876 state = (x86_saved_state64_t *) tstate;
942 return fpu_set_fxstate(thr_act, tstate, flavor);
953 return fpu_set_fxstate(thr_act, tstate, flavor);
963 state = (x86_float_state_t *)tstate;
983 return fpu_set_fxstate(thr_act, tstate, flavor);
994 return fpu_set_fxstate(thr_act, tstate, flavor);
1004 state = (x86_avx_state_t *)tstate;
1030 return set_thread_state32(thr_act, (x86_thread_state32_t *)tstate);
793 machine_thread_set_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
1132 machine_thread_get_state( thread_t thr_act, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
1527 machine_thread_get_kern_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/i386/
H A Dkdp_x86_common.c661 char tstate[tstate_size]; local
663 kern_collectth_state (current_thread(), tstate, tstate_size); local
670 if ((ret = kdp_send_crashdump_data (KDP_DATA, NULL, tstate_size, tstate)) < 0) {
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/i386/
H A Dunix_signal.c67 thread_state_t tstate, mach_msg_type_number_t *count);
69 thread_state_t tstate, mach_msg_type_number_t count);
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c103 x86_thread_state64_t *tstate = (x86_thread_state64_t *) ((uintptr_t)buffer + hoffset); local
107 bzero(tstate, x86_THREAD_STATE64_COUNT * sizeof(int));
109 tstate->rax = cpstate->rax;
110 tstate->rbx = cpstate->rbx;
111 tstate->rcx = cpstate->rcx;
112 tstate->rdx = cpstate->rdx;
113 tstate->rdi = cpstate->rdi;
114 tstate->rsi = cpstate->rsi;
115 tstate->rbp = cpstate->rbp;
116 tstate
142 void *tstate = (void *)((uintptr_t)buffer + hoffset); local
[all...]
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.c101 register struct cstate *tstate = comp->tstate; local
108 bzero((char *)comp->tstate, sizeof(comp->tstate));
112 tstate[i].cs_id = i;
113 tstate[i].cs_next = &tstate[i - 1];
115 tstate[0].cs_next = &tstate[max_state];
116 tstate[
[all...]
H A Dslcompress.h159 struct cstate *last_cs; /* most recently used tstate */
173 struct cstate tstate[MAX_STATES]; /* xmit connection states */ member in struct:slcompress
/macosx-10.10.1/adv_cmds-158/ps/
H A Dtasks.c203 int tstate; local
223 tstate = mach_state_order(ki->thval[j].tb.run_state,
225 if (tstate < ki->state)
226 ki->state = tstate;

Completed in 244 milliseconds