| /xnu-8019.80.24/bsd/dev/dtrace/scripts/ |
| H A D | io.d | 68 translator bufinfo_t < struct buf *B > { 69 b_flags = B->b_flags; 70 b_addr = (caddr_t)B->b_datap; 71 b_bcount = B->b_bcount; 72 b_lblkno = B->b_lblkno; 73 b_blkno = B->b_blkno; 74 b_resid = B->b_resid; 75 b_bufsize = B->b_bufsize; 76 b_iodone = (caddr_t)B->b_iodone; 77 b_error = B->b_error; [all …]
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfsproto.h | 353 #define NFS_BITMAP_SET(B, I) (((uint32_t *)(B))[(I)/32] |= 1U<<((I)%32)) argument 354 #define NFS_BITMAP_CLR(B, I) (((uint32_t *)(B))[(I)/32] &= ~(1U<<((I)%32))) argument 355 #define NFS_BITMAP_ISSET(B, I) (((uint32_t *)(B))[(I)/32] & (1U<<((I)%32))) argument 371 #define NFS_BITMAP_ZERO(B, L) \ argument 375 ((uint32_t*)(B))[__i] = 0; \
|
| H A D | nfsm_subs.h | 491 #define nfsm_chain_add_bitmap(E, NMC, B, LEN) \ argument 496 nfsm_chain_add_32((E), (NMC), (B)[__i]); \ 500 #define nfsm_chain_add_bitmap_masked(E, NMC, B, LEN, MASK) \ argument 505 nfsm_chain_add_32((E), (NMC), ((B)[__i] & (MASK)[__i])); \ 509 #define nfsm_chain_add_bitmap_supported(E, NMC, B, NMP, NP) \ argument 511 uint32_t __bitmap[NFS_ATTR_BITMAP_LEN], *__bmp = (B); \ 526 __bitmap[__ii] = (B)[__ii]; \ 784 #define nfsm_chain_get_bitmap(E, NMC, B, LEN) \ argument 790 nfsm_chain_get_32((E), (NMC), (B)[__i]); \ 795 (B)[__i] = 0; \
|
| H A D | xdr_subs.h | 468 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN)) argument 535 #define xb_get_bitmap(E, XB, B, LEN) xb_get_word_array((E), (XB), (B), (LEN)) argument
|
| H A D | nfs.h | 888 #define FSDBG(A, B, C, D, E) \ argument 890 (int)(B), (int)(C), (int)(D), (int)(E), 0) 891 #define FSDBG_TOP(A, B, C, D, E) \ argument 893 (int)(B), (int)(C), (int)(D), (int)(E), 0) 894 #define FSDBG_BOT(A, B, C, D, E) \ argument 896 (int)(B), (int)(C), (int)(D), (int)(E), 0)
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOReportTypes.h | 166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument 167 (__IOR_lshiftchr(A, 7) | __IOR_lshiftchr(B, 6) | __IOR_lshiftchr(C, 5) \
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 166 #define IOREPORT_MAKEID(A, B, C, D, E, F, G, H) \ argument 167 (__IOR_lshiftchr(A, 7) | __IOR_lshiftchr(B, 6) | __IOR_lshiftchr(C, 5) \
|
| /xnu-8019.80.24/bsd/skywalk/core/ |
| H A D | skywalk.c | 983 if ((sk_memcmp_mask_##l##B(hdr1, hdr2, t##_m) != 0) ^ \ 990 if ((sk_memcmp_mask_##l##B##_scalar(hdr1, hdr2, t##_m) != 0) ^ \ 1000 if (sk_memcmp_mask_##l##B(hdr1, hdr2, t##_m) != 0) { \ 1007 if (sk_memcmp_mask_##l##B##_scalar(hdr1, hdr2, t##_m) != 0) { \ 1017 if (sk_memcmp_mask_##l##B(hdr1, hdr2, t##_m) == 0) { \ 1024 if (sk_memcmp_mask_##l##B##_scalar(hdr1, hdr2, t##_m) == 0) { \
|
| /xnu-8019.80.24/tools/cocci/ |
| H A D | os_atomic_normalize.cocci | 23 expression A, B, C;
|
| /xnu-8019.80.24/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 25 #define MAX(A, B) ((A) < (B) ? (B) : (A)) argument
|
| H A D | MPMMtest.c | 26 #define MAX(A, B) ((A) < (B) ? (B) : (A)) argument
|
| /xnu-8019.80.24/osfmk/device/ |
| H A D | device_types.defs | 59 * Author: David B. Golub, Carnegie Mellon University
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_iokit.sub | 165 "(iokit/firewire) kIOFireWireSeparateBus", // 00B
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | README.md | 5 B. Design of lldb kernel debugging platform. 73 B. Design of lldb kernel debugging platform. 164 …se core.value class as an interface to underlying C structures. Refer [Section B] for more details.
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | host_priv.defs | 165 * N.B. This is an EXPERIMENTAL interface!
|
| /xnu-8019.80.24/makedefs/ |
| H A D | MakeInc.top | 246 # generate TARGET_CONFIGS for all kernel configs for B&I 249 # generate TARGET_CONFIGS for all kernel configs for B&I
|
| H A D | MakeInc.def | 1019 SINCVERS = B
|
| /xnu-8019.80.24/tests/ |
| H A D | stackshot_tests.m | 2169 T_LOG("device running with B&I built shared-cache, no shared cache layout expected");
|