Searched refs:uint32_t (Results 26 - 50 of 678) sorted by relevance

1234567891011>>

/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.h40 uint32_t hash;
44 uint32_t flags;
45 uint32_t send_window;
46 uint32_t sb_size;
48 uint32_t control_group_unit;
50 uint32_t bytes_written_by_app;
51 uint32_t bytes_read_by_app;
52 uint32_t bytes_sent;
53 uint32_t bytes_received;
63 uint32_t ctl_uni
[all...]
H A Digmp_var.h84 uint32_t igps_version; /* version of this structure */
85 uint32_t igps_len; /* length of this structure */
146 uint32_t igi_ifindex; /* interface this instance belongs to */
147 uint32_t igi_version; /* IGMPv3 Host Compatibility Mode */
148 uint32_t igi_v1_timer; /* IGMPv1 Querier Present timer (s) */
149 uint32_t igi_v2_timer; /* IGMPv2 Querier Present timer (s) */
150 uint32_t igi_v3_timer; /* IGMPv3 General Query (interface) timer (s)*/
151 uint32_t igi_flags; /* IGMP per-interface flags */
152 uint32_t igi_rv; /* IGMPv3 Robustness Variable */
153 uint32_t igi_q
[all...]
H A Din_cksum.c88 uint32_t l;
93 uint32_t l[2];
118 uint32_t sum, partial;
264 partial += *(uint32_t *)(void *)data;
265 partial += *(uint32_t *)(void *)(data + 4);
266 partial += *(uint32_t *)(void *)(data + 8);
267 partial += *(uint32_t *)(void *)(data + 12);
268 partial += *(uint32_t *)(void *)(data + 16);
269 partial += *(uint32_t *)(void *)(data + 20);
270 partial += *(uint32_t *)(voi
[all...]
/xnu-2782.1.97/bsd/sys/
H A Dsfi.h92 int sfi_process_set_flags(pid_t pid, uint32_t flags);
94 int sfi_process_get_flags(pid_t pid, uint32_t *flags);
109 int __sfi_ctl(uint32_t operation, uint32_t sfi_class, uint64_t time, uint64_t *out_time);
110 int __sfi_pidctl(uint32_t operation, pid_t pid, uint32_t sfi_flags, uint32_t *out_sfi_flags);
H A Dcodesign.h123 uint32_t magic; /* magic number (CSMAGIC_CODEDIRECTORY) */
124 uint32_t length; /* total length of CodeDirectory blob */
125 uint32_t version; /* compatibility version */
126 uint32_t flags; /* setup and mode flags */
127 uint32_t hashOffset; /* offset of hash slot element at index zero */
128 uint32_t identOffset; /* offset of identifier string */
129 uint32_t nSpecialSlots; /* number of special hash slots */
130 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */
131 uint32_t codeLimit; /* limit to main image signature range */
136 uint32_t spare
[all...]
H A Ddisk.h95 uint32_t blockSize;
103 uint32_t capacitiesCount; /* use zero to probe count */
115 uint32_t extentsCount;
117 uint32_t options;
140 #define DKIOCGETBLOCKSIZE _IOR('d', 24, uint32_t)
144 #define DKIOCISFORMATTED _IOR('d', 23, uint32_t)
145 #define DKIOCISWRITABLE _IOR('d', 29, uint32_t)
164 #define DKIOCGETFEATURES _IOR('d', 76, uint32_t)
165 #define DKIOCGETPHYSICALBLOCKSIZE _IOR('d', 77, uint32_t)
166 #define DKIOCGETCOMMANDPOOLSIZE _IOR('d', 78, uint32_t)
[all...]
H A Dgmon.h72 uint32_t lpc; /* base pc address of sample buffer */
73 uint32_t hpc; /* max pc address of sampled buffer */
74 uint32_t ncnt; /* size of sample buffer (plus this header) */
84 uint32_t ncnt; /* size of sample buffer (plus this header) */
146 uint32_t selfpc;
172 uint32_t raw_frompc;
173 uint32_t raw_selfpc;
258 uint32_t type; /* constant for type of data following this struct */
259 uint32_t size; /* size in bytes of the data following this struct */
279 uint32_t raw_fromp
[all...]
/xnu-2782.1.97/osfmk/kern/
H A Dprocessor_data.h45 uint32_t csw_count;
46 uint32_t preempt_count;
47 uint32_t preempted_rt_count;
48 uint32_t preempted_by_rt_count;
49 uint32_t rt_sched_count;
50 uint32_t interrupt_count;
51 uint32_t ipi_count;
52 uint32_t timer_pop_count;
53 uint32_t idle_transitions;
54 uint32_t quantum_timer_expiration
[all...]
/xnu-2782.1.97/libsyscall/wrappers/
H A Dcoalition.c31 int __coalition(uint32_t operation, uint64_t *cid, uint32_t flags);
32 int __coalition_info(uint32_t operation, uint64_t *cid, void *buffer, size_t bufsize);
34 int coalition_create(uint64_t *cid_out, uint32_t flags)
39 int coalition_terminate(uint64_t cid, uint32_t flags)
44 int coalition_reap(uint64_t cid, uint32_t flags)
/xnu-2782.1.97/osfmk/i386/
H A Dtsc.h56 extern uint32_t flex_ratio;
57 extern uint32_t flex_ratio_min;
58 extern uint32_t flex_ratio_max;
71 uint32_t flex_ratio;
72 uint32_t flex_ratio_min;
73 uint32_t flex_ratio_max;
H A Dcpu_affinity.h39 uint32_t num; /* Logical id */
45 extern processor_set_t ml_affinity_to_pset(uint32_t affinity_num);
H A Dhpet.h78 uint32_t rcbaArea;
79 uint32_t rcbaAreap;
85 uint32_t flags;
86 uint32_t hpetOffset;
87 uint32_t hpetVector;
103 extern uint32_t rcbaAreap;
115 extern int hpet_register_callback(int (*hpet_reqst)(uint32_t apicid, void *arg, hpetRequest_t *hpet), void *arg);
116 extern int hpet_request(uint32_t cpu);
H A Dlapic.c81 uint32_t
82 ml_get_apicid(uint32_t cpu)
84 if(cpu >= (uint32_t)MAX_CPUS)
88 return (uint32_t)cpu_to_lapic[cpu];
92 uint32_t
93 ml_get_cpuid(uint32_t lapic_index)
95 if(lapic_index >= (uint32_t)MAX_LAPICIDS)
99 return (uint32_t)lapic_to_cpu[lapic_index];
/xnu-2782.1.97/osfmk/console/
H A Dserial_protos.h42 extern uint32_t serialmode;
43 extern uint32_t cons_ops_index;
44 extern uint32_t nconsops;
/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dccmd5.h19 extern const uint32_t ccmd5_initial_state[4];
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsocket.d28 uint32_t cc;
29 uint32_t hiwat;
30 uint32_t lowat;
31 uint32_t mbcnt;
32 uint32_t mbmax;
33 uint32_t flags;
50 uint32_t options;
57 uint32_t flags;
/xnu-2782.1.97/bsd/dev/
H A Dmunge.c39 munge_32_to_64_unsigned(volatile uint64_t *dest, volatile uint32_t *src, int count);
93 volatile uint32_t *in_args = (volatile uint32_t*)args;
103 volatile uint32_t *in_args = (volatile uint32_t*)args;
114 volatile uint32_t *in_args = (volatile uint32_t*)args;
125 volatile uint32_t *in_args = (volatile uint32_t*)args;
138 volatile uint32_t *in_arg
[all...]
/xnu-2782.1.97/osfmk/corecrypto/ccsha1/src/
H A Dccsha1_initial_state.c13 const uint32_t ccsha1_initial_state[5] = {
/xnu-2782.1.97/osfmk/kperf/
H A Daction.h72 uint32_t samplers );
74 uint32_t *samplers_out );
77 uint32_t userdata );
79 uint32_t *userdata_out );
H A Dtimetrigger.h45 extern int kperf_timer_get_action( unsigned timer, uint32_t *action );
46 extern int kperf_timer_set_action( unsigned timer, uint32_t action );
/xnu-2782.1.97/tools/tests/perf_index/
H A Dmd5.h6 void md5_hash(uint8_t *message, uint64_t len, uint32_t *hash);
/xnu-2782.1.97/osfmk/gssd/
H A Dgssd_mach.defs44 type gssd_gid_list = array [*:16] of uint32_t;
60 in uid : uint32_t;
63 in flags : uint32_t;
64 in gssd_flags : uint32_t;
68 out ret_flags : uint32_t;
71 out major_stat : uint32_t;
72 out minor_stat : uint32_t
79 in gssd_flags : uint32_t;
83 out flags : uint32_t;
84 out uid : uint32_t;
[all...]
/xnu-2782.1.97/osfmk/i386/commpage/
H A Dcommpage.h118 uint32_t code_length; // length in bytes
119 uint32_t commpage_address; // put at this address (_COMM_PAGE_BCOPY etc)
128 uint32_t nt_scale; // _COMM_PAGE_NT_SCALE
129 uint32_t nt_shift; // _COMM_PAGE_NT_SHIFT
131 uint32_t nt_generation; // _COMM_PAGE_NT_GENERATION
132 uint32_t gtod_generation; // _COMM_PAGE_GTOD_GENERATION
143 extern void commpage_set_nanotime(uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift);
150 extern uint32_t commpage_is_in_pfz32(uint32_t);
[all...]
/xnu-2782.1.97/libsyscall/mach/
H A Dstack_logging_internal.h43 typedef void (malloc_logger_t)(uint32_t type, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t result, uint32_t num_hot_frames_to_skip);
/xnu-2782.1.97/osfmk/mach/
H A Dmach_time.h37 uint32_t numer;
38 uint32_t denom;

Completed in 69 milliseconds

1234567891011>>