Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dkalloc.h984 #define KALLOC_CONCAT(x, y) __CONCAT(x,y)
989 #define KALLOC_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)
992 #define KALLOC_DISPATCH1_R(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)
/xnu-8020.121.3/bsd/sys/
H A Dcdefs.h113 #define __CONCAT(x, y) x ## y macro
129 #define __CONCAT(x, y) x /**/ y macro
H A Dvnode_internal.h422 #define VDESC(OP) (& __CONCAT(OP,_desc))
/xnu-8020.121.3/iokit/IOKit/
H A DIOLib.h725 #define __IOKIT_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)
779 static void __CONCAT(name, type) (void) __unused