Lines Matching refs:uint32_t

106 	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 _pad;
205 uint32_t num_bufs;
210 uint32_t enabled :1;
211 uint32_t _pad0 :31;
213 uint32_t kdebug_flags;
214 uint32_t kdebug_slowcheck;
223 uint32_t kdebug_cpus;
261 stack_snapshot2(pid_t pid, user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t flags, uint32_t dispatch_offset, int32_t *retval);
264 stack_snapshot_from_kernel(pid_t pid, void *buf, uint32_t size, uint32_t flags, unsigned *bytesTraced);
266 kdp_snapshot_preflight(int pid, void *tracebuf, uint32_t tracebuf_size, uint32_t flags, uint32_t dispatch_offset);
326 typedef void (*kd_chudhook_fn) (uint32_t debugid, uintptr_t arg1,
359 static uint32_t
390 kdbg_set_tracing_enabled(boolean_t enabled, uint32_t trace_type)
439 disable_wrap(uint32_t *old_slowcheck, uint32_t *old_flags)
455 enable_wrap(uint32_t old_slowcheck, boolean_t lostevents)
626 release_storage_unit(int cpu, uint32_t kdsp_raw)
787 for (uint32_t length=0; length<sizeof(callback.iop_name); ++length) {
830 uint32_t coreid,
831 uint32_t debugid,
840 uint32_t bindx;
957 uint32_t debugid,
966 uint32_t debugid,
975 uint32_t bindx;
1105 uint32_t etype;
1106 uint32_t stype;
1146 uint32_t debugid,
1158 uint32_t debugid,
1187 uint32_t debugid,
1231 (uint32_t)(tsc_rebase_abs_time >> 32),
1232 (uint32_t)tsc_rebase_abs_time,
1442 kdbg_cpumap_init_internal(kd_iop_t* iops, uint32_t cpu_count, uint8_t** cpumap, uint32_t* cpumap_size)
1449 uint32_t bytes_needed = sizeof(kd_cpumap_header) + cpu_count * sizeof(kd_cpumap);
1450 uint32_t bytes_available = *cpumap_size;
1907 uint32_t cpumap_size = 0;
1958 uint32_t count = 0;
1979 uint32_t pad_size;
1980 uint32_t extra_thread_count = 0;
1981 uint32_t cpumap_size;
2045 uint32_t temp = pad_size;
2076 vn_rdwr(UIO_WRITE, vp, (caddr_t)&count, sizeof(uint32_t), RAW_file_offset,
2078 RAW_file_offset += sizeof(uint32_t);
2079 RAW_file_written += sizeof(uint32_t);
2595 uint32_t rcursor;
2601 uint32_t tempbuf_count;
2602 uint32_t tempbuf_number;
2603 uint32_t old_kdebug_flags;
2604 uint32_t old_kdebug_slowcheck;
2868 stack_snapshot_from_kernel(pid_t pid, void *buf, uint32_t size, uint32_t flags, unsigned *bytesTraced)
2908 stack_snapshot2(pid_t pid, user_addr_t tracebuf, uint32_t tracebuf_size, uint32_t flags, uint32_t dispatch_offset, int32_t *retval)
3077 uint32_t old1, old2;