Searched refs:get_default (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/xnu-2782.1.97/tools/tests/affinity/
H A Dtags.c62 boolean_t get_default = FALSE; local
68 (thread_policy_t) &policy, &count, &get_default);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread_policy.c927 boolean_t *get_default)
948 if (!(*get_default)) {
960 *get_default = TRUE;
987 if (!(*get_default)) {
999 *get_default = TRUE;
1005 if (*get_default) {
1026 if (!(*get_default)) {
1056 if (!(*get_default))
1081 if (!(*get_default)) {
1113 if (*get_default) {
922 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
[all...]
H A Dtask_policy.c493 boolean_t *get_default)
507 if (*get_default)
522 if (*get_default) {
556 if (*get_default) {
603 if (*get_default) {
488 task_policy_get( task_t task, task_policy_flavor_t flavor, task_policy_t policy_info, mach_msg_type_number_t *count, boolean_t *get_default) argument
/macosx-10.10/Heimdal-398.1.2/kadmin/
H A Dank.c42 get_default (kadm5_server_context *contextp, function
104 ret = get_default (kadm_handle, princ_ent, default_ent);
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dcreate_s.c39 get_default(kadm5_server_context *context, krb5_principal princ, function
82 ret = get_default(context, princ->principal, defent);
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dthread_act.defs284 inout get_default : boolean_t);
H A Dtask.defs289 inout get_default : boolean_t);
/macosx-10.10/xnu-2782.1.97/tools/tests/zero-to-n/
H A Dzero-to-n.c521 boolean_t get_default = FALSE; local
524 res = thread_policy_get(mach_thread_self(), THREAD_PRECEDENCE_POLICY, (thread_policy_t) &prec, &count, &get_default);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h228 kern_return_t (*thread_policy_get)(thread_t t, thread_policy_flavor_t flavor, thread_policy_t info, mach_msg_type_number_t *count, boolean_t *get_default);
/macosx-10.10/top-100.1.2/
H A Dlibtop.c1402 boolean_t get_default = FALSE; local
1408 kr = task_policy_get(task, TASK_POLICY_STATE, (task_info_t)&policy_state, &count, &get_default);
/macosx-10.10/cups-408/cups/scheduler/
H A Dipp.c90 static void get_default(cupsd_client_t *con);
520 get_default(con);
5738 * 'get_default()' - Get the default destination.
5742 get_default(cupsd_client_t *con) /* I - Client connection */ function
5748 cupsdLogMessage(CUPSD_LOG_DEBUG2, "get_default(%p[%d])", con, con->number);

Completed in 302 milliseconds