Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 25 of 70) sorted by relevance

123

/src/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(__CONCAT(func,_),level), @function; \
84 __CONCAT(__CONCAT(func,_),level):; \
88 END(__CONCAT(__CONCAT(func,_),level))
/src/sys/sys/
H A Dkernel.h324 static struct tunable_int __CONCAT(__tunable_int_, __LINE__) = { \
328 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
330 &__CONCAT(__tunable_int_, __LINE__))
343 static struct tunable_long __CONCAT(__tunable_long_, __LINE__) = { \
347 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
349 &__CONCAT(__tunable_long_, __LINE__))
362 static struct tunable_ulong __CONCAT(__tunable_ulong_, __LINE__) = { \
366 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \
368 &__CONCAT(__tunable_ulong_, __LINE__))
381 static struct tunable_int64 __CONCAT(__tunable_int64_, __LINE__) = { \
[all …]
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)
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 Dexec.h107 static int __CONCAT(name,_modevent)(module_t mod, int type, \
131 static moduledata_t __CONCAT(name,_mod) = { \
133 __CONCAT(name,_modevent), \
136 DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
H A Dlock.h290 const char * __CONCAT(n, __wf); \
291 int __CONCAT(n, __wl)
294 witness_save((lock), &__CONCAT(n, __wf), &__CONCAT(n, __wl))
297 witness_restore((lock), __CONCAT(n, __wf), __CONCAT(n, __wl))
/src/sys/compat/linuxkpi/common/include/linux/device/
H A Ddriver.h19 __CONCAT(__CONCAT(_, _drv), _init)(void) \
25 __CONCAT(__CONCAT(_, _drv), _exit)(void) \
30 module_init(__CONCAT(__CONCAT(_, _drv), _init)); \
31 module_exit(__CONCAT(__CONCAT(_, _drv), _exit))
/src/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)); \
/src/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))
/src/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)) \
/src/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))
/src/usr.sbin/bhyve/amd64/
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 Dfwctl.h45 static struct ctl __CONCAT(__ctl, __LINE__) = { \
50 DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
/src/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)
/src/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))
/src/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));
/src/sys/compat/linux/
H A Dlinux_elf.h41 #define __linuxN(x) __CONCAT(__CONCAT(__CONCAT(linux,__ELF_WORD_SIZE),_),x)
/src/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)
/src/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)
/src/sys/i386/i386/
H A Dpmap.c413 __CONCAT(PMTYPE, remap_lower)(bool enable) in __CONCAT() function
428 __CONCAT(PMTYPE, cold)(void) in __CONCAT() function
572 __CONCAT(PMTYPE, remap_lower)(false); in __CONCAT()
587 __CONCAT(PMTYPE, set_nx)(void) in __CONCAT() function
607 __CONCAT(PMTYPE, bootstrap)(vm_paddr_t firstaddr) in __CONCAT() function
777 __CONCAT(PMTYPE, init_pat)(void) in __CONCAT() function
953 __CONCAT(PMTYPE, init)(void) in __CONCAT() function
1077 __CONCAT(PMTYPE, is_valid_memattr)(pmap_t pmap __unused, vm_memattr_t mode) in __CONCAT() function
1089 __CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, bool is_pde) in __CONCAT() function
1146 __CONCAT(PMTYPE, ps_enabled)(pmap_t pmap __unused) in __CONCAT() function
[all …]
/src/lib/libc/tests/stdbit/
H A Dstdbit-test-framework.c23 #define ATF_TC_WITHOUT_HEAD1(stem, suffix) ATF_TC_WITHOUT_HEAD2(__CONCAT(stem, suffix))
25 #define ATF_TC_BODY1(stem, suffix, tc) ATF_TC_BODY2(__CONCAT(stem, suffix), tc)
68 #define ADD_CASE(stem, suffix) ADD_CASE1(__CONCAT(stem, suffix))
H A Dstdbit-test-kernel.c17 #define FUNC __CONCAT(FUNCSTEM, SUFFIX)
18 #define REF __CONCAT(FUNCSTEM, __CONCAT(SUFFIX, _ref))
/src/contrib/bmake/missing/sys/
H A Dcdefs.h100 #ifndef __CONCAT
101 #define __CONCAT(x,y) x ## y macro
118 #define __CONCAT(x,y) x/**/y macro
/src/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)
/src/sys/dev/virtio/
H A Dvirtio.h131 __CONCAT(virtio_read_dev_config_,size)(device_t dev, \
140 __CONCAT(virtio_write_dev_config_,size)(device_t dev, \
154 __CONCAT(virtio_get_,name)(device_t dev) \
172 __CONCAT(virtio_set_,name)(device_t dev, void *val) \

123