Searched refs:natural_t (Results 1 - 25 of 61) sorted by relevance

123

/darwin-on-arm/xnu/osfmk/mach_debug/
H A Dipc_info.h80 natural_t iis_genno_mask; /* generation number mask */
81 natural_t iis_table_size; /* size of table */
82 natural_t iis_table_next; /* next possible size of table */
83 natural_t iis_tree_size; /* size of tree */
84 natural_t iis_tree_small; /* # of small entries in tree */
85 natural_t iis_tree_hash; /* # of hashed entries in tree */
94 natural_t iin_object; /* object pointer/identifier */
95 natural_t iin_next; /* marequest/next in free list */
96 natural_t iin_hash; /* hash index */
H A Dvm_info.h88 natural_t vir_wired_count; /* number of times wired */
89 natural_t vir_user_wired_count; /* number of times user has wired */
93 natural_t vir_start; /* start of region */
94 natural_t vir_end; /* end of region */
95 natural_t vir_object; /* the mapped object */
101 natural_t vir_wired_count; /* number of times wired */
102 natural_t vir_user_wired_count; /* number of times user has wired */
106 natural_t vir_start; /* start of region */
107 natural_t vir_end; /* end of region */
108 natural_t vir_objec
[all...]
H A Dhash_info.h68 natural_t hib_count; /* number of records in bucket */
H A Dmach_debug_types.defs82 type hash_info_bucket_t = struct[1] of natural_t;
85 type ipc_info_space_t = struct[6] of natural_t;
87 type ipc_info_name_t = struct[7] of natural_t;
90 type ipc_info_tree_name_t = struct[9] of natural_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;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_types.h73 natural_t pageout_calls; /* # pageout calls */
74 natural_t pagein_calls; /* # pagein calls */
75 natural_t pages_in; /* # pages paged in (total) */
76 natural_t pages_out; /* # pages paged out (total) */
77 natural_t pages_unavail; /* # zero-fill pages */
78 natural_t pages_init; /* # page init requests */
79 natural_t pages_init_writes; /* # page init writes */
81 natural_t bs_pages_total; /* # pages (total) */
82 natural_t bs_pages_free; /* # unallocated pages */
83 natural_t bs_pages_i
[all...]
H A Ddefault_pager_types.defs38 type default_pager_info_t = struct[3] of natural_t;
39 type default_pager_info_64_t = struct[6] of natural_t;
41 type default_pager_object_t = struct[2] of natural_t;
44 type default_pager_page_t = struct[1] of natural_t;
/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_statistics.h85 natural_t free_count; /* # of pages free */
86 natural_t active_count; /* # of pages active */
87 natural_t inactive_count; /* # of pages inactive */
88 natural_t wire_count; /* # of pages wired down */
89 natural_t zero_fill_count; /* # of zero fill pages */
90 natural_t reactivations; /* # of pages reactivated */
91 natural_t pageins; /* # of pageins */
92 natural_t pageouts; /* # of pageouts */
93 natural_t faults; /* # of faults */
94 natural_t cow_fault
[all...]
H A Dthread_status.h83 typedef natural_t *thread_state_t; /* Variable-length array */
86 typedef natural_t thread_state_data_t[THREAD_STATE_MAX];
H A Dtask_info.h80 typedef natural_t task_flavor_t;
99 natural_t virtual_size; /* virtual memory size (bytes) */
100 natural_t resident_size; /* resident memory size (bytes) */
110 (sizeof(task_basic_info_32_data_t) / sizeof(natural_t))
128 (sizeof(task_basic_info_64_data_t) / sizeof(natural_t))
147 (sizeof(task_basic_info_data_t) / sizeof(natural_t))
171 (sizeof(task_events_info_data_t) / sizeof(natural_t)))
186 (sizeof(task_thread_times_info_data_t) / sizeof(natural_t)))
200 (sizeof (task_absolutetime_info_data_t) / sizeof (natural_t)))
214 (sizeof (task_kernelmemory_info_data_t) / sizeof (natural_t)))
[all...]
H A Dport.h106 typedef natural_t mach_port_name_t;
241 typedef natural_t mach_port_right_t;
251 typedef natural_t mach_port_type_t;
286 typedef natural_t mach_port_urefs_t;
291 typedef natural_t mach_port_seqno_t; /* sequence number */
292 typedef natural_t mach_port_mscount_t; /* make-send count */
293 typedef natural_t mach_port_msgcount_t; /* number of msgs */
294 typedef natural_t mach_port_rights_t; /* number of rights */
313 natural_t mps_flags; /* port flags */
330 typedef integer_t *mach_port_info_t; /* varying array of natural_t */
[all...]
H A Dprocessor_info.h109 (sizeof(processor_basic_info_data_t)/sizeof(natural_t)))
118 (sizeof(processor_cpu_load_info_data_t)/sizeof(natural_t)))
136 (sizeof(processor_set_basic_info_data_t)/sizeof(natural_t)))
150 (sizeof(processor_set_load_info_data_t)/sizeof(natural_t)))
156 (sizeof(policy_t)/sizeof(natural_t)))
H A Dthread_info.h81 typedef natural_t thread_flavor_t;
107 (sizeof(thread_basic_info_data_t) / sizeof(natural_t)))
120 (sizeof(thread_identifier_info_data_t) / sizeof(natural_t)))
H A Dhost_info.h107 natural_t memory_size; /* size of memory in bytes */
123 natural_t memory_size; /* size of memory in bytes, capped at 2 GB */
152 natural_t task;
153 natural_t thread;
154 natural_t port;
155 natural_t memory_region;
156 natural_t memory_object;
232 natural_t cpu_ticks[CPU_STATE_MAX]; /* ... in the given mode */
H A Dtask_policy.h51 typedef natural_t task_policy_flavor_t;
H A Dstd_types.defs106 type mach_port_right_t = natural_t;
108 type mach_port_type_t = natural_t;
111 type mach_port_urefs_t = natural_t;
113 type mach_port_seqno_t = natural_t;
118 type mach_msg_size_t = natural_t;
/darwin-on-arm/xnu/osfmk/mach/i386/
H A Dvm_types.h77 * natural_t and integer_t are Mach's legacy types for machine-
93 typedef __darwin_natural_t natural_t; typedef
103 typedef natural_t vm_offset_t;
114 typedef natural_t vm_size_t;
H A Dmachine_types.defs81 type natural_t = uint32_t;
93 type vm_address_t = natural_t;
94 type vm_offset_t = natural_t;
95 type vm_size_t = natural_t;
113 #define MSG_TYPE_PORT_NAME natural_t
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dmachine_types.defs81 type natural_t = uint32_t;
93 type vm_address_t = natural_t;
94 type vm_offset_t = natural_t;
95 type vm_size_t = natural_t;
113 #define MSG_TYPE_PORT_NAME natural_t
H A Dvm_types.h54 * natural_t and integer_t are Mach's legacy types for machine-
70 typedef __darwin_natural_t natural_t; typedef
89 typedef natural_t vm_offset_t;
95 typedef natural_t vm_size_t;
H A Dprocessor_info.h28 (sizeof(processor_cpu_stat_data_t)/sizeof(natural_t)))
/darwin-on-arm/xnu/iokit/IOKit/
H A DOSMessageNotification.h91 natural_t type;
103 natural_t messageType;
115 typedef natural_t OSAsyncReference[kOSAsyncRefCount];
119 natural_t type;
131 natural_t messageType;
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_types.h48 typedef natural_t ipc_table_index_t; /* index into tables */
49 typedef natural_t ipc_table_elems_t; /* size of tables */
50 typedef natural_t ipc_entry_bits_t;
H A Dipc_hash.h134 extern natural_t ipc_hash_info(
136 natural_t count);
H A Dipc_labelh.h64 natural_t lh_references;
106 _VOLATILE_ natural_t _refs = (lh)->lh_references; \
/darwin-on-arm/xnu/osfmk/device/
H A Ddevice_types.h95 typedef natural_t io_async_ref_t[8];
107 typedef natural_t io_user_reference_t;

Completed in 47 milliseconds

123