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

123

/macosx-10.5.8/xnu-1228.15.4/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 Dzone_info.h81 natural_t zi_cur_size; /* current memory utilization */
82 natural_t zi_max_size; /* how large can this zone grow */
83 natural_t zi_elem_size; /* size of an element */
84 natural_t zi_alloc_size; /* size used for more memory */
/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dvm_statistics.h72 natural_t free_count; /* # of pages free */
73 natural_t active_count; /* # of pages active */
74 natural_t inactive_count; /* # of pages inactive */
75 natural_t wire_count; /* # of pages wired down */
76 natural_t zero_fill_count; /* # of zero fill pages */
77 natural_t reactivations; /* # of pages reactivated */
78 natural_t pageins; /* # of pageins */
79 natural_t pageouts; /* # of pageouts */
80 natural_t faults; /* # of faults */
81 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.h78 typedef natural_t task_flavor_t;
95 natural_t virtual_size; /* virtual memory size (bytes) */
96 natural_t resident_size; /* resident memory size (bytes) */
106 (sizeof(task_basic_info_32_data_t) / sizeof(natural_t))
124 (sizeof(task_basic_info_64_data_t) / sizeof(natural_t))
143 (sizeof(task_basic_info_data_t) / sizeof(natural_t))
167 (sizeof(task_events_info_data_t) / sizeof(natural_t)))
182 (sizeof(task_thread_times_info_data_t) / sizeof(natural_t)))
196 (sizeof (task_absolutetime_info_data_t) / sizeof (natural_t)))
200 (sizeof(security_token_t) / sizeof(natural_t)))
[all...]
H A Dport.h106 typedef natural_t mach_port_name_t;
233 typedef natural_t mach_port_right_t;
243 typedef natural_t mach_port_type_t;
276 typedef natural_t mach_port_urefs_t;
281 typedef natural_t mach_port_seqno_t; /* sequence number */
282 typedef natural_t mach_port_mscount_t; /* make-send count */
283 typedef natural_t mach_port_msgcount_t; /* number of msgs */
284 typedef natural_t mach_port_rights_t; /* number of rights */
303 natural_t mps_flags; /* port flags */
320 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 Dhost_info.h106 natural_t memory_size; /* size of memory in bytes */
122 natural_t memory_size; /* size of memory in bytes, capped at 2 GB */
151 natural_t task;
152 natural_t thread;
153 natural_t port;
154 natural_t memory_region;
155 natural_t memory_object;
210 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 Dthread_info.h81 typedef natural_t thread_flavor_t;
107 (sizeof(thread_basic_info_data_t) / sizeof(natural_t)))
H A Dthread_policy.h51 typedef natural_t thread_policy_flavor_t;
87 natural_t no_data;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dvm_types.h76 * natural_t and integer_t are Mach's legacy types for machine-
92 typedef __darwin_natural_t natural_t; typedef
102 typedef natural_t vm_offset_t;
113 typedef natural_t vm_size_t;
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/ppc/
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
100 * always based upon natural_t (unsigned int).
104 typedef natural_t vm_offset_t;
105 typedef natural_t vm_size_t;
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DOSMessageNotification.h91 natural_t type;
102 natural_t messageType;
113 typedef natural_t OSAsyncReference[kOSAsyncRefCount];
117 natural_t type;
129 natural_t messageType;
/macosx-10.5.8/xnu-1228.15.4/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_size(void);
135 extern natural_t ipc_hash_info(
137 natural_t count);
H A Dipc_labelh.h64 natural_t lh_references;
105 _VOLATILE_ natural_t _refs = (lh)->lh_references; \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dscreen_switch.h100 natural_t); /* dev-specific ops */
104 natural_t*); /* dev-specific ops */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmach_clock.c86 static void prof_tick(boolean_t usermode, natural_t pc);
97 __unused natural_t ticks,
99 natural_t ticks,
103 natural_t pc)
105 __unused natural_t pc)
143 natural_t pc)
H A Dmachine.h110 natural_t *buf,
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Ddevice_types.h94 typedef natural_t io_async_ref_t[8];
106 typedef natural_t io_user_reference_t;
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/i386/
H A Dkd_entries.h61 natural_t *count);
66 natural_t count);

Completed in 119 milliseconds

123