Searched refs:uint32_t (Results 201 - 225 of 678) sorted by relevance

1234567891011>>

/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c147 static uint32_t gc_buffer_columns;
148 static uint32_t gc_buffer_rows;
149 static uint32_t gc_buffer_size;
334 uint32_t start, end;
370 uint32_t buffer_columns = 0;
371 uint32_t buffer_rows = 0;
372 uint32_t buffer_size = 0;
488 uint32_t index = (yy * gc_buffer_columns) + xx;
530 uint32_t index = (yy * gc_buffer_columns) + xx;
1039 uint32_t colum
[all...]
/xnu-2782.1.97/iokit/Kernel/
H A DIOStatistics.cpp45 uint32_t IOStatistics::sequenceID = 0;
47 uint32_t IOStatistics::lastClassIndex = 0;
48 uint32_t IOStatistics::lastKextIndex = 0;
50 uint32_t IOStatistics::loadedKexts = 0;
51 uint32_t IOStatistics::registeredClasses = 0;
52 uint32_t IOStatistics::registeredCounters = 0;
53 uint32_t IOStatistics::registeredWorkloops = 0;
55 uint32_t IOStatistics::attachedEventSources = 0;
141 uint32_t request = arg2;
345 ce->superClassID = foundClass ? foundClass->classID : (uint32_t)(
[all...]
/xnu-2782.1.97/iokit/IOKit/
H A DIOTimeStamp.h38 KERNEL_DEBUG_CONSTANT(((uint32_t)csc) | DBG_FUNC_START, a, b, c, d, 0);
46 KERNEL_DEBUG_CONSTANT(((uint32_t)csc) | DBG_FUNC_END, a, b, c, d, 0);
54 KERNEL_DEBUG_CONSTANT(((uint32_t)csc) | DBG_FUNC_NONE, a, b, c, d, 0);
64 KERNEL_DEBUG(((uint32_t)csc) | DBG_FUNC_START, a, b, c, d, 0);
72 KERNEL_DEBUG(((uint32_t)csc) | DBG_FUNC_END, a, b, c, d, 0);
80 KERNEL_DEBUG(((uint32_t)csc) | DBG_FUNC_NONE, a, b, c, d, 0);
H A DIOReportTypes.h119 typedef uint32_t IOReportConfigureAction;
133 typedef uint32_t IOReportUpdateAction;
178 uint32_t nchannels;
188 uint32_t ninterests;
/xnu-2782.1.97/osfmk/i386/
H A Dpanic_hooks.c40 uint32_t magic1;
44 uint32_t magic2;
91 uint32_t count = 0;
181 const uint32_t size = args->MemoryMapDescriptorSize;
182 const uint32_t count = args->MemoryMapSize / size;
187 for (uint32_t i = 0; i < count; ++i, r = (EfiMemoryRange *)(void *)((uint8_t *)r + size)) {
H A Drtclock.c91 static inline uint32_t
94 uint32_t remain;
96 remain = (uint32_t)(abstime % (uint64_t)NSEC_PER_SEC);
231 rtc_clock_stepping(__unused uint32_t new_frequency,
232 __unused uint32_t old_frequency)
238 rtc_clock_stepped(__unused uint32_t new_frequency,
239 __unused uint32_t old_frequency)
326 uint32_t shift = 0;
335 rntp->scale = (uint32_t)(((uint64_t)NSEC_PER_SEC << 32) / cycles);
409 uint32_t remai
[all...]
H A Dmisc_protos.h119 uint32_t new_frequency,
120 uint32_t old_frequency);
122 uint32_t new_frequency,
123 uint32_t old_frequency);
H A Dmachine_routines.c82 uint32_t ml_timer_eager_evaluations;
138 uint32_t freed_pages = 0;
191 uint32_t count, nbytes = 0;
200 count = (uint32_t)(PAGE_SIZE - (cur_phys_src & PAGE_MASK));
202 count = (uint32_t)(PAGE_SIZE - (cur_phys_dst & PAGE_MASK));
204 count = (uint32_t)size;
231 uint32_t count;
238 count = (uint32_t)(PAGE_SIZE - (cur_phys_src & PAGE_MASK));
240 count = (uint32_t)size;
366 uint32_t lapic_i
[all...]
H A DpmCPU.c67 uint32_t pmInitDone = 0;
82 static inline void machine_classify_interval(uint64_t interval, uint64_t *bins, uint64_t *binvals, uint32_t nbins) {
83 uint32_t i;
93 uint32_t idle_entry_timer_processing_hdeadline_threshold = 5000000;
103 __unused uint32_t cnum = my_cpu->cpu_number;
134 uint32_t cl = 0, ch = 0;
152 ml_set_maxbusdelay((uint32_t)(earlyMaxBusDelay & 0xFFFFFFFF));
231 pmCPUHalt(uint32_t reason)
496 pmCPUControl(uint32_t cmd, void *datap)
536 ml_set_maxsnoop(__unused uint32_t maxdela
[all...]
/xnu-2782.1.97/osfmk/mach/
H A Dvm_param.h94 #define atop_32(x) ((uint32_t)(x) >> PAGE_SHIFT)
95 #define ptoa_32(x) ((uint32_t)(x) << PAGE_SHIFT)
145 #define round_page_32(x) (((uint32_t)(x) + PAGE_MASK) & ~((uint32_t)PAGE_MASK))
146 #define trunc_page_32(x) ((uint32_t)(x) & ~((uint32_t)PAGE_MASK))
H A Dthread_policy.h149 uint32_t period;
150 uint32_t computation;
151 uint32_t constraint;
H A Dsfi_class.h47 typedef uint32_t sfi_class_id_t;
/xnu-2782.1.97/libkern/libkern/
H A DOSByteOrder.h98 uint32_t
104 return *(volatile uint32_t *)((uintptr_t)base + byteOffset);
135 uint32_t data
138 *(volatile uint32_t *)((uintptr_t)base + byteOffset) = data;
181 #define OSSwapHostToBigConstInt32(x) ((uint32_t)(x))
187 #define OSSwapHostToBigInt32(x) ((uint32_t)(x))
205 #define OSSwapBigToHostConstInt32(x) ((uint32_t)(x))
211 #define OSSwapBigToHostInt32(x) ((uint32_t)(x))
267 #define OSSwapHostToLittleConstInt32(x) ((uint32_t)(x))
273 #define OSSwapHostToLittleInt32(x) ((uint32_t)(
[all...]
/xnu-2782.1.97/osfmk/kern/
H A Dtimer.c114 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
116 timer->low_bits = (uint32_t)low;
H A Dhibernate.c98 uint32_t free_page_ratio,
99 uint32_t free_page_time,
105 uint32_t gobble_count;
125 gobble_count = (uint32_t)((((uint64_t) page_list->page_count) * ((uint64_t) free_page_ratio)) / 100);
H A Dsync_sema.h55 uint32_t ref_count; /* reference count */
/xnu-2782.1.97/osfmk/kperf/
H A Daction.c59 uint32_t sample;
60 uint32_t userdata;
88 uint32_t userdata;
239 uint32_t t_chud;
279 kperf_ast_pend( thread_t cur_thread, uint32_t check_bits,
280 uint32_t set_bits )
283 uint32_t t_chud, set_done = 0;
323 kperf_kdebug_callback(uint32_t debugid)
443 kperf_action_set_samplers( unsigned actionid, uint32_t samplers )
454 kperf_action_get_samplers( unsigned actionid, uint32_t *samplers_ou
[all...]
H A Dcallstack.c45 uint32_t is_user )
49 uint32_t code;
120 callstack_log( struct callstack *cs, uint32_t hcode, uint32_t dcode )
167 // (uint32_t*)frames, &frameCount, !collectingSupervisorStack);
/xnu-2782.1.97/bsd/net/
H A Draw_cb.h78 uint32_t reserved[4]; /* for future use */
H A Droute.h97 uint32_t ro_flags;
132 uint32_t ro_flags; /* route flags (see below) */
182 uint32_t rt_refcnt; /* # held references */
183 uint32_t rt_flags; /* up/down?, host/net */
184 uint32_t rt_genid; /* route generation id */
203 uint32_t *rt_tree_genid; /* ptr to per-tree route_genid */
501 extern uint32_t route_genid_inet; /* INET route generation count */
503 extern uint32_t route_genid_inet6; /* INET6 route generation count */
529 extern void rtalloc_ign(struct route *, uint32_t);
530 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigne
[all...]
/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert_proto.h80 uint32_t conn_id;
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_versionmin.h48 uint32_t version;
/xnu-2782.1.97/osfmk/gssd/
H A Dgssd_mach_types.h61 typedef uint32_t *gssd_gid_list;
/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c96 int proc_info_internal(int callnum, int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
126 int __attribute__ ((noinline)) proc_listpids(uint32_t type, uint32_t tyoneinfo, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
127 int __attribute__ ((noinline)) proc_pidinfo(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
128 int __attribute__ ((noinline)) proc_pidfdinfo(int pid, int flavor,int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
129 int __attribute__ ((noinline)) proc_kernmsgbuf(user_addr_t buffer, uint32_t buffersize, int32_t * retval);
130 int __attribute__ ((noinline)) proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval);
131 int __attribute__ ((noinline)) proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, user_addr_t buffer, uint32_t buffersize, int32_t *retval);
135 int __attribute__ ((noinline)) proc_pidoriginatorinfo(int pid, int flavor, user_addr_t buffer, uint32_t buffersiz
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dvnode.h182 uint32_t cn_nameiop; /* lookup operation */
183 uint32_t cn_flags; /* flags (see below) */
203 uint32_t cn_hash; /* hash value of looked up name */
204 uint32_t cn_consume; /* chars to consume in lookup() */
241 uint32_t vnfs_flags; /* flags */
334 extern resolver_result_t vfs_resolver_result(uint32_t seq, enum resolver_status stat, int aux);
340 extern uint32_t vfs_resolver_sequence(resolver_result_t);
427 uint32_t vti_flags; /* optional flags (see below) */
450 uint32_t vnt_flags; /* optional flags (see below) */
617 uint32_t va_iosiz
[all...]

Completed in 161 milliseconds

1234567891011>>