Home
last modified time | relevance | path

Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlinker_set.h41 #define __CONCAT1(x, y) x ## y macro
42 #define __CONCAT(x, y) __CONCAT1(x, y)
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h156 #define __CONCAT1(x,y) x ## y macro
157 #define __CONCAT(x,y) __CONCAT1(x,y)