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
67 type zone_name_t = struct[80] of char; /* deprecated */
68 type zone_name_array_t = array[] of zone_name_t; /* deprecated */
70 type zone_info_t = struct[9] of integer_t; /* deprecated */
71 type zone_info_array_t = array[] of zone_info_t; /* deprecated */
73 type mach_zone_name_t = struct[80] of char;
74 type mach_zone_name_array_t = array[] of mach_zone_name_t;
76 type mach_zone_info_t = struct[8] of uint64_t;
77 type mach_zone_info_array_t = array[] of mach_zone_info_t;
79 type task_zone_info_t = struct[11] of uint64_t;
80 type task_zone_info_array_t = array[] of task_zone_info_t;
82 type hash_info_bucket_t = struct[1] of natural_t;
83 type hash_info_bucket_array_t = array[] of hash_info_bucket_t;
85 type ipc_info_space_t = struct[6] of natural_t;
87 type ipc_info_name_t = struct[7] of natural_t;
88 type ipc_info_name_array_t = array[] of ipc_info_name_t;
90 type ipc_info_tree_name_t = struct[9] of natural_t;
91 type ipc_info_tree_name_array_t = array[] of ipc_info_tree_name_t;
93 type vm_info_region_t = struct[10] of natural_t;
94 type vm_info_region_64_t = struct[11] of natural_t;
95 type mach_vm_info_region_t = struct[14] of natural_t;
97 type vm_info_object_t = struct[21] of natural_t;
98 type vm_info_object_array_t = ^array[] of vm_info_object_t;
100 type page_address_array_t = ^array[] of integer_t;
104 type lockgroup_info_t = struct[63] of integer_t;
105 type lockgroup_info_array_t = array[] of lockgroup_info_t;