| /xnu-8792.41.9/bsd/skywalk/ |
| H A D | os_sysctls_private.h | 43 X(int32_t, bg_target_qdelay, 40) \ 44 X(int32_t, bg_allowed_increase, 8) \ 45 X(int32_t, bg_tether_shift, 1) \ 47 X(int32_t, use_newreno, 0) \ 48 X(int32_t, cubic_tcp_friendliness, 0) \ 49 X(int32_t, cubic_fast_convergence, 0) \ 50 X(int32_t, cubic_use_minrtt, 0) \ 51 X(int32_t, delayed_ack, 3) \ 52 X(int32_t, recvbg, 0) \ 53 X(int32_t, drop_synfin, 1) \ [all …]
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | content_filter.h | 416 int32_t cfs_ctl_connect_ok; 417 int32_t cfs_ctl_connect_fail; 418 int32_t cfs_ctl_disconnect_ok; 419 int32_t cfs_ctl_disconnect_fail; 420 int32_t cfs_ctl_send_ok; 421 int32_t cfs_ctl_send_bad; 422 int32_t cfs_ctl_rcvd_ok; 423 int32_t cfs_ctl_rcvd_bad; 424 int32_t cfs_ctl_rcvd_flow_lift; 425 int32_t cfs_ctl_action_data_update; [all …]
|
| H A D | if_llreach.h | 53 int32_t lri_rssi; /* received signal strength */ 54 int32_t lri_lqm; /* link quality metric */ 55 int32_t lri_npm; /* node proximity metric */ 89 int32_t lr_rssi; /* received signal strength */ 90 int32_t lr_lqm; /* link quality metric */ 91 int32_t lr_npm; /* node proximity metric */
|
| /xnu-8792.41.9/bsd/vfs/ |
| H A D | vfs_unicode.c | 27 int32_t utf8ToU32Code(int32_t u32char, const char** srcPtr, const char* srcLimit); 29 int32_t normalizeOptCaseFoldU32Char(int32_t u32char, bool case_sens, 30 int32_t u32NormFoldBuf[kNFCSingleCharDecompMax], 34 int32_t* unorm, uint8_t* unormcc, int32_t* unormlenP, int32_t* unormstartP, 35 int32_t* buf, uint8_t* bufcc, int32_t* buflenP, 37 void doReorder(int32_t* buf, uint8_t* bufcc, int32_t buflen); 38 int32_t u32CharToUTF8Bytes(uint32_t u32char, uint8_t utf8Bytes[kMaxUTF8BytesPerChar]); 92 int32_t unorm[kNFCSingleCharDecompMax]; in utf8_normalizeOptCaseFoldAndHash() 94 int32_t unormlen = 0; in utf8_normalizeOptCaseFoldAndHash() 95 int32_t unormstart = 0; in utf8_normalizeOptCaseFoldAndHash() [all …]
|
| H A D | vfs_fsevents.c | 73 int32_t refcount; // number of clients referencing this 75 int32_t spare; 86 int32_t mode; 137 int32_t num_events; 140 int32_t flags; 142 int32_t eventq_size; // number of event pointers in queue 143 int32_t num_readers; 144 int32_t rd; // read index into the event_queue 145 int32_t wr; // write index into the event_queue 146 int32_t blockers; [all …]
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | bsdtask_info.h | 41 int32_t pti_policy; /* default policy for new threads */ 42 int32_t pti_faults; /* number of page faults */ 43 int32_t pti_pageins; /* number of actual pageins */ 44 int32_t pti_cow_faults; /* number of copy-on-write faults */ 45 int32_t pti_messages_sent; /* number of messages sent */ 46 int32_t pti_messages_received; /* number of messages received */ 47 int32_t pti_syscalls_mach; /* number of mach system calls */ 48 int32_t pti_syscalls_unix; /* number of unix system calls */ 49 int32_t pti_csw; /* number of context switches */ 50 int32_t pti_threadnum; /* number of threads in the task */ [all …]
|
| H A D | vmmeter.h | 128 int32_t t_vm; /* total virtual memory */ 129 int32_t t_avm; /* active virtual memory */ 130 int32_t t_rm; /* total real memory in use */ 131 int32_t t_arm; /* active real memory */ 132 int32_t t_vmshr; /* shared virtual memory */ 133 int32_t t_avmshr; /* active shared virtual memory */ 134 int32_t t_rmshr; /* shared real memory */ 135 int32_t t_armshr; /* active shared real memory */ 136 int32_t t_free; /* free memory pages */
|
| H A D | gmon.h | 76 int32_t version; /* version number */ 77 int32_t profrate; /* profiling clock rate */ 78 int32_t spare[3]; /* reserved */ 86 int32_t version; /* version number */ 87 int32_t profrate; /* profiling clock rate */ 88 int32_t spare[3]; /* reserved */ 148 int32_t count; 155 int32_t count; 175 int32_t raw_count; 181 int32_t raw_count;
|
| H A D | sem_internal.h | 76 int32_t sem_base; /* 32 bit base ptr for semaphore set */ 79 int32_t sem_pad1; /* RESERVED: DO NOT USE! */ 83 int32_t sem_pad2; /* RESERVED: DO NOT USE! */ 84 int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */ 89 int32_t sem_base; /* 32 bit base ptr for semaphore set */ 92 int32_t sem_pad1; /* RESERVED: DO NOT USE! */ 96 int32_t sem_pad2; /* RESERVED: DO NOT USE! */ 97 int32_t sem_pad3[4]; /* RESERVED: DO NOT USE! */
|
| H A D | proc_info.h | 83 int32_t pbi_nice; 111 int32_t p_idversion; /* pid version */ 213 int32_t pti_policy; /* default policy for new threads */ 214 int32_t pti_faults; /* number of page faults */ 215 int32_t pti_pageins; /* number of actual pageins */ 216 int32_t pti_cow_faults; /* number of copy-on-write faults */ 217 int32_t pti_messages_sent; /* number of messages sent */ 218 int32_t pti_messages_received; /* number of messages received */ 219 int32_t pti_syscalls_mach; /* number of mach system calls */ 220 int32_t pti_syscalls_unix; /* number of unix system calls */ [all …]
|
| H A D | unicode.h | 151 int32_t *ustr, 152 int32_t ustr_size, 153 int32_t *ustr_len); 235 const int32_t *ustrB, 236 int32_t ustrB_len,
|
| H A D | types.h | 101 typedef int32_t daddr_t; /* disk address */ 125 typedef int32_t segsz_t; /* segment size */ 126 typedef int32_t swblk_t; /* swap offset */ 158 #define major(x) ((int32_t)(((u_int32_t)(x) >> 24) & 0xff)) 159 #define minor(x) ((int32_t)((x) & 0xffffff))
|
| H A D | kern_memorystatus.h | 114 int32_t priority; 116 int32_t limit; /* MB */ 136 int32_t priority; 139 int32_t limit; /* MB */ 199 int32_t priority; 337 int memorystatus_control(uint32_t command, int32_t pid, uint32_t flags, void *buffer, size_t buffer… 450 int32_t priority; 465 int32_t memlimit_active; /* jetsam memory limit (in MB) when process is active */ 467 int32_t memlimit_inactive; /* jetsam memory limit (in MB) when process is inactive */ 578 boolean_t update_memlimit, int32_t memlimit_active, boolean_t memlimit_active_is_fatal, [all …]
|
| H A D | fsctl.h | 166 int32_t *token; 168 int32_t *fdptr; 172 int32_t *token; 174 int32_t *fdptr; 179 int32_t *token; 181 int32_t *fdptr; 223 typedef int32_t nspace_handler_info[2]; 336 #define FSIOC_UNSUPPORTED _IOR('A', 3, int32_t)
|
| H A D | mount_internal.h | 97 #define INCR_PENDING_IO(a, b) OSAddAtomic((int32_t)(a), (int32_t *)&(b)); 110 int32_t mnt_count; /* reference on the mount */ 150 …int32_t mnt_crossref; /* refernces to cover lookups crossing into m… 151 …int32_t mnt_iterref; /* refernces to cover iterations; drained make… 153 int32_t mnt_numtriggers; /* num of trigger vnodes for this mount */ 314 int32_t vfc_reserved1; 315 int32_t vfc_reserved2;
|
| /xnu-8792.41.9/tests/ |
| H A D | memorystatus_assertion_helpers.h | 30 set_priority(pid_t pid, int32_t priority, uint64_t user_data, boolean_t is_assertion_driven); 37 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected… 49 int32_t active_limit_mb, int32_t inactive_limit_mb, 57 set_assertion_priority(pid_t pid, int32_t priority, uint64_t user_data); 77 get_priority_props(pid_t pid, boolean_t verbose, int32_t *priority, int32_t *limit_mb, uint64_t *us…
|
| H A D | memorystatus_assertion_helpers.c | 11 set_priority(pid_t pid, int32_t priority, uint64_t user_data, boolean_t is_assertion_driven) in set_priority() 44 check_properties(pid_t pid, int32_t expected_priority, int32_t expected_limit_mb, uint64_t expected… in check_properties() 50 int32_t actual_priority = 0; in check_properties() 51 int32_t actual_limit_mb = 0; in check_properties() 100 set_assertion_priority(pid_t pid, int32_t priority, uint64_t user_data) in set_assertion_priority() 114 int32_t active_limit_mb, int32_t inactive_limit_mb, in set_memlimits() 149 get_priority_props(pid_t pid, boolean_t verbose, int32_t *priority, int32_t *limit_mb, uint64_t *us… in get_priority_props()
|
| /xnu-8792.41.9/osfmk/mach/ |
| H A D | thread_info.h | 155 int32_t pth_cpu_usage; /* scaled cpu usage percentage */ 156 int32_t pth_policy; /* scheduling policy in effect */ 157 int32_t pth_run_state; /* run state (see below) */ 158 int32_t pth_flags; /* various flags (see below) */ 159 int32_t pth_sleep_time; /* number of seconds that thread */ 160 int32_t pth_curpri; /* cur priority*/ 161 int32_t pth_priority; /* priority*/ 162 int32_t pth_maxpriority; /* max priority*/
|
| H A D | kmod.h | 89 int32_t info_version; // version of this structure 93 int32_t reference_count; // # linkage refs to this 106 int32_t info_version; 110 int32_t reference_count; 123 int32_t info_version; 127 int32_t reference_count;
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_prot.c | 134 setprivexec(proc_t p, struct setprivexec_args *uap, int32_t *retval) in setprivexec() 155 getpid(proc_t p, __unused struct getpid_args *uap, int32_t *retval) in getpid() 174 getppid(proc_t p, __unused struct getppid_args *uap, int32_t *retval) in getppid() 193 getpgrp(proc_t p, __unused struct getpgrp_args *uap, int32_t *retval) in getpgrp() 217 getpgid(proc_t p, struct getpgid_args *uap, int32_t *retval) in getpgid() 257 getsid(proc_t p, struct getsid_args *uap, int32_t *retval) in getsid() 286 getuid(__unused proc_t p, __unused struct getuid_args *uap, int32_t *retval) in getuid() 303 geteuid(__unused proc_t p, __unused struct geteuid_args *uap, int32_t *retval) in geteuid() 322 gettid(__unused proc_t p, struct gettid_args *uap, int32_t *retval) in gettid() 358 getgid(__unused proc_t p, __unused struct getgid_args *uap, int32_t *retval) in getgid() [all …]
|
| H A D | proc_info.c | 113 …t64_t ext_id, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval); 143 …pids(uint32_t type, uint32_t tyoneinfo, user_addr_t buffer, uint32_t buffersize, int32_t * retval); 144 …t64_t ext_id, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval); 145 …_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retval); 146 …ttribute__ ((noinline)) proc_kernmsgbuf(user_addr_t buffer, uint32_t buffersize, int32_t * retval); 147 …trol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, int32_t * retval); 148 … pid, int flavor, mach_port_name_t name, user_addr_t buffer, uint32_t buffersize, int32_t *retval); 149 static int __attribute__ ((noinline)) proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t … 150 static int __attribute__ ((noinline)) proc_terminate(int pid, int32_t * retval); 151 …ttribute__ ((noinline)) proc_pid_rusage(int pid, int flavor, user_addr_t buffer, int32_t * retval); [all …]
|
| /xnu-8792.41.9/san/memory/ |
| H A D | kasan.h | 160 KASAN_DECLARE_FOREACH_WIDTH(void, __asan_report_exp_load, uptr, int32_t); 161 KASAN_DECLARE_FOREACH_WIDTH(void, __asan_report_exp_store, uptr, int32_t); 162 KASAN_DECLARE_FOREACH_WIDTH(void, __asan_exp_load, uptr, int32_t); 163 KASAN_DECLARE_FOREACH_WIDTH(void, __asan_exp_store, uptr, int32_t); 204 void __asan_exp_loadN(uptr, size_t, int32_t); 205 void __asan_exp_storeN(uptr, size_t, int32_t); 206 void __asan_report_exp_load_n(uptr, unsigned long, int32_t); 207 void __asan_report_exp_store_n(uptr, unsigned long, int32_t);
|
| H A D | kasan-helper.c | 60 void OS_NORETURN UNSUPPORTED_API(__asan_report_exp_load##n, uptr a, int32_t b); \ 61 void OS_NORETURN UNSUPPORTED_API(__asan_report_exp_store##n, uptr a, int32_t b); 84 void OS_NORETURN UNSUPPORTED_API(__asan_exp_##type##sz, uptr a, int32_t b); 90 void OS_NORETURN UNSUPPORTED_API(__asan_exp_##type##sz, uptr a, int32_t b); 220 void OS_NORETURN UNSUPPORTED_API(__asan_exp_loadN, uptr addr, size_t sz, int32_t e); 221 void OS_NORETURN UNSUPPORTED_API(__asan_exp_storeN, uptr addr, size_t sz, int32_t e); 222 void OS_NORETURN UNSUPPORTED_API(__asan_report_exp_load_n, uptr addr, unsigned long b, int32_t c); 223 void OS_NORETURN UNSUPPORTED_API(__asan_report_exp_store_n, uptr addr, unsigned long b, int32_t c);
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | timer_queue.h | 95 int32_t timer_coalesce_rt_shift; 96 int32_t timer_coalesce_bg_shift; 97 int32_t timer_coalesce_kt_shift; 98 int32_t timer_coalesce_fp_shift; 99 int32_t timer_coalesce_ts_shift;
|
| /xnu-8792.41.9/bsd/arm/ |
| H A D | types.h | 68 typedef int32_t register_t; 87 typedef int32_t user_ssize_t; 88 typedef int32_t user_long_t; 90 typedef int32_t user_time_t;
|