Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/osfmk/kern/
H A Dkalloc.h671 #define KALLOC_CONCAT(x, y) __CONCAT(x,y)
676 #define KALLOC_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)
/xnu-8019.80.24/iokit/IOKit/
H A DIOLib.h667 #define __IOKIT_DISPATCH1(base, N, ...) __CONCAT(base, N)(__VA_ARGS__)