| /freebsd-12-stable/lib/libc/sparc64/ |
| D | SYS.h | 50 ENTRY(__CONCAT(__sys_,x)) ; \ 53 .set CNAME(x),CNAME(__CONCAT(__sys_,x)) ; \ 54 .weak CNAME(__CONCAT(_,x)) ; \ 55 .type CNAME(__CONCAT(_,x)), @function ; \ 56 .set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)) 59 .size CNAME(__CONCAT(__sys_,x)), . - CNAME(__CONCAT(__sys_,x)) ; \ 60 .size CNAME(__CONCAT(_,x)), . - CNAME(__CONCAT(__sys_,x)) ; \ 61 .size CNAME(__CONCAT(,x)), . - CNAME(__CONCAT(__sys_,x)) 64 mov __CONCAT(SYS_,x), %g1 ; \ 79 ENTRY(__CONCAT(__sys_,x)) ; \ [all …]
|
| /freebsd-12-stable/lib/libc/mips/ |
| D | SYS.h | 107 _C_LABEL(x) = _C_LABEL(__CONCAT(__sys_,x)); \ 108 .weak _C_LABEL(__CONCAT(_,x)); \ 109 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \ 120 _C_LABEL(x) = _C_LABEL(__CONCAT(__sys_,x)); \ 121 .weak _C_LABEL(__CONCAT(_,x)); \ 122 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \ 137 .weak _C_LABEL(__CONCAT(_,x)); \ 138 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \ 145 .weak _C_LABEL(__CONCAT(_,x)); \ 146 _C_LABEL(__CONCAT(_,x)) = _C_LABEL(__CONCAT(__sys_,x)); \
|
| /freebsd-12-stable/sys/sys/ |
| D | kernel.h | 321 static struct tunable_int __CONCAT(__tunable_int_, __LINE__) = { \ 325 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 327 &__CONCAT(__tunable_int_, __LINE__)) 340 static struct tunable_long __CONCAT(__tunable_long_, __LINE__) = { \ 344 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 346 &__CONCAT(__tunable_long_, __LINE__)) 359 static struct tunable_ulong __CONCAT(__tunable_ulong_, __LINE__) = { \ 363 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 365 &__CONCAT(__tunable_ulong_, __LINE__)) 378 static struct tunable_int64 __CONCAT(__tunable_int64_, __LINE__) = { \ [all …]
|
| D | elf_generic.h | 45 #define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE) 55 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) 56 #define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) 57 #define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x) 58 #define __ElfType(x) typedef __ElfN(x) __CONCAT(Elf_,x)
|
| D | linker_set.h | 60 __WEAK(__CONCAT(__start_set_,set)); \ 61 __WEAK(__CONCAT(__stop_set_,set)); \ 84 extern ptype __weak_symbol *__CONCAT(__start_set_,set); \ 85 extern ptype __weak_symbol *__CONCAT(__stop_set_,set) 88 (&__CONCAT(__start_set_,set)) 90 (&__CONCAT(__stop_set_,set))
|
| D | exec.h | 100 static int __CONCAT(name,_modevent)(module_t mod, int type, \ 124 static moduledata_t __CONCAT(name,_mod) = { \ 126 __CONCAT(name,_modevent), \ 129 DECLARE_MODULE_TIED(name, __CONCAT(name,_mod), SI_SUB_EXEC, \
|
| D | lock.h | 320 const char * __CONCAT(n, __wf); \ 321 int __CONCAT(n, __wl) 324 witness_save((lock), &__CONCAT(n, __wf), &__CONCAT(n, __wl)) 327 witness_restore((lock), __CONCAT(n, __wf), __CONCAT(n, __wl))
|
| D | cdefs.h | 155 #define __CONCAT(x,y) __CONCAT1(x,y) macro 172 #define __CONCAT(x,y) x/**/y macro 591 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 599 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 607 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 615 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 623 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-12-stable/lib/libc/arm/ |
| D | SYS.h | 54 ENTRY(__CONCAT(__sys_, x)); \ 56 .set _C_LABEL(x), _C_LABEL(__CONCAT(__sys_,x)); \ 57 .weak _C_LABEL(__CONCAT(_,x)); \ 58 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \ 70 ENTRY(__CONCAT(__sys_, x)); \ 71 .weak _C_LABEL(__CONCAT(_,x)); \ 72 .set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x)); \
|
| /freebsd-12-stable/sys/ddb/ |
| D | ddb.h | 135 static struct command __CONCAT(_name,_suffix) = { \ 141 static void __CONCAT(__CONCAT(_name,_suffix),_add)(void *arg __unused) \ 142 { db_command_register(&list, &__CONCAT(_name,_suffix)); } \ 143 SYSINIT(__CONCAT(_name,_suffix), SI_SUB_KLD, SI_ORDER_ANY, \ 144 __CONCAT(__CONCAT(_name,_suffix),_add), NULL); \ 145 static void __CONCAT(__CONCAT(_name,_suffix),_del)(void *arg __unused) \ 146 { db_command_unregister(&list, &__CONCAT(_name,_suffix)); } \ 147 SYSUNINIT(__CONCAT(_name,_suffix), SI_SUB_KLD, SI_ORDER_ANY, \ 148 __CONCAT(__CONCAT(_name,_suffix),_del), NULL);
|
| /freebsd-12-stable/lib/csu/powerpc/ |
| D | crtsavres.S | 49 #define SAVEFPR(r) _CRTENTRY(__CONCAT(_savefpr_,r)) \ 72 #define RESTFPR(r) _CRTENTRY(__CONCAT(_restfpr_,r)) \ 95 #define SAVEGPR(r) _CRTENTRY(__CONCAT(_savegpr_,r)) \ 118 #define RESTGPR(r) _CRTENTRY(__CONCAT(_restgpr_,r)) \ 141 #define RESTFPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restfpr_,r),_x)) \ 167 #define RESTGPR_X(r) _CRTENTRY(__CONCAT(__CONCAT(_restgpr_,r),_x)) \
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_lpc.h | 43 static struct lpc_dsdt __CONCAT(__lpc_dsdt, __LINE__) = { \ 46 DATA_SET(lpc_dsdt_set, __CONCAT(__lpc_dsdt, __LINE__)) 60 static struct lpc_sysres __CONCAT(__lpc_sysres, __LINE__) = { \ 65 DATA_SET(lpc_sysres_set, __CONCAT(__lpc_sysres, __LINE__))
|
| D | fwctl.h | 47 static struct ctl __CONCAT(__ctl, __LINE__) = { \ 52 DATA_SET(ctl_set, __CONCAT(__ctl, __LINE__))
|
| D | inout.h | 64 static struct inout_port __CONCAT(__inout_port, __LINE__) = { \ 72 DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
|
| /freebsd-12-stable/sys/dev/virtio/ |
| D | virtio.h | 98 __CONCAT(virtio_read_dev_config_,size)(device_t dev, \ 107 __CONCAT(virtio_write_dev_config_,size)(device_t dev, \ 121 __CONCAT(virtio_get_,name)(device_t dev) \ 138 __CONCAT(virtio_set_,name)(device_t dev, void *val) \
|
| /freebsd-12-stable/sys/powerpc/include/ |
| D | asm.h | 61 #define HIDENAME(asmsym) __CONCAT(_,asmsym) 63 #define HIDENAME(asmsym) __CONCAT(.,asmsym) 69 #define DOT_LABEL(name) __CONCAT(.,name) 76 #define DOT_LABEL(name) __CONCAT(.L.,name) 94 #define TOC_NAME_FOR_REF(name) __CONCAT(.L,name)
|
| /freebsd-12-stable/sys/i386/include/ |
| D | asmacros.h | 107 jfalse 8f; MEXITCOUNT; jmp __CONCAT(to,label); 8: 109 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label 146 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ 147 .type __CONCAT(X,name),@function; __CONCAT(X,name):
|
| /freebsd-12-stable/tests/sys/opencrypto/ |
| D | cryptodevh.py | 87 def __FBSDID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 89 def __RCSID(s): return __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 91 def __RCSID_SOURCE(s): return __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 93 def __SCCSID(s): return __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 95 def __COPYRIGHT(s): return __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /freebsd-12-stable/sys/net/altq/ |
| D | altq_hfsc.h | 376 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION) 387 #define hfsc_classstats __CONCAT(hfsc_classstats_v, HFSC_STATS_VERSION) 388 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION) 396 #define hfsc_classstats __CONCAT(hfsc_classstats_v, 0) 397 #define service_curve __CONCAT(service_curve_v, 0)
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | _pthread_stubs.c | 143 #define FUNC_TYPE(name) __CONCAT(name, _func_t) 144 #define FUNC_INT(name) __CONCAT(name, _int) 145 #define FUNC_EXP(name) __CONCAT(name, _exp) 151 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \ 170 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \ 189 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \ 208 WEAK_REF(FUNC_INT(name), __CONCAT(_, name)); \
|
| /freebsd-12-stable/usr.sbin/mfiutil/ |
| D | mfiutil.h | 60 extern ptype *__CONCAT(__start_set_,set); \ 61 extern ptype *__CONCAT(__stop_set_,set) 64 (&__CONCAT(__start_set_,set)) 66 (&__CONCAT(__stop_set_,set))
|
| /freebsd-12-stable/lib/libthr/arch/i386/i386/ |
| D | _umtx_op_err.S | 33 ENTRY(__CONCAT(x, _err)); \ 34 mov __CONCAT($SYS_,x),%eax; int $0x80; ret
|
| /freebsd-12-stable/lib/libthr/arch/amd64/amd64/ |
| D | _umtx_op_err.S | 32 #define RSYSCALL_ERR(x) ENTRY(__CONCAT(x, _err)); \ 33 mov __CONCAT($SYS_,x),%rax; KERNCALL; ret;
|
| /freebsd-12-stable/sys/cddl/compat/opensolaris/sys/ |
| D | elf.h | 32 #define __sElfN(x) typedef __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x) x
|
| /freebsd-12-stable/sys/amd64/include/ |
| D | asmacros.h | 114 jfalse 8f; MEXITCOUNT; jmp __CONCAT(to,label); 8: 116 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label 167 #define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \ 168 .type __CONCAT(X,name),@function; __CONCAT(X,name):
|