| /freebsd-14.2/lib/libc/amd64/ |
| H A D | amd64_archlevel.h | 50 .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))
|
| /freebsd-14.2/sys/sys/ |
| H A D | kernel.h | 329 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 331 &__CONCAT(__tunable_int_, __LINE__)) 348 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 350 &__CONCAT(__tunable_long_, __LINE__)) 367 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 369 &__CONCAT(__tunable_ulong_, __LINE__)) 388 &__CONCAT(__tunable_int64_, __LINE__)) 407 &__CONCAT(__tunable_uint64_, __LINE__)) 426 &__CONCAT(__tunable_quad_, __LINE__)) 445 &__CONCAT(__tunable_bool_, __LINE__)) [all …]
|
| H A D | elf_generic.h | 43 #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 D | linker_set.h | 67 __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 D | exec.h | 129 static int __CONCAT(name,_modevent)(module_t mod, int type, \ 153 static moduledata_t __CONCAT(name,_mod) = { \ 155 __CONCAT(name,_modevent), \ 158 DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
|
| H A D | lock.h | 289 const char * __CONCAT(n, __wf); \ 290 int __CONCAT(n, __wl) 293 witness_save((lock), &__CONCAT(n, __wf), &__CONCAT(n, __wl)) 296 witness_restore((lock), __CONCAT(n, __wf), __CONCAT(n, __wl))
|
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/device/ |
| H A D | driver.h | 19 __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))
|
| /freebsd-14.2/lib/libc/arm/ |
| H A D | SYS.h | 52 ENTRY(__CONCAT(__sys_, x)); \ 54 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \ 55 .weak _C_LABEL(__CONCAT(_,x)); \ 56 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \ 68 ENTRY(__CONCAT(__sys_, x)); \ 69 .weak _C_LABEL(__CONCAT(_,x)); \ 70 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
|
| /freebsd-14.2/sys/tools/ |
| H A D | vdso_wrap.S | 33 #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-14.2/lib/csu/powerpc/ |
| H A D | crtsavres.S | 47 #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-14.2/sys/kern/ |
| H A D | firmw.S | 35 #define FIRMW_START(S) __CONCAT(_binary_, __CONCAT(S, _start)) 36 #define FIRMW_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
|
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | pci_lpc.h | 41 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 D | fwctl.h | 45 static struct ctl __CONCAT(__ctl, __LINE__) = { \ 50 DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
|
| /freebsd-14.2/tools/build/cross-build/include/mac/sys/ |
| H A D | linker_set.h | 91 __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-14.2/lib/libthr/arch/i386/i386/ |
| H A D | _umtx_op_err.S | 31 ENTRY(__CONCAT(x, _err)); \ 32 mov __CONCAT($SYS_,x),%eax; \ 35 END(__CONCAT(x, _err))
|
| /freebsd-14.2/lib/libthr/arch/amd64/amd64/ |
| H A D | _umtx_op_err.S | 30 #define RSYSCALL_ERR(x) ENTRY(__CONCAT(x, _err)); \ 31 mov __CONCAT($SYS_,x),%rax; \ 34 END(__CONCAT(x, _err));
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_elf.h | 41 #define __linuxN(x) __CONCAT(__CONCAT(__CONCAT(linux,__ELF_WORD_SIZE),_),x)
|
| /freebsd-14.2/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 85 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 87 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 89 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 91 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 93 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-14.2/sys/net/altq/ |
| H A D | altq_hfsc.h | 306 #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-14.2/contrib/bmake/missing/sys/ |
| H A D | cdefs.h | 100 #ifndef __CONCAT 101 #define __CONCAT(x,y) x ## y macro 118 #define __CONCAT(x,y) x/**/y macro
|
| /freebsd-14.2/sys/i386/i386/ |
| H A D | pmap.c | 438 __CONCAT(PMTYPE, cold)(void) in __CONCAT() function 582 __CONCAT(PMTYPE, remap_lower)(false); in __CONCAT() 597 __CONCAT(PMTYPE, set_nx)(void) in __CONCAT() function 796 __CONCAT(PMTYPE, init_pat)(void) in __CONCAT() function 970 __CONCAT(PMTYPE, init)(void) in __CONCAT() function 2038 __CONCAT(PMTYPE, pinit0)(pmap_t pmap) in __CONCAT() function 2058 __CONCAT(PMTYPE, pinit)(pmap_t pmap) in __CONCAT() function 5957 __CONCAT(PMTYPE, get_map_low)(void) in __CONCAT() function 6024 __CONCAT(PMTYPE, get_kcr3)(void) in __CONCAT() function 6080 __CONCAT(PMTYPE, bios16_enter)(void) in __CONCAT() function [all …]
|
| /freebsd-14.2/sys/powerpc/include/ |
| H A D | asm.h | 60 #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-14.2/sys/dev/virtio/ |
| H A D | virtio.h | 129 __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-14.2/usr.sbin/mfiutil/ |
| H A D | mfiutil.h | 61 extern ptype *__CONCAT(__start_set_,set); \ 62 extern ptype *__CONCAT(__stop_set_,set) 65 (&__CONCAT(__start_set_,set)) 67 (&__CONCAT(__stop_set_,set))
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | _pthread_stubs.c | 142 #define FUNC_TYPE(name) __CONCAT(name, _func_t) 143 #define FUNC_INT(name) __CONCAT(name, _int) 144 #define FUNC_EXP(name) __CONCAT(name, _exp) 150 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \ 169 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \ 188 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \ 207 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
|