Lines Matching refs:array

77 type memory_object_fault_info_t = array[16] of integer_t;
85 type upl_page_info_array_t = array[*:256] of upl_page_info_t;
101 * this array may have to be increased. (See mach/port.h)
104 type mach_port_info_t = array[*:10] of integer_t;
146 /* thread_state_t: This inline array can hold
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;
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;
299 * host_info_t: variable-sized inline array that can contain:
313 type host_info_t = array[*:18] of integer_t;
317 * host_info64_t: variable-sized inline array that can contain:
322 type host_info64_t = array[*:256] of integer_t;
331 type processor_array_t = ^array[] of processor_t;
333 /* processor_info_t: variable-sized inline array that can
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;
364 /* processor_set_info_t: variable-size inline array
378 type processor_set_info_t = array[*:5] of integer_t;
389 type emulation_vector_t = ^array[] of vm_offset_t;
391 type inline_existence_map_t = array[*:512] of char;
394 /* policy_info_t: variable-size inline array. Can hold:
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;
420 /* memory_object_info_t: variable-size inline array:
430 type memory_object_info_t = array[*:6] of int;
432 /* vm_region_info_t: variable-size inline array that can hold:
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