| /xnu-8792.81.2/tests/ |
| H A D | monotonic_uncore.c | 32 int r; in device_supports_uncore() local 93 int r; in uncore_counts() local 118 int r; variable 140 int r; in uncore_add() local 209 int r; variable 229 int r; in uncore_add_all() local 384 int r; variable
|
| H A D | socket_0byte_udp_poll_58140856.c | 25 int r; in server_listen() local 60 ssize_t r = sendmsg(fd, &msg, 0); in send_message() local 75 int r; in server_poll() local
|
| H A D | monotonic_core.c | 37 int r; in skip_if_unsupported() local 96 int r; variable 205 int r; in perf_sysctl_deltas() local
|
| H A D | freebsd_waitpid_nohang.c | 39 int status, r; variable
|
| H A D | vm_spawn_tool.c | 44 int r = sysctlbyname("debug.vm_mixed_pagesize_supported", &supported, &supported_size, NULL, 0); in main() local
|
| H A D | turnstile_multihop.c | 265 int r; in register_port() local 569 int r; in dispatch_sync_wait() local 601 int r; in dispatch_sync_cancel() local
|
| /xnu-8792.81.2/bsd/net/ |
| H A D | pf_ruleset.c | 218 int r = --a->refcnt; in pf_release_anchor() local 273 pf_release_ruleset(struct pf_ruleset *r) in pf_release_ruleset() 284 char *p, *q = NULL, *r; in pf_find_or_create_ruleset() local 446 pf_anchor_setup(struct pf_rule *r, const struct pf_ruleset *s, in pf_anchor_setup() 503 pf_anchor_copyout(const struct pf_ruleset *rs, const struct pf_rule *r, in pf_anchor_copyout() 552 pf_anchor_remove(struct pf_rule *r) in pf_anchor_remove()
|
| H A D | flowhash.c | 62 #define ROTL32(x, r) (((x) << (r)) | ((x) >> (32 - (r)))) argument 63 #define ROTL64(x, r) (((x) << (r)) | ((x) >> (64 - (r)))) argument
|
| H A D | pf.c | 149 #define PF_RTABLEID_IS_VALID(r) \ argument 177 struct pf_rule *r; member 470 #define BOUND_IFACE(r, k) \ argument 2626 pf_send_tcp(const struct pf_rule *r, sa_family_t af, in pf_send_tcp() 2802 struct pf_rule *r) in pf_send_icmp() 3035 pf_match_tag(struct pf_rule *r, struct pf_mtag *pf_mtag, in pf_match_tag() 3077 struct pf_rule **r, struct pf_rule **a, int *match) in pf_step_into_anchor() 3114 struct pf_rule **r, struct pf_rule **a, int *match) in pf_step_out_of_anchor() 3271 pf_map_addr(sa_family_t af, struct pf_rule *r, struct pf_addr *saddr, in pf_map_addr() 3481 pf_get_sport(struct pf_pdesc *pd, struct pfi_kif *kif, struct pf_rule *r, in pf_get_sport() [all …]
|
| /xnu-8792.81.2/libsyscall/mach/ |
| H A D | mach_right.c | 74 mach_right_recv_destruct(mach_right_recv_t r, mach_right_send_t *s, in mach_right_recv_destruct() 93 mach_right_send_create(mach_right_recv_t r) in mach_right_send_create() 151 mach_right_send_once_create(mach_right_recv_t r) in mach_right_send_once_create()
|
| /xnu-8792.81.2/bsd/pgo/ |
| H A D | profile_runtime.c | 125 kern_return_t r; in pgo_reset_counters() local 187 kern_return_t r = pgo_reset_counters(); in grab_pgo_data() local
|
| /xnu-8792.81.2/pexpert/i386/ |
| H A D | pe_serial.c | 70 #define IO_WRITE(r, v) outb(LEGACY_UART_PORT_ADDR + UART_##r, v) argument 71 #define IO_READ(r) inb(LEGACY_UART_PORT_ADDR + UART_##r) argument 232 #define MMIO_WRITE(r, v) ml_phys_write_word(mmio_uart_base + MMIO_UART_##r, v) argument 233 #define MMIO_READ(r) ml_phys_read_word(mmio_uart_base + MMIO_UART_##r) argument 454 #define PCIE_MMIO_WRITE(r, v) ml_phys_write_byte(pcie_mmio_uart_base + PCIE_MMIO_UART_##r, v) argument 455 #define PCIE_MMIO_READ(r) ml_phys_read_byte(pcie_mmio_uart_base + PCIE_MMIO_UART_##r) argument
|
| /xnu-8792.81.2/osfmk/i386/ |
| H A D | asm.h | 216 #define Gotoff2(l,r) l(r) argument 217 #define Gotoff3(l,r,s) l(,r,s) argument 231 #define Gotoff2(l,r) l@GOTOFF(%ebx,r) argument 232 #define Gotoff3(l,r,s) l@GOTOFF(%ebx,r,s) argument 245 #define Gotoff2(l,r) l(r) argument 246 #define Gotoff3(l,r,s) l(,r,s) argument 264 #define Lgotoff2(l,r) Gotoff2(LCL(l),r) argument 265 #define Lgotoff3(l,r,s) Gotoff3(LCL(l),r,s) argument
|
| H A D | i386_vm_init.c | 190 #define RESET_FRAG(r) (((r)->alloc_frag_up = 1), ((r)->alloc_frag_down = 0)) argument 900 int r; in pmap_next_page_large() local 1008 pmap_memory_region_t *r; in pmap_hi_pages_done() local
|
| /xnu-8792.81.2/pexpert/pexpert/arm64/ |
| H A D | platform.h | 60 #define SUB_PLATFORM_TUNABLE_HEADER(r, x) <COMBINE7(platform/soc/tunables/,ARM64_SOC_NAME,/,r… argument 61 #define SUB_TARGET_TUNABLE_HEADER(r, t, x) <COMBINE7(target/tunables/,t,/,r,/,x,.h)> argument
|
| /xnu-8792.81.2/osfmk/console/art/ |
| H A D | progress.m | 15 uint8_t r; field
|
| /xnu-8792.81.2/tests/recount/ |
| H A D | coalition_info_tests.c | 23 int r; in skip_if_monotonic_unsupported() local
|
| /xnu-8792.81.2/libkern/ |
| H A D | mkext.c | 116 int i, j, k, r; in decompress_lzss() local 214 insert_node(struct encode_state *sp, int r) in insert_node()
|
| /xnu-8792.81.2/bsd/netinet/ |
| H A D | cbrtf.c | 407 double r; in cbrtf() local
|
| /xnu-8792.81.2/EXTERNAL_HEADERS/corecrypto/ |
| H A D | ccn.h | 254 cc_unit ccn_subn(cc_size n, cc_unit *cc_counted_by(n) r, const cc_unit *cc_counted_by(n) s, in ccn_subn() 275 cc_unit ccn_addn(cc_size n, cc_unit *cc_counted_by(n) r, const cc_unit *cc_counted_by(n) s, in ccn_addn() 305 #define ccn_read_int(n, r, data_size, data) ccn_read_uint(n, r, data_size, data) argument 423 void ccn_zero(cc_size n, cc_unit *cc_sized_by(n) r) { in ccn_zero() 428 void ccn_clear(cc_size n, cc_unit *cc_sized_by(n) r) { in ccn_clear() 436 void ccn_seti(cc_size n, cc_unit *cc_counted_by(n) r, cc_unit v) { in ccn_seti() 443 …ize n, cc_unit *cc_counted_by(n) r, const cc_size s_size, const cc_unit *cc_counted_by(s_size) s) { in ccn_setn() 481 void ccn_swap(cc_size n, cc_unit *cc_counted_by(n) r) { in ccn_swap() 494 …c_unit *cc_counted_by(n) r, const cc_unit *cc_counted_by(n) s, const cc_unit *cc_counted_by(n) t) { in ccn_xor()
|
| /xnu-8792.81.2/osfmk/mach/ |
| H A D | ndr.h | 92 #define __NDR_convert__SINGLE(a, f, r) do { r((a), (f)); } while (0) argument 93 #define __NDR_convert__ARRAY(a, f, c, r) \ argument 97 #define __NDR_convert__2DARRAY(a, f, s, c, r) \ argument
|
| /xnu-8792.81.2/tests/vm_memory_tests_src/ |
| H A D | main.c | 29 int r = proc_pidpath(getpid(), buffer, sizeof(buffer)); in spawn_process() local
|
| /xnu-8792.81.2/bsd/dev/dtrace/ |
| H A D | blist.c | 280 int r = 0; local 380 daddr_t r; local
|
| /xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_dp.c | 823 fsw_ring_dequeue_pktq(struct nx_flowswitch *fsw, struct __kern_channel_ring *r, in fsw_ring_dequeue_pktq() 868 fsw_ring_enqueue_pktq(struct nx_flowswitch *fsw, struct __kern_channel_ring *r, in fsw_ring_enqueue_pktq() 1234 struct __kern_channel_ring *r, struct pktq *pktq) in fsw_ring_enqueue_tail_drop() 1288 struct __kern_channel_ring *r = NULL; in flow_get_ring() local 1439 struct __kern_channel_ring *r; in dp_flow_rx_process() local 2578 struct __kern_channel_ring *r = fsw_flow_get_tx_ring(fsw, fe); in classq_enqueue_flow() local 2632 struct __kern_channel_ring *r = in classq_qset_enqueue_flow() local 3141 fsw_dev_ring_flush(struct nx_flowswitch *fsw, struct __kern_channel_ring *r, in fsw_dev_ring_flush() 3177 fsw_user_ring_flush(struct nx_flowswitch *fsw, struct __kern_channel_ring *r, in fsw_user_ring_flush() 3211 fsw_ring_flush(struct nx_flowswitch *fsw, struct __kern_channel_ring *r, in fsw_ring_flush()
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | kern_acct.c | 237 struct rusage rup, *r; in acct_process() local
|