Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 11 of 11) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_lpc.h41 static struct lpc_dsdt __CONCAT(__lpc_dsdt, __LINE__) = { \
44 DATA_SET(lpc_dsdt_set, __CONCAT(__lpc_dsdt, __LINE__))
58 static struct lpc_sysres __CONCAT(__lpc_sysres, __LINE__) = { \
63 DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
H A Dinout.h78 static struct inout_port __CONCAT(__inout_port, __LINE__) = { \
86 DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
H A Dfwctl.h45 static struct ctl __CONCAT(__ctl, __LINE__) = { \
50 DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h81 #define __CONCAT(x,y) x ## y macro
97 #define __CONCAT(x,y) x/**/y macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dexec.h98 static int __CONCAT(name,_modevent)(module_t mod, int type, \
122 static moduledata_t __CONCAT(name,_mod) = { \
124 __CONCAT(name,_modevent), \
127 DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
H A Dcdefs.h157 #define __CONCAT(x,y) __CONCAT1(x,y) macro
174 #define __CONCAT(x,y) x/**/y macro
613 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
621 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
629 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
637 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
645 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
H A Dlinker_set.h58 __WEAK(__CONCAT(__start_set_,set)); \
59 __WEAK(__CONCAT(__stop_set_,set)); \
83 extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
84 extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
87 (&__CONCAT(__start_set_,set))
89 (&__CONCAT(__stop_set_,set))
H A Delf_generic.h43 #define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
54 #define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
55 #define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
56 #define __ElfType(x) typedef __ElfN(x) __CONCAT(Elf_,x)
/illumos-gate/usr/src/uts/common/sys/
H A Dlinker_set.h42 #define __CONCAT(x, y) __CONCAT1(x, y) macro
53 __WEAK(__CONCAT(__start_set_, set)); \
54 __WEAK(__CONCAT(__stop_set_, set)); \
72 extern ptype __weak_symbol *__CONCAT(__start_set_, set); \
73 extern ptype __weak_symbol *__CONCAT(__stop_set_, set)
76 (&__CONCAT(__start_set_, set))
78 (&__CONCAT(__stop_set_, set))
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h49 # define __CONCAT(x,y) x ## y macro
53 # define __CONCAT(x,y) x/**/y macro
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h104 jfalse 8f; MEXITCOUNT; jmp __CONCAT(to,label); 8:
106 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
149 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
150 .type __CONCAT(X,name),@function; __CONCAT(X,name):