Symbol: __CONCAT
usr/src/boot/sys/amd64/include/asmacros.h
104
jfalse 8f; MEXITCOUNT; jmp __CONCAT(to,label); 8:
usr/src/boot/sys/amd64/include/asmacros.h
106
ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
usr/src/boot/sys/amd64/include/asmacros.h
149
#define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
usr/src/boot/sys/amd64/include/asmacros.h
150
.type __CONCAT(X,name),@function; __CONCAT(X,name):
usr/src/boot/sys/sys/cdefs.h
613
#define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
usr/src/boot/sys/sys/cdefs.h
621
#define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
usr/src/boot/sys/sys/cdefs.h
629
#define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
usr/src/boot/sys/sys/cdefs.h
637
#define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
usr/src/boot/sys/sys/cdefs.h
645
#define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
usr/src/boot/sys/sys/elf_generic.h
43
#define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
usr/src/boot/sys/sys/elf_generic.h
53
#define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
usr/src/boot/sys/sys/elf_generic.h
54
#define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
usr/src/boot/sys/sys/elf_generic.h
55
#define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
usr/src/boot/sys/sys/exec.h
122
static moduledata_t __CONCAT(name,_mod) = { \
usr/src/boot/sys/sys/exec.h
124
__CONCAT(name,_modevent), \
usr/src/boot/sys/sys/exec.h
127
DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
usr/src/boot/sys/sys/exec.h
98
static int __CONCAT(name,_modevent)(module_t mod, int type, \
usr/src/boot/sys/sys/linker_set.h
58
__WEAK(__CONCAT(__start_set_,set)); \
usr/src/boot/sys/sys/linker_set.h
59
__WEAK(__CONCAT(__stop_set_,set)); \
usr/src/boot/sys/sys/linker_set.h
83
extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
usr/src/boot/sys/sys/linker_set.h
84
extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
usr/src/boot/sys/sys/linker_set.h
87
(&__CONCAT(__start_set_,set))
usr/src/boot/sys/sys/linker_set.h
89
(&__CONCAT(__stop_set_,set))
usr/src/cmd/bhyve/amd64/fwctl.h
45
static struct ctl __CONCAT(__ctl, __LINE__) = { \
usr/src/cmd/bhyve/amd64/fwctl.h
50
DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
usr/src/cmd/bhyve/amd64/inout.h
78
static struct inout_port __CONCAT(__inout_port, __LINE__) = { \
usr/src/cmd/bhyve/amd64/inout.h
86
DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
usr/src/cmd/bhyve/amd64/pci_lpc.h
41
static struct lpc_dsdt __CONCAT(__lpc_dsdt, __LINE__) = { \
usr/src/cmd/bhyve/amd64/pci_lpc.h
44
DATA_SET(lpc_dsdt_set, __CONCAT(__lpc_dsdt, __LINE__))
usr/src/cmd/bhyve/amd64/pci_lpc.h
58
static struct lpc_sysres __CONCAT(__lpc_sysres, __LINE__) = { \
usr/src/cmd/bhyve/amd64/pci_lpc.h
63
DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
usr/src/uts/common/sys/linker_set.h
53
__WEAK(__CONCAT(__start_set_, set)); \
usr/src/uts/common/sys/linker_set.h
54
__WEAK(__CONCAT(__stop_set_, set)); \
usr/src/uts/common/sys/linker_set.h
72
extern ptype __weak_symbol *__CONCAT(__start_set_, set); \
usr/src/uts/common/sys/linker_set.h
73
extern ptype __weak_symbol *__CONCAT(__stop_set_, set)
usr/src/uts/common/sys/linker_set.h
76
(&__CONCAT(__start_set_, set))
usr/src/uts/common/sys/linker_set.h
78
(&__CONCAT(__stop_set_, set))