Searched refs:uint32_t (Results 176 - 200 of 621) sorted by relevance

1234567891011>>

/xnu-2422.115.4/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-2422.115.4/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))
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c85 uint32_t s_cseg:22, /* segment number + 1 */
94 uint32_t c_segno;
103 uint32_t c_segment_count = 0;
117 uint32_t c_bad_count = 0;
126 uint32_t c_age_count = 0;
127 uint32_t c_swapout_count = 0;
128 uint32_t c_swappedin_count = 0;
129 uint32_t c_swappedout_count = 0;
130 uint32_t c_swappedout_sparse_count = 0;
133 uint32_t c_minor_coun
[all...]
/xnu-2422.115.4/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...]
H A Dkxld_types.h106 typedef uint32_t kxld_addr_t;
107 typedef uint32_t kxld_size_t;
/xnu-2422.115.4/osfmk/i386/
H A Drtclock.c94 static inline uint32_t
97 uint32_t remain;
99 remain = (uint32_t)(abstime % (uint64_t)NSEC_PER_SEC);
247 rtc_clock_stepping(__unused uint32_t new_frequency,
248 __unused uint32_t old_frequency)
254 rtc_clock_stepped(__unused uint32_t new_frequency,
255 __unused uint32_t old_frequency)
332 uint32_t shift = 0;
344 rntp->scale = (uint32_t)(((uint64_t)NSEC_PER_SEC << 32) / cycles);
414 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 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-2422.115.4/osfmk/kern/
H A Dtimer.c116 timer_update(timer, (uint32_t)(timer->high_bits + (low >> 32)), (uint32_t)low);
118 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;
123 gobble_count = (uint32_t)((((uint64_t) page_list->page_count) * ((uint64_t) free_page_ratio)) / 100);
H A Dsync_sema.h56 uint32_t ref_count; /* reference count */
/xnu-2422.115.4/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-2422.115.4/EXTERNAL_HEADERS/corecrypto/
H A Dccsha2.h43 extern const uint32_t ccsha256_K[64];
/xnu-2422.115.4/bsd/net/
H A Draw_cb.h78 uint32_t reserved[4]; /* for future use */
H A Droute.h102 uint32_t ro_flags;
137 uint32_t ro_flags; /* route flags (see below) */
187 uint32_t rt_refcnt; /* # held references */
188 uint32_t rt_flags; /* up/down?, host/net */
189 uint32_t rt_genid; /* route generation id */
208 uint32_t *rt_tree_genid; /* ptr to per-tree route_genid */
506 extern uint32_t route_genid_inet; /* INET route generation count */
508 extern uint32_t route_genid_inet6; /* INET6 route generation count */
534 extern void rtalloc_ign(struct route *, uint32_t);
535 extern void rtalloc_scoped_ign(struct route *, uint32_t, unsigne
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert_proto.h77 uint32_t conn_id;
/xnu-2422.115.4/libkern/kxld/
H A Dkxld_versionmin.h48 uint32_t version;
/xnu-2422.115.4/osfmk/gssd/
H A Dgssd_mach_types.h61 typedef uint32_t *gssd_gid_list;
/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_udp.h38 uint32_t s_addr;
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c150 static uint32_t gc_buffer_columns;
151 static uint32_t gc_buffer_rows;
152 static uint32_t gc_buffer_size;
336 uint32_t start, end;
372 uint32_t buffer_columns = 0;
373 uint32_t buffer_rows = 0;
374 uint32_t buffer_size = 0;
490 uint32_t index = (yy * gc_buffer_columns) + xx;
532 uint32_t index = (yy * gc_buffer_columns) + xx;
1041 uint32_t colum
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Dip6_var.h119 uint32_t ip6q_csum_flags; /* checksum flags */
120 uint32_t ip6q_csum; /* partial checksum value */
137 uint32_t im6o_refcnt; /* ref count */
138 uint32_t im6o_debug; /* see ifa_debug flags */
468 extern void ip6_setsrcifaddr_info(struct mbuf *, uint32_t, struct in6_ifaddr *);
469 extern void ip6_setdstifaddr_info(struct mbuf *, uint32_t, struct in6_ifaddr *);
470 extern int ip6_getsrcifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
471 extern int ip6_getdstifaddr_info(struct mbuf *, uint32_t *, uint32_t *);
[all...]
/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dnlist.h86 uint32_t n_value; /* value of this symbol (or stab offset) */
94 uint32_t n_strx; /* index into the string table */
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_upcall.c54 uint32_t nua_flags;
55 uint32_t nua_qi;
60 #define NFS_UC_HASH(x) ((((uint32_t)(uintptr_t)(x)) >> 3) % nfsrv_uc_thread_count)
68 uint32_t ucq_flags;
81 uint32_t nfsrv_uc_queue_limit;
82 uint32_t nfsrv_uc_queue_max_seen;
83 volatile uint32_t nfsrv_uc_queue_count;
334 uint32_t count = OSIncrementAtomic(&nfsrv_uc_queue_count);
/xnu-2422.115.4/libkern/
H A DOSKextLib.cpp53 uint32_t
56 uint32_t result = kOSKextInvalidLoadTag;
74 OSReturn OSKextRetainKextWithLoadTag(uint32_t loadTag)
110 OSReturn OSKextReleaseKextWithLoadTag(uint32_t loadTag)
148 OSReturn OSKextUnloadKextWithLoadTag(uint32_t loadTag)
191 /* in only */ uint32_t clientLogSpec,
208 uint32_t responseLength = 0;
210 uint32_t logDataLength = 0;

Completed in 227 milliseconds

1234567891011>>