Home
last modified time | relevance | path

Searched refs:B (Results 1 – 18 of 18) sorted by relevance

/xnu-8019.80.24/bsd/dev/dtrace/scripts/
H A Dio.d68 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 Dnfsproto.h353 #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 Dnfsm_subs.h491 #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 Dxdr_subs.h468 #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 Dnfs.h888 #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 DIOReportTypes.h166 #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 DIOReportTypes.h166 #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 Dskywalk.c983 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 Dos_atomic_normalize.cocci23 expression A, B, C;
/xnu-8019.80.24/tools/tests/MPMMTest/
H A DKQMPMMtest.c25 #define MAX(A, B) ((A) < (B) ? (B) : (A)) argument
H A DMPMMtest.c26 #define MAX(A, B) ((A) < (B) ? (B) : (A)) argument
/xnu-8019.80.24/osfmk/device/
H A Ddevice_types.defs59 * Author: David B. Golub, Carnegie Mellon University
/xnu-8019.80.24/libsyscall/mach/
H A Derr_iokit.sub165 "(iokit/firewire) kIOFireWireSeparateBus", // 00B
/xnu-8019.80.24/tools/lldbmacros/
H A DREADME.md5 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 Dhost_priv.defs165 * N.B. This is an EXPERIMENTAL interface!
/xnu-8019.80.24/makedefs/
H A DMakeInc.top246 # generate TARGET_CONFIGS for all kernel configs for B&I
249 # generate TARGET_CONFIGS for all kernel configs for B&I
H A DMakeInc.def1019 SINCVERS = B
/xnu-8019.80.24/tests/
H A Dstackshot_tests.m2169 T_LOG("device running with B&I built shared-cache, no shared cache layout expected");