Searched refs:__CONCAT (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-current/lib/libc/amd64/
H A Damd64_archlevel.h50 .set CNAME(func), __CONCAT(func,_resolver); \
52 lea __CONCAT(func,_funcs)(%rip), %r8; \
69 __CONCAT(func,_funcs):
75 .4byte __CONCAT(__CONCAT(func,_),level) - __CONCAT(func,_funcs)
78 .zero 4*(X86_64_MAX+1)-(.-__CONCAT(func,_funcs)); \
79 .size __CONCAT(func,_funcs), .-__CONCAT(func,_funcs)
83 .type __CONCAT(__CONCA
[all...]
/freebsd-current/lib/libsys/i386/
H A D_umtx_op_err.S31 ENTRY(__CONCAT(x, _err)); \
32 mov __CONCAT($SYS_,x),%eax; \
35 END(__CONCAT(x, _err))
/freebsd-current/sys/sys/
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(EL
[all...]
H A Dlinker_set.h67 __WEAK(__CONCAT(__start_set_,set)); \
68 __WEAK(__CONCAT(__stop_set_,set)); \
89 extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
90 extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
93 (&__CONCAT(__start_set_,set))
95 (&__CONCAT(__stop_set_,set))
H A Dkernel.h323 static struct tunable_int __CONCAT(__tunable_int_, __LINE__) = { \
327 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
329 &__CONCAT(__tunable_int_, __LINE__))
342 static struct tunable_long __CONCAT(__tunable_long_, __LINE__) = { \
346 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
348 &__CONCAT(__tunable_long_, __LINE__))
361 static struct tunable_ulong __CONCAT(__tunable_ulong_, __LINE__) = { \
365 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
367 &__CONCAT(__tunable_ulong_, __LINE__))
380 static struct tunable_int64 __CONCAT(__tunable_int64
[all...]
H A Dexec.h127 static int __CONCAT(name,_modevent)(module_t mod, int type, \
151 static moduledata_t __CONCAT(name,_mod) = { \
153 __CONCAT(name,_modevent), \
156 DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
/freebsd-current/sys/tools/
H A Dvdso_wrap.S33 #define VDSO_BLOB_START(S) __CONCAT(_binary_, __CONCAT(S, _start))
34 #define VDSO_BLOB_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
35 #define VDSO_BLOB_SIZE(S) __CONCAT(_binary_, __CONCAT(S, _size))
/freebsd-current/sys/compat/linux/
H A Dlinux_elf.h41 #define __linuxN(x) __CONCAT(__CONCAT(__CONCAT(linux,__ELF_WORD_SIZE),_),x)
/freebsd-current/lib/libsys/amd64/
H A D_umtx_op_err.S30 #define RSYSCALL_ERR(x) ENTRY(__CONCAT(x, _err)); \
31 mov __CONCAT($SYS_,x),%rax; \
34 END(__CONCAT(x, _err));
/freebsd-current/lib/libsys/arm/
H A DSYS.h57 ENTRY(__CONCAT(__sys_, x)); \
58 .weak _C_LABEL(__CONCAT(_,x)); \
59 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
63 ENTRY(__CONCAT(__sys_, x)); \
65 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \
66 .weak _C_LABEL(__CONCAT(_,x)); \
67 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dfwctl.h45 static struct ctl __CONCAT(__ctl, __LINE__) = { \
50 DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
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.h63 static struct inout_port __CONCAT(__inout_port, __LINE__) = { \
71 DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
/freebsd-current/sys/kern/
H A Dfirmw.S35 #define FIRMW_START(S) __CONCAT(_binary_, __CONCAT(S, _start))
36 #define FIRMW_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
/freebsd-current/lib/csu/powerpc/
H A Dcrtsavres.S47 #define SAVEFPR(r) _CRTENTRY(__CONCAT(_savefpr_,r)) \
70 #define RESTFPR(r) _CRTENTRY(__CONCAT(_restfpr_,r)) \
93 #define SAVEGPR(r) _CRTENTRY(__CONCAT(_savegpr_,r)) \
116 #define RESTGPR(r) _CRTENTRY(__CONCAT(_restgpr_,r)) \
139 #define RESTFPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restfpr_,r),_x)) \
165 #define RESTGPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restgpr_,r),_x)) \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dkconfig.h54 #define _IS_XAB(_x) __IS_XAB(__CONCAT(___XAB_, _x))
/freebsd-current/contrib/bmake/missing/sys/
H A Dcdefs.h92 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
93 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
94 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
95 * in between its arguments. __CONCAT can also concatenate double-quoted
100 #ifndef __CONCAT
101 #define __CONCAT(x,y) x ## y macro
118 #define __CONCAT(x,y) x/**/y macro
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dlinker_set.h91 __CONCAT(__typeof_set_,set) **begin; \
92 __CONCAT(__typeof_set_,set) **limit; \
94 .begin = (__CONCAT(__typeof_set_,set) **)__set_data, \
95 .limit = (__CONCAT(__typeof_set_,set) **)(__set_data + \
114 typedef ptype __CONCAT(__typeof_set_,set)
/freebsd-current/lib/libnetbsd/sys/
H A Dcdefs.h48 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
49 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
50 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
51 * in between its arguments. __CONCAT can also concatenate double-quoted
56 #define ___CONCAT(x,y) __CONCAT(x,y)
/freebsd-current/contrib/sendmail/include/sm/
H A Dcdefs.h49 # define __CONCAT(x,y) x ## y macro
53 # define __CONCAT(x,y) x/**/y macro
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Delf.h30 #define __sElfN(x) typedef __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) x
/freebsd-current/sys/dev/virtio/
H A Dvirtio.h129 __CONCAT(virtio_read_dev_config_,size)(device_t dev, \
138 __CONCAT(virtio_write_dev_config_,size)(device_t dev, \
152 __CONCAT(virtio_get_,name)(device_t dev) \
170 __CONCAT(virtio_set_,name)(device_t dev, void *val) \
/freebsd-current/sys/net/altq/
H A Daltq_hfsc.h306 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION)
317 #define hfsc_classstats __CONCAT(hfsc_classstats_v, HFSC_STATS_VERSION)
318 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION)
326 #define hfsc_classstats __CONCAT(hfsc_classstats_v, 0)
327 #define service_curve __CONCAT(service_curve_v, 0)
/freebsd-current/sys/powerpc/include/
H A Dasm.h60 #define HIDENAME(asmsym) __CONCAT(_,asmsym)
62 #define HIDENAME(asmsym) __CONCAT(.,asmsym)
68 #define DOT_LABEL(name) __CONCAT(.,name)
75 #define DOT_LABEL(name) __CONCAT(.L.,name)
93 #define TOC_NAME_FOR_REF(name) __CONCAT(.L,name)
/freebsd-current/tests/sys/opencrypto/
H A Dcryptodevh.py66 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
68 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
70 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
72 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
74 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)

Completed in 236 milliseconds

123