| /xnu-8020.101.4/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 140 #define __NDR_convert__int_rep__int16_t(v, f) \ argument 144 #define __NDR_convert__int_rep__uint16_t(v, f) \ argument 148 #define __NDR_convert__int_rep__int32_t(v, f) \ argument 152 #define __NDR_convert__int_rep__uint32_t(v, f) \ argument 156 #define __NDR_convert__int_rep__int64_t(v, f) \ argument 160 #define __NDR_convert__int_rep__uint64_t(v, f) \ argument 164 #define __NDR_convert__int_rep__float(v, f) \ argument [all …]
|
| /xnu-8020.101.4/EXTERNAL_HEADERS/acpi/ |
| H A D | Acpi_v1.h | 730 #define ACPI_ASF0_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_ASF_INFO,f) argument 731 #define ACPI_ASF1_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_ASF_ALERT,f) argument 732 #define ACPI_ASF2_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_ASF_REMOTE,f) argument 733 #define ACPI_ASF3_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_ASF_RMCP,f) argument 734 #define ACPI_ASF4_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_ASF_ADDRESS,f) argument 735 #define ACPI_BOOT_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_TABLE_BOOT,f) argument 736 #define ACPI_CPEP_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_TABLE_CPEP,f) argument 737 #define ACPI_CPEP0_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_CPEP_POLLING,f) argument 738 #define ACPI_DBGP_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_TABLE_DBGP,f) argument 739 #define ACPI_ECDT_OFFSET(f) (UINT8) ACPI_OFFSET (EC_BOOT_RESOURCES,f) argument [all …]
|
| H A D | Acpi.h | 412 #define ACPI_FLAG_OFFSET(d, f, o) (UINT8) (ACPI_OFFSET (d,f) +\ argument 453 #define ACPI_FACS_OFFSET(f) (UINT8) ACPI_OFFSET (FACS_DESCRIPTOR,f) argument 454 #define ACPI_FADT_OFFSET(f) (UINT8) ACPI_OFFSET (FADT_DESCRIPTOR, f) argument 455 #define ACPI_GAS_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_GENERIC_ADDRESS,f) argument 456 #define ACPI_HDR_OFFSET(f) (UINT8) ACPI_OFFSET (ACPI_TABLE_HEADER,f) argument 457 #define ACPI_RSDP_OFFSET(f) (UINT8) ACPI_OFFSET (RSDP_DESCRIPTOR,f) argument 459 #define ACPI_FADT_FLAG_OFFSET(f, o) ACPI_FLAG_OFFSET (FADT_DESCRIPTOR,f,o) argument 460 #define ACPI_FACS_FLAG_OFFSET(f, o) ACPI_FLAG_OFFSET (FACS_DESCRIPTOR,f,o) argument
|
| /xnu-8020.101.4/osfmk/x86_64/ |
| H A D | idt64.s | 118 #define IDT_ENTRY_WRAPPER(n, f) \ argument 126 #define IDT_ENTRY_WRAPPER(n, f) \ argument 133 #define TRAP_ERR(n, f) \ argument 138 #define TRAP(n, f) \ argument 152 #define TRAP_SPC(n, f) argument 153 #define TRAP_IST1(n, f) argument 154 #define TRAP_IST2(n, f) argument 155 #define USER_TRAP_SPC(n, f) argument
|
| /xnu-8020.101.4/libkdd/ |
| H A D | kcdtypes.c | 75 #define _SUBTYPE_TRUNC(t, s, f, name) do { \ in kcdata_get_typedescription() argument 79 #define _SUBTYPE(t, s, f) do { \ in kcdata_get_typedescription() argument 84 #define _SUBTYPE_ARRAY(t, s, f, c) setup_subtype_array_description(&subtypes[i++], (t), offsetof(s,… in kcdata_get_typedescription() argument 85 #define _STRINGTYPE(f) setup_subtype_array_description(&subtypes[i++], KC_ST_CHAR, 0, UINT16_MAX, f) in kcdata_get_typedescription() argument
|
| /xnu-8020.101.4/tests/bounded_ptr_src/ |
| H A D | ctor.nullptr.cpp | 37 auto f = [](test_bounded_ptr<T> p) { in tests() local 61 auto f = [](test_bounded_ptr<T> p) { in tests() local 85 auto f = [](test_bounded_ptr<T> p) { in tests() local
|
| /xnu-8020.101.4/tests/ |
| H A D | rump.h | 6 #define kheap_alloc(h, s, f) calloc(1, s) argument 8 #define kalloc_type(t, f) calloc(1, sizeof(t)) argument 10 #define kalloc_data(s, f) calloc(1, s) argument
|
| H A D | atm_diagnostic_flag_entitled.c | 59 uint32_t f = _save_atm_diagnostic_flag(); in _toggle_atm_diagnostic_flag() local
|
| H A D | atm_diagnostic_flag.c | 59 uint32_t f = _save_atm_diagnostic_flag(); in _toggle_atm_diagnostic_flag() local
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | mach_process.c | 106 #define SET(t, f) (t) |= (f) argument 107 #define CLR(t, f) (t) &= ~(f) argument 108 #define ISSET(t, f) ((t) & (f)) argument
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | buf.h | 1283 #define SET(t, f) (t) |= (f) argument 1284 #define CLR(t, f) (t) &= ~(f) argument 1285 #define ISSET(t, f) ((t) & (f)) argument
|
| H A D | kernel_types.h | 38 #define SET(t, f) (t) |= (f) argument 39 #define CLR(t, f) (t) &= ~(f) argument 40 #define ISSET(t, f) ((t) & (f)) argument
|
| H A D | kdebug_kernel.h | 235 #define KDBG_(f, x, a, b, c, d, n, ...) KDBG##n(f, x, a, b, c, d) argument 236 #define KDBG0(f, x, a, b, c, d) KERNEL_DEBUG_CONSTANT##f(x, 0, 0, 0, 0, 0) argument 237 #define KDBG1(f, x, a, b, c, d) KERNEL_DEBUG_CONSTANT##f(x, a, 0, 0, 0, 0) argument 238 #define KDBG2(f, x, a, b, c, d) KERNEL_DEBUG_CONSTANT##f(x, a, b, 0, 0, 0) argument 239 #define KDBG3(f, x, a, b, c, d) KERNEL_DEBUG_CONSTANT##f(x, a, b, c, 0, 0) argument 240 #define KDBG4(f, x, a, b, c, d) KERNEL_DEBUG_CONSTANT##f(x, a, b, c, d, 0) argument
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | pf_osfp.c | 411 struct pf_os_fingerprint *f; in pf_osfp_find() local 492 struct pf_os_fingerprint *f; in pf_osfp_find_exact() local 514 struct pf_os_fingerprint *f, *prev = NULL; in pf_osfp_insert() local 564 struct pf_os_fingerprint *f, *f2, find; in pf_osfp_validate() local
|
| H A D | radix.c | 108 #define RN_MATCHF(rn, f, arg) (f == NULL || (*f)((rn), arg)) argument 219 rn_matchf_t *f, void *w) in rn_lookup_args() 249 rn_matchf_t *f, void *w) in rn_satisfies_leaf() 278 rn_matchf_t *f, void *w) in rn_match_args() 1019 rn_walktree_from(struct radix_node_head *h, void *a, void *m, walktree_f_t *f, in rn_walktree_from() 1152 rn_walktree(struct radix_node_head *h, walktree_f_t *f, void *w) in rn_walktree()
|
| H A D | if_pflog.h | 104 #define PFLOG_PACKET(i, x, a, b, c, d, e, f, g, h) pflog_packet(i,a,b,c,d,e,f,g,h) argument 106 #define PFLOG_PACKET(i, x, a, b, c, d, e, f, g, h) ((void)0) argument
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ip_frag.c | 479 ipf_icmp_timeout_err(struct fsw_ip_frag_mgr *mgr, struct ipf *f) in ipf_icmp_timeout_err() 513 struct ipf *f, *f_new, *f_down; in ipf_process() local 768 ipf_enq(struct ipf *f, struct ipf *up6) in ipf_enq() 780 ipf_deq(struct ipf *f) in ipf_deq() 941 struct ipf *f, *down6; in ipfq_freef() local 976 struct ipf *f; in ipf_alloc() local 995 ipf_free_pkt(struct ipf *f) in ipf_free_pkt() 1004 ipf_free(struct fsw_ip_frag_mgr *mgr, struct ipf *f) in ipf_free()
|
| /xnu-8020.101.4/libkern/os/ |
| H A D | refcnt.c | 306 __os_ref_retain(os_ref_atomic_t *rc, os_ref_count_t f, in __os_ref_retain() 326 os_ref_retain_floor_internal(os_ref_atomic_t *rc, os_ref_count_t f, in os_ref_retain_floor_internal() 333 __os_ref_retain_try(os_ref_atomic_t *rc, os_ref_count_t f, in __os_ref_retain_try() 364 os_ref_retain_floor_try_internal(os_ref_atomic_t *rc, os_ref_count_t f, in os_ref_retain_floor_try_internal() 467 __os_ref_retain_locked(os_ref_atomic_t *rc, os_ref_count_t f, in __os_ref_retain_locked() 488 os_ref_retain_floor_locked_internal(os_ref_atomic_t *rc, os_ref_count_t f, in os_ref_retain_floor_locked_internal()
|
| H A D | refcnt_internal.h | 215 os_ref_retain_floor(struct os_refcnt *rc, os_ref_count_t f) in os_ref_retain_floor() 227 os_ref_retain_floor_raw(os_ref_atomic_t *rc, os_ref_count_t f, struct os_refgrp *grp) in os_ref_retain_floor_raw() 259 os_ref_retain_floor_try_raw(os_ref_atomic_t *rc, os_ref_count_t f, in os_ref_retain_floor_try_raw() 272 os_ref_retain_floor_locked_raw(os_ref_atomic_t *rc, os_ref_count_t f, in os_ref_retain_floor_locked_raw() 294 #define os_ref_retain_floor_raw(rc, f, grp) (os_ref_retain_floor_raw)((rc), f, NULL) argument 299 #define os_ref_retain_floor_try_raw(rc, f, grp) (os_ref_retain_floor_try_raw)((rc), f, NULL) argument 301 #define os_ref_retain_floor_locked_raw(rc, f, grp) (os_ref_retain_floor_locked_raw)((rc), f, NULL) argument
|
| /xnu-8020.101.4/bsd/sys/_types/ |
| H A D | _fd_copy.h | 29 #define FD_COPY(f, t) __DARWIN_FD_COPY(f, t) argument
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_flow.c | 257 uint32_t flags, struct netif_flow **f) in netif_flow_list_lookup() 288 netif_flow_list_insert(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_insert() 307 netif_flow_list_remove(struct netif_flowtable *ft, struct netif_flow *f) in netif_flow_list_remove() 352 nx_netif_flow_deliver(struct nx_netif *nif, struct netif_flow *f, in nx_netif_flow_deliver() 476 struct netif_flow *f, uint32_t flags) in nx_netif_flow_match() 518 struct netif_flow *f = NULL; in nx_netif_flow_classify() local
|
| /xnu-8020.101.4/tests/safe_allocation_src/ |
| H A D | ctor.nullptr.cpp | 37 auto f = [](test_safe_allocation<T> array) { in tests() local
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | sched_prim.h | 691 #define SCHED(f) (sched_edge_dispatch.f) argument 694 #define SCHED(f) (sched_amp_dispatch.f) argument 701 #define SCHED(f) (sched_clutch_dispatch.f) argument 704 #define SCHED(f) (sched_dualq_dispatch.f) argument
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | cbrtf.c | 400 union floatdata { float f; int32_t x; }; member
|
| /xnu-8020.101.4/tools/lldbmacros/ |
| H A D | ktrace.py | 577 def align_next_chunk(f, offset, verbose): argument 625 def append_chunk(f, file_offset, tag, major, minor, data, verbose): argument
|