Searched refs:uint32_t (Results 251 - 275 of 678) sorted by relevance

<<11121314151617181920>>

/xnu-2782.1.97/libkern/c++/
H A DOSSerializeBinary.cpp52 if (inCapacity < sizeof(uint32_t)) return (0);
86 bool OSSerialize::addBinaryObject(const OSMetaClassBase * o, uint32_t key,
133 uint32_t i, key;
243 uint32_t ncap = v##Capacity + 64; \
262 uint32_t objsCapacity;
263 uint32_t objsIdx;
266 uint32_t stackCapacity;
267 uint32_t stackIdx;
281 const uint32_t * next;
282 uint32_t ke
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dmount.h104 uint32_t f_bsize; /* fundamental file system block size */ \
113 uint32_t f_type; /* type of filesystem */ \
114 uint32_t f_flags; /* copy of mount exported flags */ \
115 uint32_t f_fssubtype; /* fs sub-type (flavor) */ \
119 uint32_t f_reserved[8]; /* For future use */ \
165 uint32_t f_bsize; /* fundamental file system block size */
179 uint32_t f_fssubtype; /* fs sub-type (flavor) */
246 uint32_t f_bsize; /* block size for the below size values */
265 uint32_t f_fssubtype; /* filesystem subtype */
389 uint32_t vfc_reserved
[all...]
H A Dvnode_if.h277 uint32_t a_flags; /* VNOP-control flags */
278 uint32_t *a_status; /* Information about results */
320 extern int VNOP_COMPOUND_OPEN(vnode_t dvp, vnode_t *vpp, struct nameidata *ndp, int32_t flags, int32_t fmode, uint32_t *status, struct vnode_attr *vap, vfs_context_t ctx);
656 uint32_t a_flags; /* Control flags (unused) */
735 uint32_t a_flags; /* Control flags: currently unused */
755 uint32_t flags,vfs_context_t ctx);
790 uint32_t a_flags; /* Control flags (unused) */
831 uint32_t a_flags; /* Control flags (currently unused) */
927 uint32_t a_maxcount;
928 uint32_t a_option
[all...]
H A Dfsevents.h128 uint32_t num_devices;
134 uint32_t num_devices;
153 void create_fsevent_from_kevent(vnode_t vp, uint32_t kevents, struct vnode_attr *vap);
H A Deventvar.h71 uint32_t kq_nprocess; /* atomic counter for kqueue_process */
H A Dfasttrap.h84 uint32_t pad; /* Explicit pad to keep ILP32 and LP64 lined up. */
H A Dfile.h92 int file_vnode_withvid(int, vnode_t *, uint32_t *);
/xnu-2782.1.97/bsd/net/
H A Dbridgestp.h245 uint32_t cbu_rootpathcost; /* root path cost */
292 uint32_t pv_cost;
324 uint32_t bp_flags;
325 uint32_t bp_path_cost;
366 uint32_t bp_forward_transitions;
370 uint32_t bp_if_link_state; /* cache of the parent if link state */
427 int bstp_set_path_cost(struct bstp_port *, uint32_t);
/xnu-2782.1.97/bsd/netinet/
H A Dtcp_debug.c253 (uint32_t)tp->rcv_nxt, tp->rcv_wnd, (uint32_t)tp->rcv_up,
254 (uint32_t)tp->snd_una, (uint32_t)tp->snd_nxt, (uint32_t)tp->snd_max);
256 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h188 uint32_t bw_ts; /* timestamp when bw measurement started */
189 uint32_t bw_size; /* burst size in bytes for this bw measurement */
190 uint32_t bw_minsizepkts; /* Min burst size as segments */
191 uint32_t bw_maxsizepkts; /* Max burst size as segments */
192 uint32_t bw_minsize; /* Min size in bytes */
193 uint32_t bw_maxsize; /* Max size in bytes */
194 uint32_t bw_sndbw; /* Measured send bw */
200 uint32_t mpt_sseq; /* relative subflow # */
238 uint32_t t_timer[TCPT_NTIMERS]; /* tcp timers */
243 uint32_t t_flag
[all...]
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h866 uint32_t notifyRef;
867 uint32_t maxWaitForReply;
868 uint32_t changeFlags;
869 uint32_t __reserved1;
870 uint32_t fromCapabilities;
871 uint32_t toCapabilities;
872 uint32_t __reserved2[4];
/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.h151 uint32_t reason);
154 uint32_t reason);
257 uint32_t sched_traditional_initial_quantum_size(
416 uint32_t interval,
417 uint32_t scale_factor);
424 uint32_t interval,
425 uint32_t leeway,
426 uint32_t scale_factor);
569 uint32_t (*initial_quantum_size)(thread_t thread);
H A Dthread_call.h187 uint32_t flags);
288 uint32_t tc_flags;
330 uint32_t flags);
H A Dsched_average.c75 uint32_t avenrun[3] = {0, 0, 0};
76 uint32_t mach_factor[3] = {0, 0, 0};
85 static uint32_t fract[3] = {
130 uint32_t factor_now, average_now, load_now = 0, background_load_now = 0, combined_fgbg_load_now = 0;
/xnu-2782.1.97/EXTERNAL_HEADERS/
H A Dstdint.h31 typedef u_int32_t uint32_t; /* u_int32_t is defined in <machine/types.h> */ typedef
42 typedef uint32_t uint_least32_t;
53 typedef uint32_t uint_fast32_t;
/xnu-2782.1.97/osfmk/i386/
H A Dproc_reg.h287 static inline void set_cr3_composed(uintptr_t base, uint16_t pcid, uint32_t preserve)
361 extern int rdmsr64_carefully(uint32_t msr, uint64_t *val);
362 extern int wrmsr64_carefully(uint32_t msr, uint64_t val);
403 static inline uint64_t rdpmc64(uint32_t pmc)
405 uint32_t lo=0, hi=0;
410 static inline uint64_t rdmsr64(uint32_t msr)
412 uint32_t lo=0, hi=0;
417 static inline void wrmsr64(uint32_t msr, uint64_t val)
429 static inline uint64_t rdtscp64(uint32_t *aux)
445 extern int rdmsr_carefully(uint32_t ms
[all...]
H A Dbsd_i386_native.c158 thread_fast_set_cthread_self(uint32_t self)
209 thread_set_user_ldt(uint32_t address, uint32_t size, uint32_t flags)
/xnu-2782.1.97/tools/
H A Dcred_dump_creds.c22 uint32_t credp;
23 uint32_t cr_ref; /* reference count */
33 uint32_t cr_label; /* MACF label */
/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c106 uint32_t cpu_id;
134 int kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size);
166 uint32_t buffer_index:21;
169 uint32_t raw;
174 uint32_t kds_bufindx;
175 uint32_t kds_bufcnt;
176 uint32_t kds_readlast;
188 uint32_t kdsb_size;
203 uint32_t _pa
[all...]
/xnu-2782.1.97/osfmk/vm/
H A Dvm_compressor.c91 uint32_t s_cseg:22, /* segment number + 1 */
100 uint32_t c_segno;
109 uint32_t c_segment_count = 0;
123 uint32_t c_bad_count = 0;
132 uint32_t c_age_count = 0;
133 uint32_t c_swapout_count = 0;
134 uint32_t c_swappedin_count = 0;
135 uint32_t c_swappedout_count = 0;
136 uint32_t c_swappedout_sparse_count = 0;
139 uint32_t c_minor_coun
[all...]
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccdes.h62 uint32_t
H A Dccsha2.h51 extern const uint32_t ccsha256_K[64];
/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReportStructs.h264 uint32_t base_bucket_width; // segment[0].bucket[0] = [0, base_width]
265 uint32_t scale_flag; // bit 0 only in current use (see #defs)
266 uint32_t segment_idx; // for multiple segments histograms
267 uint32_t segment_bucket_count; // number of buckets in this segment
/xnu-2782.1.97/libkern/libkern/
H A D_OSByteOrder.h104 uint32_t
106 uint32_t data
/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_internal.h42 uint32_t session_key;
173 uint32_t *size

Completed in 132 milliseconds

<<11121314151617181920>>