Searched refs:user_only (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/chud/i386/
H A Dchud_thread_i386.c58 boolean_t user_only)
60 if (user_only) {
100 boolean_t user_only)
102 #pragma unused (user_only)
476 boolean_t user_only,
494 if(user_only) {
558 if(user_only) {
570 if (user_only) {
721 boolean_t user_only)
723 return chudxnu_thread_get_callstack64_internal(thread, callstack, count, user_only,
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
472 chudxnu_thread_get_callstack64_internal( thread_t thread, uint64_t *callstack, mach_msg_type_number_t *count, boolean_t user_only, boolean_t kern_only) argument
717 chudxnu_thread_get_callstack64( thread_t thread, uint64_t *callstack, mach_msg_type_number_t *count, boolean_t user_only) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/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);
85 extern kern_return_t chudxnu_thread_get_callstack64(thread_t thread, uint64_t *callStack, mach_msg_type_number_t *count, boolean_t user_only);
86 extern kern_return_t chudxnu_thread_get_callstack64_kperf(thread_t thread, uint64_t *callStack, mach_msg_type_number_t *count, boolean_t user_only);
262 extern kern_return_t chudxnu_thread_get_callstack(thread_t thread, uint32_t *callStack, mach_msg_type_number_t *count, boolean_t user_only);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dotp.c1275 char *user_only = NULL; local
1289 r = _plug_parseuser(sparams->utils, &user_only, &realm, sparams->user_realm,
1297 r = _plug_make_fulluser(sparams->utils, &user, user_only, realm);
1377 if (user_only) _plug_free_string(sparams->utils, &user_only);
H A Dsrp.c2200 char *user_only = NULL; local
2215 r = _plug_parseuser(sparams->utils, &user_only, &realm, sparams->user_realm,
2224 r = _plug_make_fulluser(sparams->utils, &user, user_only, realm);
2334 if (user_only) _plug_free_string(sparams->utils, &user_only);

Completed in 117 milliseconds