| /xnu-8796.141.3/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-8796.141.3/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 | xdr_subs.h | 495 #define xb_add_bitmap(E, XB, B, LEN) xb_add_word_array((E), (XB), (B), (LEN)) argument 562 #define xb_get_bitmap(E, XB, B, LEN) xb_get_word_array((E), (XB), (B), (LEN)) argument
|
| /xnu-8796.141.3/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-8796.141.3/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-8796.141.3/doc/ |
| H A D | sched_cond.md | 28 // (B) 39 2. If in the time since waking (B) and blocking (D), the consumer thread has been sent a wakeup (A)…
|
| /xnu-8796.141.3/bsd/skywalk/core/ |
| H A D | skywalk.c | 963 if ((sk_memcmp_mask_##l##B(hdr1, hdr2, t##_m) != 0) ^ \ 970 if ((sk_memcmp_mask_##l##B##_scalar(hdr1, hdr2, t##_m) != 0) ^ \ 980 if (sk_memcmp_mask_##l##B(hdr1, hdr2, t##_m) != 0) { \ 987 if (sk_memcmp_mask_##l##B##_scalar(hdr1, hdr2, t##_m) != 0) { \ 997 if (sk_memcmp_mask_##l##B(hdr1, hdr2, t##_m) == 0) { \ 1004 if (sk_memcmp_mask_##l##B##_scalar(hdr1, hdr2, t##_m) == 0) { \
|
| /xnu-8796.141.3/tools/cocci/ |
| H A D | os_atomic_normalize.cocci | 23 expression A, B, C;
|
| /xnu-8796.141.3/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-8796.141.3/osfmk/device/ |
| H A D | device_types.defs | 59 * Author: David B. Golub, Carnegie Mellon University
|
| /xnu-8796.141.3/libsyscall/mach/ |
| H A D | err_iokit.sub | 165 "(iokit/firewire) kIOFireWireSeparateBus", // 00B
|
| /xnu-8796.141.3/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-8796.141.3/osfmk/mach/ |
| H A D | host_priv.defs | 165 * N.B. This is an EXPERIMENTAL interface!
|
| /xnu-8796.141.3/makedefs/ |
| H A D | MakeInc.top | 221 # generate TARGET_CONFIGS for all kernel configs for B&I 224 # generate TARGET_CONFIGS for all kernel configs for B&I
|
| H A D | MakeInc.def | 1006 SINCVERS = B
|
| /xnu-8796.141.3/doc/memorystatus/ |
| H A D | freezer.md | 47 …reezing those. However, these algorithms did not outperform LRU in a user A/B test, so they're not…
|
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | kalloc.c | 1381 const struct nzones_with_idx B = *(const struct nzones_with_idx *)b; in kalloc_type_cmp_type_zones() local 1383 return (int)(B.nzones - A.nzones); in kalloc_type_cmp_type_zones()
|
| /xnu-8796.141.3/tests/ |
| H A D | stackshot_tests.m | 2350 T_LOG("device running with B&I built shared-cache, no shared cache layout expected");
|