Searched refs:policy_infoCnt (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/sys/mach/ |
| HD | task_server.h | 470 (task, flavor, policy_info, policy_infoCnt) in task_policy_set() argument 474 mach_msg_type_number_t policy_infoCnt; 475 { return task_policy_set(task, flavor, policy_info, policy_infoCnt); } 481 mach_msg_type_number_t policy_infoCnt 493 (task, flavor, policy_info, policy_infoCnt, get_default) in task_policy_get() argument 497 mach_msg_type_number_t *policy_infoCnt; 499 { return task_policy_get(task, flavor, policy_info, policy_infoCnt, get_default); } 505 mach_msg_type_number_t *policy_infoCnt, 1266 (task, flavor, policy_info, policy_infoCnt) in task_policy_set() argument 1270 mach_msg_type_number_t policy_infoCnt; [all …]
|
| /NextBSD/sys/compat/mach/ |
| HD | mach_task.c | 81 mach_msg_type_number_t *policy_infoCnt, 91 mach_msg_type_number_t policy_infoCnt
|
| HD | task_server.c | 414 mach_msg_type_number_t policy_infoCnt; member 431 mach_msg_type_number_t policy_infoCnt; member 957 mach_msg_type_number_t policy_infoCnt; member 3846 …__NDR_convert__int_rep__Request__task_policy_set_t__policy_infoCnt(&In0P->policy_infoCnt, In0P->ND… in __MIG_check__Request__task_policy_set_t() 3849 if ( In0P->policy_infoCnt > 16 ) in __MIG_check__Request__task_policy_set_t() 3851 if (((msgh_size - (sizeof(__Request) - 64)) / 4 < In0P->policy_infoCnt) || in __MIG_check__Request__task_policy_set_t() 3852 (msgh_size != (sizeof(__Request) - 64) + _WALIGN_(4 * In0P->policy_infoCnt))) in __MIG_check__Request__task_policy_set_t() 3871 (task, flavor, policy_info, policy_infoCnt) in task_policy_set() argument 3875 mach_msg_type_number_t policy_infoCnt; 3876 { return task_policy_set(task, flavor, policy_info, policy_infoCnt); } [all …]
|
| /NextBSD/include/mach/ |
| HD | task.h | 467 (task, flavor, policy_info, policy_infoCnt) in task_policy_set() argument 471 mach_msg_type_number_t policy_infoCnt; 472 { return task_policy_set(task, flavor, policy_info, policy_infoCnt); } 478 mach_msg_type_number_t policy_infoCnt 490 (task, flavor, policy_info, policy_infoCnt, get_default) in task_policy_get() argument 494 mach_msg_type_number_t *policy_infoCnt; 496 { return task_policy_get(task, flavor, policy_info, policy_infoCnt, get_default); } 502 mach_msg_type_number_t *policy_infoCnt, 1173 mach_msg_type_number_t policy_infoCnt; member 1190 mach_msg_type_number_t policy_infoCnt; member [all …]
|