Searched refs:flavor (Results 26 - 50 of 65) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_protocol.h122 KDPERR_BADFLAVOR /* bad flavor in w/r regs */
268 unsigned flavor; member in struct:__anon806
283 unsigned flavor; member in struct:__anon808
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dspawn_internal.h68 thread_state_flavor_t flavor; member in struct:_ps_port_action
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c362 __unused int *flavor,
377 __unused int *flavor,
394 __unused int *flavor,
411 __unused int *flavor,
357 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
372 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
387 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
404 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.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_policy.c44 thread_policy_flavor_t flavor,
67 switch (flavor) {
308 thread_policy_flavor_t flavor,
326 switch (flavor) {
42 thread_policy_set( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t count) argument
306 thread_policy_get( thread_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
H A Dipc_tt.c191 task->exc_actions[i].flavor =
192 parent->exc_actions[i].flavor;
1497 * Sets the thread/task exception port, flavor and
1564 thread->exc_actions[i].flavor = new_flavor;
1628 task->exc_actions[i].flavor = new_flavor;
1650 * Sets the thread/task exception port, flavor and
1729 thread->exc_actions[i].flavor == flavors[j] ) {
1740 flavors[j] = thread->exc_actions[i].flavor;
1747 thread->exc_actions[i].flavor = new_flavor;
1825 task->exc_actions[i].flavor
[all...]
H A Dthread.c740 int flavor,
756 thread, flavor, new_state, new_state_count);
873 thread_flavor_t flavor,
883 if (flavor == THREAD_BASIC_INFO) {
958 if (flavor == THREAD_SCHED_TIMESHARE_INFO) {
997 if (flavor == THREAD_SCHED_FIFO_INFO) {
1004 if (flavor == THREAD_SCHED_RR_INFO) {
738 thread_create_running( register task_t task, int flavor, thread_state_t new_state, mach_msg_type_number_t new_state_count, thread_t *new_thread) argument
871 thread_info_internal( register thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count) argument
H A Dclock.h64 clock_flavor_t flavor,
H A Dprocessor.h233 processor_flavor_t flavor,
H A Dtask.c235 /* FIXME: On x86, the thread save state flavor can diverge from the
1166 task_flavor_t flavor,
1173 switch (flavor) {
1183 task_flavor_t flavor,
1190 switch (flavor) {
1205 if (flavor == TASK_BASIC2_INFO_32) {
1207 * The "BASIC2" flavor gets the maximum resident
1164 task_set_info( task_t task, task_flavor_t flavor, __unused task_info_t task_info_in, __unused mach_msg_type_number_t task_info_count) argument
1181 task_info( task_t task, task_flavor_t flavor, task_info_t task_info_out, mach_msg_type_number_t *task_info_count) argument
H A Dkmod.c1102 kmod_control_flavor_t flavor,
1110 if (flavor != KMOD_CNTL_GET_KERNEL_SYMBOLS &&
1111 flavor != KMOD_CNTL_GET_UUID) {
1116 switch (flavor) {
1121 rc = kmod_start_or_stop(id, (flavor == KMOD_CNTL_START),
1100 kmod_control(host_priv_t host_priv, kmod_t id, kmod_control_flavor_t flavor, kmod_args_t *data, mach_msg_type_number_t *dataCount) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_thread_i386.c59 thread_flavor_t flavor,
69 return machine_thread_get_state(thread, flavor, tstate, count);
86 return machine_thread_get_state(thread, flavor, tstate, count);
89 return machine_thread_get_kern_state(thread, flavor, tstate, count);
93 return machine_thread_get_state(thread, flavor, tstate, count);
101 thread_flavor_t flavor,
107 return machine_thread_set_state(thread, flavor, tstate, count);
57 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
99 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.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c113 boolean_t flavor; local
128 flavor = (((unsigned int)regs->save_r0) == 0)? 1: 0;
130 if (flavor)
136 #pragma unused(flavor)
834 boolean_t flavor; local
850 flavor = (((unsigned int)regs->save_r0) == 0)? 1: 0;
852 if (flavor)
858 #pragma unused(flavor)
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c205 __unused unsigned int flavor,
212 switch (flavor) {
227 dprintf(("kdp_readregs bad flavor %d\n", flavor));
236 unsigned int flavor,
241 switch (flavor) {
253 dprintf(("kdp_writeregs bad flavor %d\n"));
203 kdp_machine_read_regs( __unused unsigned int cpu, __unused unsigned int flavor, char *data, __unused int *size ) argument
234 kdp_machine_write_regs( __unused unsigned int cpu, unsigned int flavor, char *data, __unused int *size ) argument
H A Dkdp_vm.c69 int flavor; /* the number for this flavor */ member in struct:__anon835
70 mach_msg_type_number_t count; /* count of ints in this flavor */
232 * thread state flavor.
244 if (flavors[i].flavor == x86_THREAD_STATE32) {
259 flavors[i].flavor, (thread_state_t) (header+hoffset),
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.c92 extern kern_return_t thread_setstatus(thread_t thread, int flavor,
1081 int flavor; local
1094 flavor = *ts++;
1103 * based on the value of flavor.
1105 ret = thread_setstatus(thread, flavor, (thread_state_t)ts, size);
1126 int flavor; local
1130 flavor = *ts++;
1140 * the value of flavor.
1142 ret = thread_userstack(thread, flavor, (thread_state_t)ts, size, user_stack, customstack);
1162 int flavor; local
[all...]
H A Dkern_core.c67 int flavor; /* the number for this flavor */ member in struct:__anon142
68 mach_msg_type_number_t count; /* count of ints in this flavor */
112 kern_return_t thread_getstatus(register thread_t act, int flavor,
148 * thread state flavor.
154 thread_getstatus(th_act, flavors[i].flavor,
H A Dkern_sig.c183 static void psignal_internal(proc_t p, task_t task, thread_t thread, int flavor, int signum);
1519 psignal_internal(proc_t p, task_t task, thread_t thread, int flavor, int signum) argument
1549 if (flavor & PSIG_VFORK) {
1553 } else if (flavor & PSIG_THREAD) {
1575 if( (flavor & (PSIG_VFORK | PSIG_THREAD)) == 0) {
1580 if ((flavor & PSIG_LOCKED)== 0)
1594 if (((flavor & PSIG_VFORK) == 0) && ((sig_proc->p_lflag & P_LTRACED) == 0) && (sig_proc->p_sigignore & mask)) {
1599 if (flavor & PSIG_VFORK) {
1603 } else if (flavor & PSIG_THREAD) {
1624 if ((flavor
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstatus.c82 * Maps state flavor to number of words in the state:
104 thread_flavor_t flavor,
125 switch (flavor) {
430 thread_flavor_t flavor,
446 switch (flavor) {
664 thread_flavor_t flavor,
681 // dbgTrace((unsigned int)thr_act, (unsigned int)0 /*sv: was never set*/, flavor); /* (TEST/DEBUG) */
685 switch (flavor) { /* Validate the count before we do anything else */
737 switch (flavor) {
999 * flavor (i
102 machine_thread_get_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
428 machine_thread_get_kern_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t *count) argument
662 machine_thread_set_state( thread_t thread, thread_flavor_t flavor, thread_state_t tstate, mach_msg_type_number_t count) argument
1256 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t *user_stack, int *customstack ) argument
1412 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, unsigned int count, mach_vm_offset_t *entry_point ) argument
1491 ppc_checkthreadstate(void * tsptr, int flavor) argument
[all...]
H A Dvmachmon.h174 vmm_ret_parms64_t vmmrp64; /* 64-bit flavor */
175 vmm_ret_parms32_t vmmrp32; /* 32-bit flavor */
214 vmm_fastassist_state64_t vmmfs64; /* 64-bit flavor */
215 vmm_fastassist_state32_t vmmfs32; /* 32-bit flavor */
487 extern kern_return_t vmm_map_list(thread_t act, vmm_thread_index_t index, unsigned int cnt, unsigned int flavor);
488 extern kern_return_t vmm_unmap_list(thread_t act, vmm_thread_index_t index, unsigned int cnt, unsigned int flavor);
H A Dcpu.c935 processor_flavor_t flavor,
944 switch (flavor) {
981 processor_flavor_t flavor,
992 switch (flavor) {
1046 } /* flavor */
934 cpu_info_count( processor_flavor_t flavor, unsigned int *count) argument
980 cpu_info( processor_flavor_t flavor, int slot_num, processor_info_t info, unsigned int *count) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dbsd_i386.c118 int flavor,
128 switch (flavor) {
174 int flavor,
186 switch (flavor) {
116 thread_userstack( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, user_addr_t *user_stack, int *customstack ) argument
172 thread_entrypoint( __unused thread_t thread, int flavor, thread_state_t tstate, __unused unsigned int count, mach_vm_offset_t *entry_point ) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_thread.c470 thread_flavor_t flavor,
474 return thread_info(thread, flavor, thread_info_out, thread_info_count);
468 chudxnu_thread_info( thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c73 int flavor; /* the number for this flavor */ member in struct:__anon838
74 mach_msg_type_number_t count; /* count of ints in this flavor */
275 * thread state flavor.
282 if (machine_thread_get_kern_state(thread, flavors[i].flavor,
H A Dkdp_machdep.c241 unsigned int flavor,
246 switch (flavor) {
267 dprintf(("kdp_readregs bad flavor %d\n"));
373 unsigned int flavor,
378 switch (flavor) {
402 dprintf(("kdp_writeregs bad flavor %d\n"));
239 kdp_machine_read_regs( __unused unsigned int cpu, unsigned int flavor, char *data, int *size ) argument
371 kdp_machine_write_regs( __unused unsigned int cpu, unsigned int flavor, char *data, __unused int *size ) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1263 * a task's address map. Currently, only one flavor is
1270 * XXX Dependency: syscall_vm_region() also supports only one flavor.
1278 vm_region_flavor_t flavor, /* IN */
1294 if (VM_REGION_BASIC_INFO == flavor)
1295 flavor = VM_REGION_BASIC_INFO_64;
1299 flavor, info, count,
1311 * a task's address map. Currently, only one flavor is
1318 * XXX Dependency: syscall_vm_region() also supports only one flavor.
1326 vm_region_flavor_t flavor, /* IN */
1342 if (VM_REGION_BASIC_INFO == flavor)
1274 mach_vm_region( vm_map_t map, mach_vm_offset_t *address, mach_vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
1322 vm_region_64( vm_map_t map, vm_offset_t *address, vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
1359 vm_region( vm_map_t map, vm_address_t *address, vm_size_t *size, vm_region_flavor_t flavor, vm_region_info_t info, mach_msg_type_number_t *count, mach_port_t *object_name) argument
[all...]

Completed in 138 milliseconds

123