| /f-stack/freebsd/sys/ |
| H A 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)
|
| H A D | kernel.h | 325 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 327 &__CONCAT(__tunable_int_, __LINE__)) 344 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 346 &__CONCAT(__tunable_long_, __LINE__)) 363 SYSINIT(__CONCAT(__Tunable_init_, __LINE__), \ 365 &__CONCAT(__tunable_ulong_, __LINE__)) 384 &__CONCAT(__tunable_int64_, __LINE__)) 403 &__CONCAT(__tunable_uint64_, __LINE__)) 422 &__CONCAT(__tunable_quad_, __LINE__)) 441 &__CONCAT(__tunable_bool_, __LINE__)) [all …]
|
| H A D | linker_set.h | 63 __GLOBL(__CONCAT(__start_set_,set)); \ 64 __GLOBL(__CONCAT(__stop_set_,set)); \ 88 extern ptype __weak_symbol *__CONCAT(__start_set_,set); \ 89 extern ptype __weak_symbol *__CONCAT(__stop_set_,set) 92 (&__CONCAT(__start_set_,set)) 94 (&__CONCAT(__stop_set_,set))
|
| H A D | exec.h | 99 static int __CONCAT(name,_modevent)(module_t mod, int type, \ 123 static moduledata_t __CONCAT(name,_mod) = { \ 125 __CONCAT(name,_modevent), \ 128 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))
|
| H A D | cdefs.h | 155 #define __CONCAT(x,y) __CONCAT1(x,y) macro 172 #define __CONCAT(x,y) x/**/y macro 589 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 597 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s) 605 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s) 613 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s) 621 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
|
| /f-stack/freebsd/ddb/ |
| H A D | ddb.h | 131 static struct command __CONCAT(_name,_suffix) = { \ 137 static void __CONCAT(__CONCAT(_name,_suffix),_add)(void *arg __unused) \ 138 { db_command_register(&list, &__CONCAT(_name,_suffix)); } \ 139 SYSINIT(__CONCAT(_name,_suffix), SI_SUB_KLD, SI_ORDER_ANY, \ 140 __CONCAT(__CONCAT(_name,_suffix),_add), NULL); \ 141 static void __CONCAT(__CONCAT(_name,_suffix),_del)(void *arg __unused) \ 142 { db_command_unregister(&list, &__CONCAT(_name,_suffix)); } \ 143 SYSUNINIT(__CONCAT(_name,_suffix), SI_SUB_KLD, SI_ORDER_ANY, \ 144 __CONCAT(__CONCAT(_name,_suffix),_del), NULL);
|
| /f-stack/freebsd/kern/ |
| H A D | firmw.S | 37 #define FIRMW_START(S) __CONCAT(_binary_, __CONCAT(S, _start)) 38 #define FIRMW_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
|
| H A D | imgact_elf.c | 112 SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO, 129 SYSCTL_INT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), OID_AUTO, 163 #define ASLR_NODE_OID __CONCAT(__CONCAT(_kern_elf, __ELF_WORD_SIZE), _aslr) 168 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) 174 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) 185 __XSTRING(__CONCAT(ELF, __ELF_WORD_SIZE)) 1258 et_dyn_addr = __CONCAT(rnd_, __elfN(base))(map, in __CONCAT() 1303 addr = __CONCAT(rnd_, __elfN(base))(map, addr, in __CONCAT() 1347 #define suword __CONCAT(suword, __ELF_WORD_SIZE) 2786 .ex_imgact = __CONCAT(exec_, __elfN(imgact)), [all …]
|
| H A D | init_sysent.c | 15 #define compat(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(o,name) 21 #define compat4(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd4_,name) 27 #define compat6(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd6_,name) 33 #define compat7(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd7_,name) 39 #define compat10(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd10_,name) 45 #define compat11(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd11_,name) 51 #define compat12(n, name) .sy_narg = n, .sy_call = (sy_call_t *)__CONCAT(freebsd12_,name)
|
| /f-stack/freebsd/i386/include/ |
| H A 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):
|
| H A D | pmap_nopae.h | 99 pt_entry_t *__CONCAT(PMTYPE, pmap_pte)(struct pmap *, vm_offset_t) __pure2;
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_hfsc.h | 307 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION) 318 #define hfsc_classstats __CONCAT(hfsc_classstats_v, HFSC_STATS_VERSION) 319 #define service_curve __CONCAT(service_curve_v, HFSC_SERVICE_CURVE_VERSION) 327 #define hfsc_classstats __CONCAT(hfsc_classstats_v, 0) 328 #define service_curve __CONCAT(service_curve_v, 0)
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 440 __CONCAT(PMTYPE, cold)(void) in __CONCAT() function 584 __CONCAT(PMTYPE, remap_lower)(false); in __CONCAT() 599 __CONCAT(PMTYPE, set_nx)(void) in __CONCAT() function 797 __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 5981 __CONCAT(PMTYPE, get_map_low)(void) in __CONCAT() function 6048 __CONCAT(PMTYPE, get_kcr3)(void) in __CONCAT() function 6104 __CONCAT(PMTYPE, bios16_enter)(void) in __CONCAT() function [all …]
|
| /f-stack/freebsd/amd64/include/ |
| H A 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):
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 1330 #define pfioc_altq __CONCAT(pfioc_altq_v, PFIOC_ALTQ_VERSION) 1332 #define pf_ifspeed __CONCAT(pf_ifspeed_v, PF_IFSPEED_VERSION) 1346 #define pfioc_altq __CONCAT(pfioc_altq_v, 0) 1347 #define pfioc_qstats __CONCAT(pfioc_qstats_v, 0) 1348 #define pf_ifspeed __CONCAT(pf_ifspeed_v, 0) 1350 #define DIOCADDALTQ __CONCAT(DIOCADDALTQV, 0) 1351 #define DIOCGETALTQS __CONCAT(DIOCGETALTQSV, 0) 1352 #define DIOCGETALTQ __CONCAT(DIOCGETALTQV, 0) 1353 #define DIOCCHANGEALTQ __CONCAT(DIOCCHANGEALTQV, 0) 1354 #define DIOCGETQSTATS __CONCAT(DIOCGETQSTATSV, 0) [all …]
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_altq.h | 245 #define pf_altq __CONCAT(pf_altq_v, PF_ALTQ_VERSION) 253 #define pf_altq __CONCAT(pf_altq_v, 0)
|
| /f-stack/freebsd/mips/include/ |
| H A D | elf.h | 203 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
|
| H A D | bus.h | 242 #define __bs_c(a,b) __CONCAT(a,b)
|
| /f-stack/freebsd/x86/include/ |
| H A D | intr_machdep.h | 71 #define IDTVEC(name) __CONCAT(X,name)
|
| /f-stack/tools/libutil/ |
| H A D | uucplock.c | 54 goto __CONCAT(ret, level); }
|
| /f-stack/freebsd/amd64/ia32/ |
| H A D | ia32_syscall.c | 94 #define IDTVEC(name) __CONCAT(X,name)
|
| /f-stack/freebsd/netinet/ |
| H A D | siftr.c | 117 #define MODVERSION __CONCAT(V_MAJOR, __CONCAT(V_BACKBREAK, V_BACKCOMPAT))
|
| /f-stack/freebsd/arm64/include/ |
| H A D | bus.h | 285 #define __bs_c(a,b) __CONCAT(a,b)
|
| /f-stack/freebsd/arm/include/ |
| H A D | bus.h | 260 #define __bs_c(a,b) __CONCAT(a,b)
|