__CONCAT
jfalse 8f; MEXITCOUNT; jmp __CONCAT(to,label); 8:
ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
#define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
.type __CONCAT(X,name),@function; __CONCAT(X,name):
#define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
#define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
#define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
#define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
#define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
#define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
#define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
#define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
#define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
static moduledata_t __CONCAT(name,_mod) = { \
__CONCAT(name,_modevent), \
DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
static int __CONCAT(name,_modevent)(module_t mod, int type, \
__WEAK(__CONCAT(__start_set_,set)); \
__WEAK(__CONCAT(__stop_set_,set)); \
extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
(&__CONCAT(__start_set_,set))
(&__CONCAT(__stop_set_,set))
static struct ctl __CONCAT(__ctl, __LINE__) = { \
DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
static struct inout_port __CONCAT(__inout_port, __LINE__) = { \
DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
static struct lpc_dsdt __CONCAT(__lpc_dsdt, __LINE__) = { \
DATA_SET(lpc_dsdt_set, __CONCAT(__lpc_dsdt, __LINE__))
static struct lpc_sysres __CONCAT(__lpc_sysres, __LINE__) = { \
DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
__WEAK(__CONCAT(__start_set_, set)); \
__WEAK(__CONCAT(__stop_set_, set)); \
extern ptype __weak_symbol *__CONCAT(__start_set_, set); \
extern ptype __weak_symbol *__CONCAT(__stop_set_, set)
(&__CONCAT(__start_set_, set))
(&__CONCAT(__stop_set_, set))