• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/osfmk/mach_debug/

Lines Matching refs:type

59  *	Mach kernel debugging interface type declarations
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;
86 type ipc_info_space_basic_t = struct[6] of natural_t;
88 type ipc_info_name_t = struct[7] of natural_t;
89 type ipc_info_name_array_t = array[] of ipc_info_name_t;
91 type ipc_info_tree_name_t = struct[9] of natural_t;
92 type ipc_info_tree_name_array_t = array[] of ipc_info_tree_name_t;
94 type vm_info_region_t = struct[10] of natural_t;
95 type vm_info_region_64_t = struct[11] of natural_t;
96 type mach_vm_info_region_t = struct[14] of natural_t;
98 type vm_info_object_t = struct[21] of natural_t;
99 type vm_info_object_array_t = ^array[] of vm_info_object_t;
101 type page_address_array_t = ^array[] of integer_t;
103 type symtab_name_t = c_string[*:32];
105 type lockgroup_info_t = struct[63] of integer_t;
106 type lockgroup_info_array_t = array[] of lockgroup_info_t;