Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dkalloc.h1019 #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 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.101.4/iokit/IOKit/
H A DIOLib.h730 #define __IOKIT_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)