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

123456

/macosx-10.9.5/xnu-2422.115.4/libsyscall/mach/
H A Dexc_catcher_state.c49 int *flavor,
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.c51 int *flavor,
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/xnu-2422.115.4/osfmk/i386/
H A Dmachine_task.c66 int flavor,
70 switch (flavor) {
116 if ((tstate->dsh.flavor == x86_DEBUG_STATE32) &&
128 } else if ((tstate->dsh.flavor == x86_DEBUG_STATE64) &&
155 int flavor,
159 switch (flavor) {
202 tstate->dsh.flavor = x86_DEBUG_STATE64;
211 tstate->dsh.flavor = x86_DEBUG_STATE32;
267 int flavor; local
271 flavor
64 machine_task_set_state( task_t task, int flavor, thread_state_t state, mach_msg_type_number_t state_count) argument
154 machine_task_get_state(task_t task, int flavor, thread_state_t state, mach_msg_type_number_t *state_count) argument
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dmkpkg4 # Usage: mkpkg [--debug] [--flavor flavor] [--platform platform] [--osversion ver]
15 usage="usage: mkpkg [--debug] [--flavor flavor] [--platform platform] [--osversion ver]"
17 flavor=vanilla
26 --flavor=?*)
27 flavor=`echo "$1" | sed -n 's/^--flavor=\(.*\)/\1/p'`
28 PPVARS="${PPVARS}${PPVARS+$space}flavor=$flavor"
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dthread_act.defs95 flavor : int;
110 flavor : int;
124 flavor : thread_state_flavor_t;
139 flavor : thread_state_flavor_t;
215 flavor : thread_flavor_t;
271 flavor : thread_policy_flavor_t;
276 flavor : thread_policy_flavor_t;
H A Dprocessor_set.defs79 flavor : processor_set_flavor_t;
134 flavor : processor_set_flavor_t;
157 flavor : int;
H A Dclock_priv.defs66 in flavor : clock_flavor_t;
H A Dexc.defs99 inout flavor : int;
115 inout flavor : int;
H A Dmach_exc.defs99 inout flavor : int;
115 inout flavor : int;
H A Dclock.defs67 in flavor : clock_flavor_t;
H A Dmach_host.defs96 flavor : host_flavor_t;
139 flavor : processor_flavor_t;
233 flavor : host_flavor_t;
251 flavor : host_flavor_t;
H A Dprocessor.defs96 flavor : processor_flavor_t;
H A Dtask.defs123 flavor : task_flavor_t;
131 flavor : task_flavor_t;
188 * by flavor and new_state. Returns the port representing
198 flavor : thread_state_flavor_t;
282 flavor : task_policy_flavor_t;
287 flavor : task_policy_flavor_t;
408 flavor : thread_state_flavor_t;
417 flavor : thread_state_flavor_t;
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dmachine.h77 processor_flavor_t flavor,
83 processor_flavor_t flavor,
H A Dexception.c137 int flavor; local
183 flavor = excp->flavor;
202 state_cnt = _MachineStateCount[flavor];
203 kr = thread_getstatus(thread, flavor,
212 &flavor,
219 &flavor,
224 kr = thread_setstatus(thread, flavor,
257 state_cnt = _MachineStateCount[flavor];
258 kr = thread_getstatus(thread, flavor,
[all...]
H A Dthread_act.c395 thread_flavor_t flavor,
408 thread, flavor, thread_info_out, thread_info_count);
420 int flavor,
440 thread, flavor, state, state_count);
452 thread, flavor, state, state_count);
469 int flavor,
490 thread, flavor, state, state_count);
502 thread, flavor, state, state_count);
519 int flavor,
526 int flavor,
393 thread_info( thread_t thread, thread_flavor_t flavor, thread_info_t thread_info_out, mach_msg_type_number_t *thread_info_count) argument
418 thread_get_state( register thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t *state_count) argument
467 thread_set_state_internal( register thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t state_count, boolean_t from_user) argument
524 thread_set_state( register thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t state_count) argument
534 thread_set_state_from_user( register thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t state_count) argument
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
862 act_set_state( thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t count) argument
876 act_set_state_from_user( thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t count) argument
890 act_get_state( thread_t thread, int flavor, thread_state_t state, mach_msg_type_number_t *count) argument
[all...]
H A Dexception.h46 thread_state_flavor_t flavor; /* state flavor to send */ member in struct:exception_action
H A Dexc_resource.h49 * |[63:61] type | [60:58] flavor | [57:0] type-specific data |
54 /* EXC_RESOURCE type and flavor decoding routines */
164 /* EXC_RESOURCE type and flavor encoding macros */
167 #define EXC_RESOURCE_ENCODE_FLAVOR(code, flavor) \
168 ((code) |= (((uint64_t)(flavor) & 0x7ULL) << 58))
H A Dprocessor.c273 processor_flavor_t flavor,
276 switch (flavor) {
287 return (cpu_info_count(flavor, count));
297 processor_flavor_t flavor,
310 switch (flavor) {
415 result = cpu_info(flavor, cpu_id, info, count);
586 int flavor,
594 if (flavor == PROCESSOR_SET_BASIC_INFO) {
608 else if (flavor == PROCESSOR_SET_TIMESHARE_DEFAULT) {
621 else if (flavor
272 processor_info_count( processor_flavor_t flavor, mach_msg_type_number_t *count) argument
295 processor_info( register processor_t processor, processor_flavor_t flavor, host_t *host, processor_info_t info, mach_msg_type_number_t *count) argument
584 processor_set_info( processor_set_t pset, int flavor, host_t *host, processor_set_info_t info, mach_msg_type_number_t *count) argument
712 processor_set_statistics( processor_set_t pset, int flavor, processor_set_info_t info, mach_msg_type_number_t *count) argument
1009 processor_set_policy_control( __unused processor_set_t pset, __unused int flavor, __unused processor_set_info_t policy_info, __unused mach_msg_type_number_t count, __unused boolean_t change) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/
H A Dpipes_fill_procinfo_11179336.c15 int proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
18 int flavor = PROC_PIDFDPIPEINFO; local
19 int nv = proc_pidfdinfo(mypid, pipe_fds[0], flavor, (void *) &pdinfo, sizeof(pdinfo));
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtest_get_wstr.c92 ShowFlavor(WINDOW *strwin, WINDOW *txtwin, int flavor, int limit) argument
99 switch (flavor) {
143 int flavor = 0; local
188 actual = ShowFlavor(strwin, txtwin, flavor, limit);
237 actual = ShowFlavor(strwin, txtwin, flavor, --limit);
245 actual = ShowFlavor(strwin, txtwin, flavor, ++limit);
250 if (flavor > 0) {
251 actual = ShowFlavor(strwin, txtwin, --flavor, limit);
259 if (flavor + 1 < eMaxFlavor) {
260 actual = ShowFlavor(strwin, txtwin, ++flavor, limi
[all...]
H A Dtest_getstr.c93 ShowFlavor(WINDOW *strwin, WINDOW *txtwin, int flavor, int limit) argument
100 switch (flavor) {
144 int flavor = 0; local
190 actual = ShowFlavor(strwin, txtwin, flavor, limit);
239 actual = ShowFlavor(strwin, txtwin, flavor, --limit);
247 actual = ShowFlavor(strwin, txtwin, flavor, ++limit);
252 if (flavor > 0) {
253 actual = ShowFlavor(strwin, txtwin, --flavor, limit);
261 if (flavor + 1 < eMaxFlavor) {
262 actual = ShowFlavor(strwin, txtwin, ++flavor, limi
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/thread_get_state_11918811_src/
H A Dthread_get_state.c130 thread_state_flavor_t flavor; local
132 flavor = flavors[(i + iteration) % flcount];
134 kret = thread_get_state(thread, flavor, (thread_state_t)state, &count);
136 errx(1, "thread_get_state(%d): %s (%d)", flavor, mach_error_string(kret), kret);
152 int *flavor,
171 int *flavor,
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/libsyscall/wrappers/libproc/
H A Dlibproc.h94 int proc_pidinfo(int pid, int flavor, uint64_t arg, void *buffer, int buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
95 int proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_2_0);
96 int proc_pidfileportinfo(int pid, uint32_t fileport, int flavor, void *buffer, int buffersize) __OSX_AVAILABLE_STARTING(__MAC_10_7, __IPHONE_4_3);
108 int proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0);
/macosx-10.9.5/cctools-845/libstuff/
H A Dswap_headers.c99 uint32_t flavor, count; local
384 flavor = *((uint32_t *)state);
388 switch(flavor){
394 "flavor number %lu which is a M68K_THREAD_"
395 "STATE_REGS flavor in %s command %lu)",
408 "flavor number %lu which is a M68K_THREAD_"
409 "STATE_68882 flavor in %s command %lu)",
422 "flavor number %lu which is a M68K_THREAD_"
423 "STATE_USER_REG flavor in %s command %lu)",
435 "flavor
[all...]

Completed in 305 milliseconds

123456