Searched refs:__CONCAT (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | kalloc.h | 1019 #define KALLOC_CONCAT(x, y) __CONCAT(x,y) 1024 #define KALLOC_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__) 1027 #define KALLOC_DISPATCH1_R(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | cdefs.h | 113 #define __CONCAT(x, y) x ## y macro 129 #define __CONCAT(x, y) x /**/ y macro
|
| H A D | vnode_internal.h | 422 #define VDESC(OP) (& __CONCAT(OP,_desc))
|
| /xnu-8020.101.4/iokit/IOKit/ |
| H A D | IOLib.h | 730 #define __IOKIT_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)
|