Lines Matching refs:of

6  * This file contains Original Code and/or Modifications of Original Code
10 * may not be used to create, or enable the creation or redistribution of,
11 * unlawful or unlicensed copies of an Apple operating system, or to
12 * circumvent, violate, or enable the circumvention or violation of, any
13 * terms of an Apple operating system software license agreement.
15 * Please obtain a copy of the License at
38 * notice and this permission notice appear in all copies of the
46 * Carnegie Mellon requests users of this software to return to
49 * School of Computer Science
59 * is included in support of clause 2.2 (b) of the Apple Public License,
77 type memory_object_fault_info_t = array[16] of integer_t;
84 type upl_page_info_t = struct[2] of integer_t;
85 type upl_page_info_array_t = array[*:256] of upl_page_info_t;
95 type mach_port_status_t = struct[10] of integer_t; /* obsolete */
99 * mach_port_limits_t (1 int). If new flavors of
100 * mach_port_{get,set}_attributes are added, the size of
104 type mach_port_info_t = array[*:10] of integer_t;
147 * a machine-dependent amount of data, defined in
153 type thread_state_t = array[*:THREAD_STATE_MAX] of natural_t;
155 type task_array_t = ^array[] of task_t;
156 type thread_array_t = ^array[] of thread_t;
157 type thread_act_array_t = ^array[] of thread_act_t;
158 type act_params_t = array[6] of int;
185 type xxx_vm_statistics_data_t = struct[13] of integer_t;
187 type vm_statistics_data_t = struct[15] of integer_t;
192 /* thread_info_t: this inline array can hold any of:
201 type thread_info_t = array[*:12] of integer_t;
204 type thread_policy_t = array[*:16] of integer_t;
206 /* task_info_t: this inline array can hold any of:
225 type task_info_t = array[*:32] of integer_t;
228 type task_policy_t = array[*:16] of integer_t;
276 type machine_info_data_t = struct[5] of integer_t;
277 type machine_slot_data_t = struct[8] of integer_t;
313 type host_info_t = array[*:18] of integer_t;
322 type host_info64_t = array[*:256] of integer_t;
331 type processor_array_t = ^array[] of processor_t;
341 type processor_info_t = array[*:12] of integer_t;
342 type processor_info_array_t = ^array[] of integer_t;
352 type processor_set_array_t = ^array[] of processor_set_t;
362 type processor_set_name_array_t = ^array[] of processor_set_name_t;
378 type processor_set_info_t = array[*:5] of integer_t;
385 type time_value_t = struct[2] of integer_t;
387 type mach_port_qos_t = struct[2] of integer_t;
389 type emulation_vector_t = ^array[] of vm_offset_t;
391 type inline_existence_map_t = array[*:512] of char;
398 type policy_base_t = array[*:5] of integer_t;
399 type policy_info_t = array[*:2] of integer_t;
400 type policy_limit_t = array[*:1] of integer_t;
409 type ledger_array_t = ^array[] of ledger_t;
415 type security_token_t = struct[2] of uint32_t;
416 type audit_token_t = struct[8] of uint32_t;
430 type memory_object_info_t = array[*:6] of int;
437 type vm_region_info_t = array[*:10] of int;
438 type vm_region_recurse_info_t = array[*:19] of int;
441 type vm_page_info_t = array[*:32] of int;
443 type mach_vm_read_entry_t = array[512] of mach_vm_offset_t;
444 type vm_read_entry_t = array[512] of vm_offset_t;
446 type vm32_read_entry_t = array[512] of vm32_offset_t;
455 array[*:32] of exception_handler_t;
458 array[*:32] of exception_behavior_t;
461 array[*:32] of thread_state_flavor_t;
464 array[*:32] of exception_mask_t;
495 type kmod_args_t = ^array[] of MACH_MSG_TYPE_BYTE