Searched refs:uint32_t (Results 76 - 100 of 678) sorted by relevance

1234567891011>>

/xnu-2782.1.97/osfmk/mach/i386/
H A Dvm_types.h142 typedef uint32_t vm32_address_t;
143 typedef uint32_t vm32_offset_t;
144 typedef uint32_t vm32_size_t;
H A Dthread_status.h314 uint32_t gs;
315 uint32_t fs;
316 uint32_t es;
317 uint32_t ds;
318 uint32_t edi;
319 uint32_t esi;
320 uint32_t ebp;
321 uint32_t cr2; /* kernel esp stored by pusha - we save cr2 here later */
322 uint32_t ebx;
323 uint32_t ed
[all...]
/xnu-2782.1.97/osfmk/mach/machine/
H A Dmachine_types.defs41 type unsigned = uint32_t;
65 type uintptr_t = uint32_t;
81 type natural_t = uint32_t;
124 type vm32_address_t = uint32_t;
125 type vm32_offset_t = uint32_t;
126 type vm32_size_t = uint32_t;
/xnu-2782.1.97/bsd/netinet/
H A Dcpu_in_cksum.c67 int cpu_in_cksum(struct mbuf *, int, int, uint32_t);
94 cpu_in_cksum(struct mbuf *m, int len, int off, uint32_t initial_sum)
97 uint32_t sum, partial;
240 cpu_in_cksum(struct mbuf *m, int len, int off, uint32_t initial_sum)
309 partial += *(uint32_t *)(void *)data;
310 partial += *(uint32_t *)(void *)(data + 4);
311 partial += *(uint32_t *)(void *)(data + 8);
312 partial += *(uint32_t *)(void *)(data + 12);
313 partial += *(uint32_t *)(void *)(data + 16);
314 partial += *(uint32_t *)(voi
[all...]
H A Dmptcp_timer.h38 extern uint32_t mptcp_timer(struct mppcbinfo *);
/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h78 typedef uint32_t IOPMDriverAssertionLevel;
179 uint32_t intValue );
267 // Returns a unique uint32_t identifier for later removing support for this
272 uint32_t supportedWhere,
273 uint32_t *uniqueFeatureID);
278 IOReturn removePublishedFeature( uint32_t removeFeatureID );
323 uint32_t supportedPowerSources,
487 IOReturn getSystemSleepType( uint32_t * sleepType );
507 void traceDetail( uint32_t data32 );
518 const OSSymbol * feature, uint32_t wher
[all...]
H A DIOPMPrivate.h650 uint32_t signature; // kIOPMSystemSleepPolicySignature
651 uint32_t version; // kIOPMSystemSleepPolicyVersion
657 uint32_t sleepReason; // kIOPMSleepReason*
658 uint32_t sleepPhase; // identify the sleep phase
659 uint32_t hibernateMode; // current hibernate mode
661 uint32_t standbyDelay; // standby delay in seconds
662 uint32_t poweroffDelay; // auto-poweroff delay in seconds
663 uint32_t scheduledAlarms; // bitmask of scheduled alarm types
664 uint32_t poweroffTimer; // auto-poweroff timer in seconds
666 uint32_t reserve
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfsmount.h80 uint32_t nfsa_flags; /* file system flags */
81 uint32_t nfsa_lease; /* lease time in seconds */
82 uint32_t nfsa_maxname; /* maximum filename size */
83 uint32_t nfsa_maxlink; /* maximum # links */
84 uint32_t nfsa_bsize; /* block size */
85 uint32_t nfsa_pad; /* UNUSED */
95 uint32_t nfsa_supp_attr[NFS_ATTR_BITMAP_LEN]; /* attributes supported on this file system */
96 uint32_t nfsa_bitmap[NFS_ATTR_BITMAP_LEN]; /* valid attributes */
118 uint32_t ns_addrcount; /* # of addresses */
122 uint32_t np_compcoun
[all...]
H A Dxdr_subs.h85 #define fxdr_unsigned(t, v) ((t)ntohl((uint32_t)(v)))
86 #define txdr_unsigned(v) (htonl((uint32_t)(v)))
89 ((uint32_t *)(t))[_QUAD_HIGHWORD] = ntohl(((uint32_t *)(f))[0]); \
90 ((uint32_t *)(t))[_QUAD_LOWWORD] = ntohl(((uint32_t *)(f))[1]); \
93 ((uint32_t *)(t))[0] = htonl(((uint32_t *)(f))[_QUAD_HIGHWORD]); \
94 ((uint32_t *)(t))[1] = htonl(((uint32_t *)(
[all...]
/xnu-2782.1.97/bsd/kern/
H A Dkern_kpc.c96 uint32_t value )
126 uint32_t value = 0;
182 sysctl_kpc_get_counters(uint32_t counters,
183 uint32_t *size, void *buf)
187 uint32_t count;
203 sysctl_kpc_get_shadow_counters(uint32_t counters,
204 uint32_t *size, void *buf)
208 uint32_t count;
225 sysctl_kpc_get_thread_counters(uint32_t tid,
226 uint32_t *siz
[all...]
/xnu-2782.1.97/bsd/net/
H A Dif_bridgevar.h162 uint32_t ifbr_ifsflags; /* member if flags */
163 uint32_t ifbr_stpflags; /* member if STP flags */
164 uint32_t ifbr_path_cost; /* member if STP cost */
170 uint32_t ifbr_addrcnt; /* member if addr number */
171 uint32_t ifbr_addrmax; /* member if addr max */
172 uint32_t ifbr_addrexceeded; /* member if addr violations */
230 uint32_t ifbic_len; /* buffer size */
242 uint32_t ifbic_len; /* buffer size */
252 uint32_t ifbic_len; /* buffer size */
282 uint32_t ifba_expir
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dnetport.h35 typedef uint32_t netaddr_t;
/xnu-2782.1.97/libkern/libkern/crypto/
H A Daesxts.h55 uint32_t
56 xts_start(uint32_t cipher, // ignored - we're doing this for xts-aes only
60 uint32_t num_rounds, // ignored
61 uint32_t options, // ignored
/xnu-2782.1.97/libkern/libkern/
H A Dmkext.h79 uint32_t magic; \
80 uint32_t signature; \
81 uint32_t length; \
82 uint32_t adler32; \
83 uint32_t version; \
84 uint32_t numkexts; \
94 #define MKEXT_SWAP(num) OSSwapBigToHostInt32((uint32_t)(num))
162 uint32_t compressed_size; // if zero, file is not compressed
163 uint32_t full_size; // full size of data w/o this struct
169 uint32_t plist_offse
[all...]
/xnu-2782.1.97/osfmk/bank/
H A Dbank_types.h40 typedef uint32_t bank_action_t;
/xnu-2782.1.97/osfmk/i386/
H A Dpal_native.h74 uint32_t scale; /* tsc -> nanosec multiplier */
75 uint32_t shift; /* shift is nonzero only on "slow" machines, */
77 volatile uint32_t generation; /* 0 == being updated */
78 uint32_t spare1;
H A Dmtrr.h58 uint32_t mem_type);
62 uint32_t mem_type);
H A Dhpet.c70 uint32_t hpetAreap = 0;
82 uint32_t rcbaAreap = 0;
84 static int (*hpet_req)(uint32_t apicid, void *arg, hpetRequest_t *hpet) = NULL;
94 hpet_register_callback(int (*hpet_reqst)(uint32_t apicid,
110 hpet_request(uint32_t cpu)
215 xmod = (uint32_t *)(rcbaArea + 0x3404); /* Point to the HPTC */
216 uint32_t hptc = *xmod; /* Get HPET config */
236 hpetFemto = (uint32_t)(((hpetReg_t *)hpetArea)->GCAP_ID >> 32);
258 (uint32_t)(hpetFreq / Mega), (uint32_t)(hpetFre
[all...]
/xnu-2782.1.97/tools/tests/perf_index/
H A Dperfindex-cpu.c9 uint32_t digest[4];
/xnu-2782.1.97/osfmk/kperf/
H A Dcallstack.h42 uint32_t flags;
43 uint32_t nframes;
/xnu-2782.1.97/osfmk/mach/
H A Dmach_voucher_types.h81 typedef uint32_t mach_voucher_selector_t;
91 typedef uint32_t mach_voucher_attr_key_t;
116 typedef uint32_t mach_voucher_attr_content_size_t;
122 typedef uint32_t mach_voucher_attr_command_t;
132 typedef uint32_t mach_voucher_attr_recipe_command_t;
231 typedef uint32_t mach_voucher_attr_value_reference_t;
234 typedef uint32_t mach_voucher_attr_control_flags_t;
245 typedef uint32_t mach_voucher_attr_importance_refs;
/xnu-2782.1.97/osfmk/vm/
H A Dvm_phantom_cache.h43 uint32_t g_obj_id;
52 extern vm_ghost_t vm_phantom_cache_lookup_ghost(vm_page_t, uint32_t);
/xnu-2782.1.97/iokit/Kernel/
H A DRootDomainUserClient.h54 IOReturn secureSleepSystem( uint32_t *return_code );
58 uint32_t *returnCode);
66 uint32_t *returnCode);
68 IOReturn secureSetUserAssertionLevels(uint32_t assertionBitfield);
70 IOReturn secureGetSystemSleepType( uint32_t *sleepType );
76 virtual IOReturn externalMethod( uint32_t selector,
/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h54 return (unsigned int)OSSwapInt32((uint32_t)inv);
63 return (unsigned long)OSSwapInt32((uint32_t)inv);
122 return (NXSwappedFloat)OSSwapInt32((uint32_t)x);
170 return (unsigned int)OSSwapBigToHostInt32((uint32_t)x);
179 return (unsigned long)OSSwapBigToHostInt32((uint32_t)x);
206 return NXConvertSwappedFloatToHost((NXSwappedFloat)OSSwapBigToHostInt32((uint32_t)x));
224 return (unsigned int)OSSwapHostToBigInt32((uint32_t)x);
233 return (unsigned long)OSSwapHostToBigInt32((uint32_t)x);
260 return (NXSwappedFloat)OSSwapHostToBigInt32((uint32_t)NXConvertHostFloatToSwapped(x));
278 return (unsigned int)OSSwapLittleToHostInt32((uint32_t)
[all...]
/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.c75 #define UINT32_ALL_ONES ((uint32_t)(-1))
90 uint32_t blocks_per_band;/* size in blocks */
91 uint32_t block_size;
94 uint32_t file_size_blocks; /* size of file in bands */
95 uint32_t shadow_size_bands; /* size of shadow in bands */
96 uint32_t next_band; /* next free band */
97 uint32_t zeroth_band; /* special-case 0th band */
102 uint32_t byte;
103 uint32_t bit;
154 bitmap_set(u_char * map, uint32_t start_bi
[all...]

Completed in 117 milliseconds

1234567891011>>