Symbol: __CONCAT
lib/libc/arch/hppa/SYS.h
45
ldi __CONCAT(SYS_,x), %t1 !\
lib/libc/arch/hppa/SYS.h
63
ldi __CONCAT(SYS_,y), %t1 !\
lib/libc/citrus/citrus_lc_ctype.c
68
#define _PREFIX(name) __CONCAT(_citrus_LC_CTYPE_, name)
lib/libc/citrus/citrus_lc_messages.c
69
#define _PREFIX(name) __CONCAT(_citrus_LC_MESSAGES_, name)
lib/libc/citrus/citrus_lc_monetary.c
72
#define _PREFIX(name) __CONCAT(_citrus_LC_MONETARY_, name)
lib/libc/citrus/citrus_lc_numeric.c
72
#define _PREFIX(name) __CONCAT(_citrus_LC_NUMERIC_, name)
lib/libc/citrus/citrus_lc_time.c
69
#define _PREFIX(name) __CONCAT(_citrus_LC_TIME_, name)
lib/libc/citrus/modules/citrus_dechanyu.c
83
#define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_)
lib/libc/citrus/modules/citrus_dechanyu.c
85
#define _FUNCNAME(m) __CONCAT(_citrus_DECHanyu_,m)
lib/libc/compat/include/signal.h
89
#define C(a,b) __CONCAT(a,b)
lib/libc/gdtoa/strtold_subr.c
42
#define STRTOP(x) __CONCAT(strtop, x)
lib/libc/hash/hashhl.c
26
#define CONCAT(x,y) __CONCAT(x,y)
lib/libc/locale/dummy_lc_collate.c
48
#define _PREFIX(name) __CONCAT(_dummy_LC_COLLATE_,name)
lib/libc/locale/generic_lc_all.c
49
#define _PREFIX(name) __CONCAT(_generic_LC_ALL_, name)
lib/libc/md/mdXhl.c
22
#define CONCAT(x,y) __CONCAT(x,y)
lib/libc/sys/__sigaction_siginfo.c
44
#define C(a,b) __CONCAT(a,b)
lib/libm/noieee_src/mathimpl.h
91
const double __CONCAT(__,name) = value;
lib/libm/noieee_src/mathimpl.h
94
static const double __CONCAT(__,name) = value;
lib/libm/noieee_src/mathimpl.h
97
extern const double __CONCAT(__,name);
lib/libm/src/math_private.h
326
.extu_fracl = (uint32_t)(__CONCAT(m, ULL)), \
lib/libm/src/math_private.h
327
.extu_frach = __CONCAT(m, ULL) >> EXT_FRACLBITS, \
lib/librefuse/fuse.h
296
#define _MK_FUSE_OPERATIONS_(VER) __CONCAT(fuse_operations_v,VER)
lib/librefuse/refuse/fs.c
1011
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->create) \
lib/librefuse/refuse/fs.c
1012
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->create(path, mode, fi); \
lib/librefuse/refuse/fs.c
1044
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->lock) \
lib/librefuse/refuse/fs.c
1045
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->lock(path, fi, cmd, lock); \
lib/librefuse/refuse/fs.c
1077
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->flock) \
lib/librefuse/refuse/fs.c
1078
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->flock(path, fi, op); \
lib/librefuse/refuse/fs.c
1104
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chmod) \
lib/librefuse/refuse/fs.c
1105
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chmod(path, mode); \
lib/librefuse/refuse/fs.c
1120
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chmod) \
lib/librefuse/refuse/fs.c
1121
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chmod(path, mode, fi); \
lib/librefuse/refuse/fs.c
1145
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chown) \
lib/librefuse/refuse/fs.c
1146
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chown(path, uid, gid); \
lib/librefuse/refuse/fs.c
1161
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chown) \
lib/librefuse/refuse/fs.c
1162
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->chown(path, uid, gid, fi); \
lib/librefuse/refuse/fs.c
1185
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate) \
lib/librefuse/refuse/fs.c
1186
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate(path, size); \
lib/librefuse/refuse/fs.c
1201
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate) \
lib/librefuse/refuse/fs.c
1202
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate(path, size, fi); \
lib/librefuse/refuse/fs.c
1223
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate) \
lib/librefuse/refuse/fs.c
1224
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate(path, size); \
lib/librefuse/refuse/fs.c
1238
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->ftruncate) \
lib/librefuse/refuse/fs.c
1239
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->ftruncate(path, size, fi); \
lib/librefuse/refuse/fs.c
1240
else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate) \
lib/librefuse/refuse/fs.c
1241
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate(path, size); \
lib/librefuse/refuse/fs.c
1254
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate) \
lib/librefuse/refuse/fs.c
1255
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->truncate(path, size, fi); \
lib/librefuse/refuse/fs.c
1288
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utime) \
lib/librefuse/refuse/fs.c
1289
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utime(path, &timbuf); \
lib/librefuse/refuse/fs.c
1303
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utimens) \
lib/librefuse/refuse/fs.c
1304
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utimens(path, tv); \
lib/librefuse/refuse/fs.c
1305
else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utime) \
lib/librefuse/refuse/fs.c
1306
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utime(path, &timbuf); \
lib/librefuse/refuse/fs.c
1317
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utimens) \
lib/librefuse/refuse/fs.c
1318
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->utimens(path, tv, fi); \
lib/librefuse/refuse/fs.c
1343
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->access) \
lib/librefuse/refuse/fs.c
1344
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->access(path, mask); \
lib/librefuse/refuse/fs.c
135
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \
lib/librefuse/refuse/fs.c
136
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf); \
lib/librefuse/refuse/fs.c
1367
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readlink) \
lib/librefuse/refuse/fs.c
1368
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readlink(path, buf, len); \
lib/librefuse/refuse/fs.c
1395
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->mknod) \
lib/librefuse/refuse/fs.c
1396
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->mknod(path, mode, rdev); \
lib/librefuse/refuse/fs.c
1423
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->mkdir) \
lib/librefuse/refuse/fs.c
1424
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->mkdir(path, mode); \
lib/librefuse/refuse/fs.c
1454
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->setxattr) \
lib/librefuse/refuse/fs.c
1455
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->setxattr(path, name, value, size, flags); \
lib/librefuse/refuse/fs.c
1485
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getxattr) \
lib/librefuse/refuse/fs.c
1486
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getxattr(path, name, value, size); \
lib/librefuse/refuse/fs.c
151
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \
lib/librefuse/refuse/fs.c
1514
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->listxattr) \
lib/librefuse/refuse/fs.c
1515
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->listxattr(path, list, size); \
lib/librefuse/refuse/fs.c
152
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf, fi); \
lib/librefuse/refuse/fs.c
1544
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->removexattr) \
lib/librefuse/refuse/fs.c
1545
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->removexattr(path, name); \
lib/librefuse/refuse/fs.c
1577
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->bmap) \
lib/librefuse/refuse/fs.c
1578
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->bmap(path, blocksize, idx); \
lib/librefuse/refuse/fs.c
1612
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->ioctl) \
lib/librefuse/refuse/fs.c
1613
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->ioctl(path, (int)cmd, arg, fi, flags, data); \
lib/librefuse/refuse/fs.c
1625
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->ioctl) \
lib/librefuse/refuse/fs.c
1626
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->ioctl(path, cmd, arg, fi, flags, data); \
lib/librefuse/refuse/fs.c
1651
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->poll) \
lib/librefuse/refuse/fs.c
1652
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->poll(path, fi, ph, reventsp); \
lib/librefuse/refuse/fs.c
1682
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fallocate) \
lib/librefuse/refuse/fs.c
1683
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fallocate(path, mode, offset, length, fi); \
lib/librefuse/refuse/fs.c
1716
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->copy_file_range) \
lib/librefuse/refuse/fs.c
1717
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->copy_file_range(path_in, fi_in, off_in, path_out, fi_out, off_out, len, flags); \
lib/librefuse/refuse/fs.c
1748
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->lseek) \
lib/librefuse/refuse/fs.c
1749
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->lseek(path, off, whence, fi); \
lib/librefuse/refuse/fs.c
1777
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->init) \
lib/librefuse/refuse/fs.c
1778
fs->user_data = ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->init(); \
lib/librefuse/refuse/fs.c
1788
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->init) \
lib/librefuse/refuse/fs.c
1789
fs->user_data = ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->init(conn); \
lib/librefuse/refuse/fs.c
180
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fgetattr) \
lib/librefuse/refuse/fs.c
1800
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->init) \
lib/librefuse/refuse/fs.c
1801
fs->user_data = ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->init(conn, cfg); \
lib/librefuse/refuse/fs.c
181
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fgetattr(path, buf, fi); \
lib/librefuse/refuse/fs.c
182
else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \
lib/librefuse/refuse/fs.c
1825
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->destroy) \
lib/librefuse/refuse/fs.c
1826
((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->destroy(fs->user_data); \
lib/librefuse/refuse/fs.c
183
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf); \
lib/librefuse/refuse/fs.c
214
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->rename) \
lib/librefuse/refuse/fs.c
215
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->rename(oldpath, newpath); \
lib/librefuse/refuse/fs.c
230
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->rename) \
lib/librefuse/refuse/fs.c
231
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->rename(oldpath, newpath, flags); \
lib/librefuse/refuse/fs.c
250
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->unlink) \
lib/librefuse/refuse/fs.c
251
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->unlink(path); \
lib/librefuse/refuse/fs.c
278
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->rmdir) \
lib/librefuse/refuse/fs.c
279
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->rmdir(path); \
lib/librefuse/refuse/fs.c
306
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->symlink) \
lib/librefuse/refuse/fs.c
307
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->symlink(linkname, path); \
lib/librefuse/refuse/fs.c
334
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->link) \
lib/librefuse/refuse/fs.c
335
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->link(oldpath, newpath); \
lib/librefuse/refuse/fs.c
362
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->release) \
lib/librefuse/refuse/fs.c
363
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->release(path, fi->flags); \
lib/librefuse/refuse/fs.c
372
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->release) \
lib/librefuse/refuse/fs.c
373
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->release(path, fi); \
lib/librefuse/refuse/fs.c
398
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->open) \
lib/librefuse/refuse/fs.c
399
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->open(path, fi->flags); \
lib/librefuse/refuse/fs.c
408
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->open) \
lib/librefuse/refuse/fs.c
409
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->open(path, fi); \
lib/librefuse/refuse/fs.c
435
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->read) \
lib/librefuse/refuse/fs.c
436
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->read(path, buf, size, off); \
lib/librefuse/refuse/fs.c
445
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->read) \
lib/librefuse/refuse/fs.c
446
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->read(path, buf, size, off, fi); \
lib/librefuse/refuse/fs.c
482
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->read_buf) \
lib/librefuse/refuse/fs.c
483
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->read_buf(path, bufp, size, off, fi); \
lib/librefuse/refuse/fs.c
504
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->write) \
lib/librefuse/refuse/fs.c
505
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->write(path, buf, size, off); \
lib/librefuse/refuse/fs.c
514
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->write) \
lib/librefuse/refuse/fs.c
515
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->write(path, buf, size, off, fi); \
lib/librefuse/refuse/fs.c
551
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->write_buf) \
lib/librefuse/refuse/fs.c
552
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->write_buf(path, bufp, off, fi); \
lib/librefuse/refuse/fs.c
572
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync) \
lib/librefuse/refuse/fs.c
573
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync); \
lib/librefuse/refuse/fs.c
582
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync) \
lib/librefuse/refuse/fs.c
583
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsync(path, datasync, fi); \
lib/librefuse/refuse/fs.c
618
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->flush) \
lib/librefuse/refuse/fs.c
619
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->flush(path, fi); \
lib/librefuse/refuse/fs.c
69
cloned = malloc(sizeof(struct __CONCAT(fuse_operations_v,VER))); \
lib/librefuse/refuse/fs.c
695
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs) { \
lib/librefuse/refuse/fs.c
699
ret = ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs(path, &statfs_v22); \
lib/librefuse/refuse/fs.c
714
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs) \
lib/librefuse/refuse/fs.c
715
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->statfs(path, buf); \
lib/librefuse/refuse/fs.c
72
memcpy(cloned, op, sizeof(struct __CONCAT(fuse_operations_v,VER))); \
lib/librefuse/refuse/fs.c
745
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->opendir) \
lib/librefuse/refuse/fs.c
746
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->opendir(path, fi); \
lib/librefuse/refuse/fs.c
856
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir) \
lib/librefuse/refuse/fs.c
857
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir(path, &v23_shim, fuse_dirfil_v11_to_fill_dir_v23); \
lib/librefuse/refuse/fs.c
878
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readdir) \
lib/librefuse/refuse/fs.c
879
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readdir(path, buf, filler, off, fi); \
lib/librefuse/refuse/fs.c
880
else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir) \
lib/librefuse/refuse/fs.c
881
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getdir(path, &v23_shim, fuse_dirfil_v22_to_fill_dir_v23); \
lib/librefuse/refuse/fs.c
916
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readdir) \
lib/librefuse/refuse/fs.c
917
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->readdir(path, buf, filler, off, fi, flags); \
lib/librefuse/refuse/fs.c
947
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsyncdir) \
lib/librefuse/refuse/fs.c
948
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fsyncdir(path, datasync, fi); \
lib/librefuse/refuse/fs.c
979
if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->releasedir) \
lib/librefuse/refuse/fs.c
980
return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->releasedir(path, fi); \
lib/librumphijack/hijack.c
180
#define RSYS_NAME(a) RSYS_STRING(__CONCAT(RUMP_SYS_RENAME_,a))
lib/librumpuser/rumpuser_port.h
270
#ifndef __CONCAT
sbin/route/route.c
1602
#define lock(f) ((rtm->rtm_rmx.rmx_locks & __CONCAT(RTV_,f)) ? 'L' : ' ')
sbin/sysctl/sysctl.c
489
if (((_f) & (__CONCAT(CTLFLAG_,_x))) == (__CONCAT(CTLFLAG_,_q))) { \
sbin/sysctl/sysctl.c
493
(_f) &= ~(__CONCAT(CTLFLAG_,_x)); \
sys/arch/aarch64/aarch64/linux32_syscall.c
45
#define EMULNAME(x) __CONCAT(linux32_,x)
sys/arch/aarch64/aarch64/linux32_syscall.c
46
#define EMULNAMEU(x) __CONCAT(LINUX32_,x)
sys/arch/aarch64/aarch64/linux_syscall.c
39
#define EMULNAME(x) __CONCAT(linux_,x)
sys/arch/aarch64/aarch64/linux_syscall.c
40
#define EMULNAMEU(x) __CONCAT(LINUX_,x)
sys/arch/aarch64/aarch64/netbsd32_syscall.c
36
#define EMULNAME(x) __CONCAT(netbsd32_,x)
sys/arch/aarch64/aarch64/netbsd32_syscall.c
37
#define EMULNAMEU(x) __CONCAT(NETBSD32_,x)
sys/arch/alpha/common/sgmap_typedep.h
36
#define __C(A,B) __CONCAT(A,B)
sys/arch/alpha/include/asm.h
141
#define ___CONCAT(a,b) __CONCAT(a,b)
sys/arch/alpha/include/bus_funcs.h
67
#define __abs_c(a,b) __CONCAT(a,b)
sys/arch/alpha/include/elf_machdep.h
85
#define R_TYPE(name) __CONCAT(R_ALPHA_,name)
sys/arch/alpha/include/pci_machdep.h
106
static const struct alpha_pci_intr_impl __CONCAT(intr_impl_st_,_st_) = {\
sys/arch/alpha/include/pci_machdep.h
109
__link_set_add_rodata(alpha_pci_intr_impls, __CONCAT(intr_impl_st_,_st_));
sys/arch/alpha/pci/pci_bwx_bus_io_chipdep.c
90
#define __C(A,B) __CONCAT(A,B)
sys/arch/alpha/pci/pci_bwx_bus_mem_chipdep.c
90
#define __C(A,B) __CONCAT(A,B)
sys/arch/alpha/pci/pci_swiz_bus_io_chipdep.c
88
#define __C(A,B) __CONCAT(A,B)
sys/arch/alpha/pci/pci_swiz_bus_mem_chipdep.c
102
#define __C(A,B) __CONCAT(A,B)
sys/arch/alpha/tc/tc_bus_mem.c
46
#define __C(A,B) __CONCAT(A,B)
sys/arch/amd64/amd64/machdep.c
1583
#define IDTVEC(name) __CONCAT(X, name)
sys/arch/amd64/include/elf_machdep.h
76
#define R_TYPE(name) __CONCAT(R_X86_64_,name)
sys/arch/amd64/stand/prekern/prekern.c
51
#define IDTVEC(name) __CONCAT(X, name)
sys/arch/amiga/amiga/simple_busfuncs.c
50
#define MKN2(x,y) __CONCAT(x, y)
sys/arch/arc/arc/bus_space.c
107
__CONCAT(bus_space_read_region_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
111
int stride = 1 << __CONCAT(bst->bs_stride_,BYTES); \
sys/arch/arc/arc/bus_space.c
114
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
138
__CONCAT(bus_space_write_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
143
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))) = data; \
sys/arch/arc/arc/bus_space.c
162
__CONCAT(bus_space_write_multi_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
168
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
190
__CONCAT(bus_space_write_region_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
194
int stride = 1 << __CONCAT(bst->bs_stride_,BYTES); \
sys/arch/arc/arc/bus_space.c
197
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
221
__CONCAT(bus_space_set_multi_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
227
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
249
__CONCAT(bus_space_set_region_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
253
int stride = 1 << __CONCAT(bst->bs_stride_,BYTES); \
sys/arch/arc/arc/bus_space.c
256
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
281
__CONCAT(bus_space_copy_region_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
285
int stride = 1 << __CONCAT(bst->bs_stride_,BYTES); \
sys/arch/arc/arc/bus_space.c
288
(srcbsh + (srcoffset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
291
(dstbsh + (dstoffset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arc/arc/bus_space.c
300
offset = (count << __CONCAT(bst->bs_stride_,BYTES)) \
sys/arch/arc/arc/bus_space.c
55
__CONCAT(bus_space_read_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
59
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES)))); \
sys/arch/arc/arc/bus_space.c
78
__CONCAT(bus_space_read_multi_,BYTES)(bus_space_tag_t bst, \
sys/arch/arc/arc/bus_space.c
84
(bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \
sys/arch/arm/fdt/arm_fdtvar.h
42
__link_set_add_rodata(arm_cpu_methods, __CONCAT(_name,_cpu_method));
sys/arch/arm/fdt/arm_fdtvar.h
45
static const struct arm_cpu_method __CONCAT(_name,_cpu_method) = { \
sys/arch/arm/imx/imxspi.c
66
((sc->sc_type == IMX31_CSPI) ? __CONCAT(CSPI_IMX31_, x) : \
sys/arch/arm/imx/imxspi.c
67
(sc->sc_type == IMX35_CSPI) ? __CONCAT(CSPI_IMX35_, x) : 0)
sys/arch/arm/imx/imxspi.c
68
#define IMXCSPI(x) __CONCAT(CSPI_, x)
sys/arch/arm/imx/imxspi.c
69
#define IMXESPI(x) __CONCAT(ECSPI_, x)
sys/arch/arm/include/asm.h
304
# define RETc(c) it c; __CONCAT(bx,c) lr
sys/arch/arm/include/asm.h
307
# define RETc(c) __CONCAT(bx,c) lr
sys/arch/arm/include/asm.h
312
# define RETc(c) __CONCAT(mov,c) pc, lr
sys/arch/arm/include/bus_funcs.h
74
#define __bs_c(a,b) __CONCAT(a,b)
sys/arch/arm/include/elf_machdep.h
158
#define R_TYPE(name) __CONCAT(R_ARM_,name)
sys/arch/atari/dev/ncr5380.c
180
#define CFNAME(n) __CONCAT(n,_cd)
sys/arch/atari/dev/ncr5380.c
181
#define CANAME(n) __CONCAT(n,_ca)
sys/arch/atari/include/bus_funcs.h
92
#define __abs_c(a,b) __CONCAT(a,b)
sys/arch/atari/stand/tostools/libtos/exec_elf.h
567
#define CONCAT(x,y) __CONCAT(x,y)
sys/arch/atari/stand/tostools/libtos/exec_elf.h
613
#define R_TYPE(name) __CONCAT(R_68K_,name)
sys/arch/dreamcast/include/bus_funcs.h
67
#define __dbs_c(a,b) __CONCAT(a,b)
sys/arch/emips/ebus/ac97_ebus.c
42
#define stub_ebus_match __CONCAT(acns,_ebus_match)
sys/arch/emips/ebus/ac97_ebus.c
43
#define stub_ebus_attach __CONCAT(acns,_ebus_attach)
sys/arch/emips/ebus/ac97_ebus.c
44
#define stub_ebus __CONCAT(acns,_ebus)
sys/arch/emips/ebus/ac97_ebus.c
45
#define stub_softc __CONCAT(acns,_softc)
sys/arch/emips/ebus/ac97_ebus.c
46
#define stubopen __CONCAT(acns,open)
sys/arch/emips/ebus/ac97_ebus.c
47
#define stubclose __CONCAT(acns,close)
sys/arch/emips/ebus/ac97_ebus.c
48
#define stub_cdevsw __CONCAT(acns,_cdevsw)
sys/arch/emips/ebus/evga_ebus.c
42
#define stub_ebus_match __CONCAT(evga,_ebus_match)
sys/arch/emips/ebus/evga_ebus.c
43
#define stub_ebus_attach __CONCAT(evga,_ebus_attach)
sys/arch/emips/ebus/evga_ebus.c
44
#define stub_ebus __CONCAT(evga,_ebus)
sys/arch/emips/ebus/evga_ebus.c
45
#define stub_softc __CONCAT(evga,_softc)
sys/arch/emips/ebus/evga_ebus.c
46
#define stubopen __CONCAT(evga,open)
sys/arch/emips/ebus/evga_ebus.c
47
#define stubclose __CONCAT(evga,close)
sys/arch/emips/ebus/evga_ebus.c
48
#define stub_cdevsw __CONCAT(evga,_cdevsw)
sys/arch/emips/ebus/lcd_ebus.c
42
#define stub_ebus_match __CONCAT(lcd,_ebus_match)
sys/arch/emips/ebus/lcd_ebus.c
43
#define stub_ebus_attach __CONCAT(lcd,_ebus_attach)
sys/arch/emips/ebus/lcd_ebus.c
44
#define stub_ebus __CONCAT(lcd,_ebus)
sys/arch/emips/ebus/lcd_ebus.c
45
#define stub_softc __CONCAT(lcd,_softc)
sys/arch/emips/ebus/lcd_ebus.c
46
#define stubopen __CONCAT(lcd,open)
sys/arch/emips/ebus/lcd_ebus.c
47
#define stubclose __CONCAT(lcd,close)
sys/arch/emips/ebus/lcd_ebus.c
48
#define stub_cdevsw __CONCAT(lcd,_cdevsw)
sys/arch/emips/ebus/ps2_ebus.c
42
#define stub_ebus_match __CONCAT(pstwo,_ebus_match)
sys/arch/emips/ebus/ps2_ebus.c
43
#define stub_ebus_attach __CONCAT(pstwo,_ebus_attach)
sys/arch/emips/ebus/ps2_ebus.c
44
#define stub_ebus __CONCAT(pstwo,_ebus)
sys/arch/emips/ebus/ps2_ebus.c
45
#define stub_softc __CONCAT(pstwo,_softc)
sys/arch/emips/ebus/ps2_ebus.c
46
#define stubopen __CONCAT(pstwo,open)
sys/arch/emips/ebus/ps2_ebus.c
47
#define stubclose __CONCAT(pstwo,close)
sys/arch/emips/ebus/ps2_ebus.c
48
#define stub_cdevsw __CONCAT(pstwo,_cdevsw)
sys/arch/emips/include/bus.h
156
static __inline void __CONCAT(bus_space_read_multi_,BYTES) \
sys/arch/emips/include/bus.h
161
__CONCAT(bus_space_read_multi_,BYTES)( \
sys/arch/emips/include/bus.h
170
*a++ = __CONCAT(bus_space_read_,BYTES)(t, h, o); \
sys/arch/emips/include/bus.h
190
static __inline void __CONCAT(bus_space_read_region_,BYTES) \
sys/arch/emips/include/bus.h
195
__CONCAT(bus_space_read_region_,BYTES)( \
sys/arch/emips/include/bus.h
204
*a++ = __CONCAT(bus_space_read_,BYTES)(t, h, o); \
sys/arch/emips/include/bus.h
255
static __inline void __CONCAT(bus_space_write_multi_,BYTES) \
sys/arch/emips/include/bus.h
260
__CONCAT(bus_space_write_multi_,BYTES)( \
sys/arch/emips/include/bus.h
269
__CONCAT(bus_space_write_,BYTES)(t, h, o, *a++); \
sys/arch/emips/include/bus.h
288
static __inline void __CONCAT(bus_space_write_region_,BYTES) \
sys/arch/emips/include/bus.h
293
__CONCAT(bus_space_write_region_,BYTES)( \
sys/arch/emips/include/bus.h
302
__CONCAT(bus_space_write_,BYTES)(t, h, o, *a++); \
sys/arch/emips/include/bus.h
323
static __inline void __CONCAT(bus_space_set_multi_,BYTES) \
sys/arch/emips/include/bus.h
328
__CONCAT(bus_space_set_multi_,BYTES)( \
sys/arch/emips/include/bus.h
337
__CONCAT(bus_space_write_,BYTES)(t, h, o, v); \
sys/arch/emips/include/bus.h
356
static __inline void __CONCAT(bus_space_set_region_,BYTES) \
sys/arch/emips/include/bus.h
361
__CONCAT(bus_space_set_region_,BYTES)( \
sys/arch/emips/include/bus.h
370
__CONCAT(bus_space_write_,BYTES)(t, h, o, v); \
sys/arch/emips/include/bus.h
392
static __inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/emips/include/bus.h
399
__CONCAT(bus_space_copy_region_,BYTES)( \
sys/arch/emips/include/bus.h
412
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/emips/include/bus.h
413
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/emips/include/bus.h
417
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/emips/include/bus.h
418
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/epoc32/stand/e32boot/include/elf.h
1058
#define CONCAT(x,y) __CONCAT(x,y)
sys/arch/evbarm/kobo/kobo_machdep.c
227
IOMUX_DATA(__CONCAT(IOMUXC_SW_MUX_CTL_PAD_,padname), mux)
sys/arch/evbarm/kobo/kobo_machdep.c
230
IOMUX_DATA(__CONCAT(IOMUXC_SW_PAD_CTL_PAD_,padname), pad)
sys/arch/evbarm/netwalker/netwalker_machdep.c
366
IOMUX_DATA(__CONCAT(IOMUXC_SW_MUX_CTL_PAD_,padname), mux)
sys/arch/evbarm/netwalker/netwalker_machdep.c
369
IOMUX_DATA(__CONCAT(IOMUXC_SW_PAD_CTL_PAD_,padname), pad)
sys/arch/evbcf/include/bus_space.h
545
static __inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/evbcf/include/bus_space.h
552
__CONCAT(bus_space_copy_region_,BYTES)( \
sys/arch/evbcf/include/bus_space.h
565
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/evbcf/include/bus_space.h
566
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/evbcf/include/bus_space.h
570
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/evbcf/include/bus_space.h
571
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/evbsh3/include/bus_funcs.h
72
#define __bs_c(a,b) __CONCAT(a,b)
sys/arch/ews4800mips/include/bus.h
456
#define __ebs_c(a,b) __CONCAT(a,b)
sys/arch/hp300/include/bus.h
685
__CONCAT(bus_space_copy_region_,BYTES)(bus_space_tag_t t, \
sys/arch/hp300/include/bus.h
694
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/hp300/include/bus.h
695
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/hp300/include/bus.h
699
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/hp300/include/bus.h
700
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/hpcmips/hpcmips/bus_space.c
635
void __CONCAT(__bs_c_,n)(bus_space_tag_t t, bus_space_handle_t h1, \
sys/arch/hpcmips/hpcmips/bus_space.c
643
__CONCAT(bus_space_write_,n)(t, h2, o2 + o, \
sys/arch/hpcmips/hpcmips/bus_space.c
644
__CONCAT(bus_space_read_,n)(t, h1, o1 + o));\
sys/arch/hpcmips/hpcmips/bus_space.c
648
__CONCAT(bus_space_write_,n)(t, h2, o2 + o, \
sys/arch/hpcmips/hpcmips/bus_space.c
649
__CONCAT(bus_space_read_,n)(t, h1, o1 + o));\
sys/arch/hpcmips/hpcmips/bus_space_notimpl.c
41
#define C(a,b) __CONCAT(a,b)
sys/arch/hpcmips/include/bus.h
268
#define __bs_c(a,b) __CONCAT(a,b)
sys/arch/hpcsh/include/bus_funcs.h
72
#define __hbs_c(a,b) __CONCAT(a,b)
sys/arch/hppa/dev/mongoose.c
674
#define R(n) bt->__CONCAT(hbt_,n) = &__CONCAT(mg_isa_,n)
sys/arch/hppa/include/elf_machdep.h
158
#define R_TYPE(name) __CONCAT(R_PARISC_,name)
sys/arch/hppa/include/types.h
106
extern const char __CONCAT(name,_ras_start[]), __CONCAT(name,_ras_end[])
sys/arch/i386/i386/machdep.c
526
#define IDTVEC(name) __CONCAT(X, name)
sys/arch/i386/i386/trap.c
166
#define IDTVEC(name) __CONCAT(X, name)
sys/arch/i386/include/asm.h
103
#define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off)
sys/arch/i386/include/elf_machdep.h
83
#define R_TYPE(name) __CONCAT(R_386_,name)
sys/arch/ia64/include/elf_machdep.h
159
#define R_TYPE(name) __CONCAT(R_IA64_,name)
sys/arch/landisk/include/bus_funcs.h
71
#define __bs_c(a,b) __CONCAT(a,b)
sys/arch/luna68k/include/bus.h
508
static __inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/luna68k/include/bus.h
515
__CONCAT(bus_space_copy_region_,BYTES)( \
sys/arch/luna68k/include/bus.h
528
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/luna68k/include/bus.h
529
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/luna68k/include/bus.h
533
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/luna68k/include/bus.h
534
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/m68k/include/bus_space_simple.h
568
static inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/m68k/include/bus_space_simple.h
575
__CONCAT(bus_space_copy_region_,BYTES)( \
sys/arch/m68k/include/bus_space_simple.h
589
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/m68k/include/bus_space_simple.h
590
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/m68k/include/bus_space_simple.h
594
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/m68k/include/bus_space_simple.h
595
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/m68k/include/elf_machdep.h
91
#define R_TYPE(name) __CONCAT(R_68K_,name)
sys/arch/mac68k/dev/ncr5380.c
176
#define CFNAME(n) __CONCAT(n,_cd)
sys/arch/mac68k/dev/ncr5380.c
177
#define CANAME(n) __CONCAT(n,_ca)
sys/arch/mac68k/include/bus.h
691
static __inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/mac68k/include/bus.h
698
__CONCAT(bus_space_copy_region_,BYTES)( \
sys/arch/mac68k/include/bus.h
711
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/mac68k/include/bus.h
712
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/mac68k/include/bus.h
716
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/mac68k/include/bus.h
717
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/mips/alchemy/au_himem_space.c
508
__CONCAT(au_himem_rm_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
513
*dst ++ = __CONCAT(au_himem_r_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_himem_space.c
522
__CONCAT(au_himem_rms_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
527
*dst++ = __CONCAT(au_himem_rs_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_himem_space.c
536
__CONCAT(au_himem_rr_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
541
*dst++ = __CONCAT(au_himem_r_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_himem_space.c
552
__CONCAT(au_himem_rrs_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
557
*dst++ = __CONCAT(au_himem_rs_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_himem_space.c
567
__CONCAT(au_himem_wm_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
573
__CONCAT(au_himem_w_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_himem_space.c
583
__CONCAT(au_himem_wms_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
589
__CONCAT(au_himem_ws_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_himem_space.c
598
__CONCAT(au_himem_wr_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
604
__CONCAT(au_himem_w_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_himem_space.c
615
__CONCAT(au_himem_wrs_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
621
__CONCAT(au_himem_ws_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_himem_space.c
631
__CONCAT(au_himem_sm_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
637
__CONCAT(au_himem_w_,BYTES)(v, h, o, val); \
sys/arch/mips/alchemy/au_himem_space.c
647
__CONCAT(au_himem_sr_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_himem_space.c
653
__CONCAT(au_himem_w_,BYTES)(v, h, o, val); \
sys/arch/mips/alchemy/au_himem_space.c
665
__CONCAT(au_himem_c_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
444
__CONCAT(au_wired_rm_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
449
*dst ++ = __CONCAT(au_wired_r_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_wired_space.c
458
__CONCAT(au_wired_rms_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
464
*dst++ = __CONCAT(au_wired_rs_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_wired_space.c
473
__CONCAT(au_wired_rr_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
478
*dst++ = __CONCAT(au_wired_r_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_wired_space.c
489
__CONCAT(au_wired_rrs_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
494
*dst++ = __CONCAT(au_wired_rs_,BYTES)(v, h, o); \
sys/arch/mips/alchemy/au_wired_space.c
504
__CONCAT(au_wired_wm_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
510
__CONCAT(au_wired_w_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_wired_space.c
521
__CONCAT(au_wired_wms_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
527
__CONCAT(au_wired_ws_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_wired_space.c
537
__CONCAT(au_wired_wr_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
543
__CONCAT(au_wired_w_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_wired_space.c
554
__CONCAT(au_wired_wrs_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
560
__CONCAT(au_wired_ws_,BYTES)(v, h, o, *src++); \
sys/arch/mips/alchemy/au_wired_space.c
570
__CONCAT(au_wired_sm_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
576
__CONCAT(au_wired_w_,BYTES)(v, h, o, val); \
sys/arch/mips/alchemy/au_wired_space.c
587
__CONCAT(au_wired_sr_,BYTES)(void *v, \
sys/arch/mips/alchemy/au_wired_space.c
593
__CONCAT(au_wired_w_,BYTES)(v, h, o, val); \
sys/arch/mips/alchemy/au_wired_space.c
605
__CONCAT(au_wired_c_,BYTES)(void *v, \
sys/arch/mips/include/asm.h
182
.pushsection __CONCAT(.gnu.warning.,sym); \
sys/arch/mips/include/asm.h
321
EXPORT(__CONCAT(x,_end)); \
sys/arch/mips/include/asm.h
811
#define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
sys/arch/mips/include/bus_space_funcs.h
67
#define __bs_c(a,b) __CONCAT(a,b)
sys/arch/mips/include/cpuregs.h
571
#define _(n) __CONCAT($,n)
sys/arch/mips/include/elf_machdep.h
200
#define R_TYPE(name) __CONCAT(R_MIPS_,name)
sys/arch/mips/ingenic/ingenic_coreregs.h
33
#define _(n) __CONCAT($,n)
sys/arch/mips/mips/bus_space_alignstride_chipdep.c
103
#define __C(A,B) __CONCAT(A,B)
sys/arch/mips/mips/linux_syscall.c
35
#define EMULNAME(x) __CONCAT(linux_,x)
sys/arch/mips/rmi/rmixlreg.h
57
#define _(n) __CONCAT($,n)
sys/arch/mipsco/include/bus.h
350
(t)->__CONCAT(bs_offset_,BYTES)))
sys/arch/mipsco/include/bus.h
362
__CONCAT(bus_space_read_,BYTES)(bus_space_tag_t bst, \
sys/arch/mipsco/include/bus.h
453
__CONCAT(bus_space_write_,BYTES)(bus_space_tag_t bst, \
sys/arch/mipsco/include/bus.h
671
((bst->bs_bswap) ? __CONCAT(bswap,BITS)(val) : (val))
sys/arch/mipsco/include/bus.h
676
__CONCAT(bus_space_read_stream_,BYTES)(bus_space_tag_t bst, \
sys/arch/mipsco/include/bus.h
680
__CONCAT(bus_space_read_,BYTES)(bst, bsh, offset); \
sys/arch/mipsco/include/bus.h
692
__CONCAT(bus_space_write_stream_,BYTES)(bus_space_tag_t bst, \
sys/arch/news68k/include/bus.h
512
static __inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/news68k/include/bus.h
519
__CONCAT(bus_space_copy_region_,BYTES)(bus_space_tag_t t, \
sys/arch/news68k/include/bus.h
528
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/news68k/include/bus.h
529
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/news68k/include/bus.h
533
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/news68k/include/bus.h
534
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/newsmips/include/bus.h
147
static __inline void __CONCAT(bus_space_read_multi_,BYTES) \
sys/arch/newsmips/include/bus.h
152
__CONCAT(bus_space_read_multi_,BYTES)( \
sys/arch/newsmips/include/bus.h
161
*a++ = __CONCAT(bus_space_read_,BYTES)(t, h, o); \
sys/arch/newsmips/include/bus.h
181
static __inline void __CONCAT(bus_space_read_region_,BYTES) \
sys/arch/newsmips/include/bus.h
186
__CONCAT(bus_space_read_region_,BYTES)( \
sys/arch/newsmips/include/bus.h
195
*a++ = __CONCAT(bus_space_read_,BYTES)(t, h, o); \
sys/arch/newsmips/include/bus.h
243
static __inline void __CONCAT(bus_space_write_multi_,BYTES) \
sys/arch/newsmips/include/bus.h
248
__CONCAT(bus_space_write_multi_,BYTES)( \
sys/arch/newsmips/include/bus.h
257
__CONCAT(bus_space_write_,BYTES)(t, h, o, *a++); \
sys/arch/newsmips/include/bus.h
276
static __inline void __CONCAT(bus_space_write_region_,BYTES) \
sys/arch/newsmips/include/bus.h
281
__CONCAT(bus_space_write_region_,BYTES)( \
sys/arch/newsmips/include/bus.h
290
__CONCAT(bus_space_write_,BYTES)(t, h, o, *a++); \
sys/arch/newsmips/include/bus.h
311
static __inline void __CONCAT(bus_space_set_multi_,BYTES) \
sys/arch/newsmips/include/bus.h
316
__CONCAT(bus_space_set_multi_,BYTES)( \
sys/arch/newsmips/include/bus.h
325
__CONCAT(bus_space_write_,BYTES)(t, h, o, v); \
sys/arch/newsmips/include/bus.h
344
static __inline void __CONCAT(bus_space_set_region_,BYTES) \
sys/arch/newsmips/include/bus.h
349
__CONCAT(bus_space_set_region_,BYTES)( \
sys/arch/newsmips/include/bus.h
358
__CONCAT(bus_space_write_,BYTES)(t, h, o, v); \
sys/arch/newsmips/include/bus.h
380
static __inline void __CONCAT(bus_space_copy_region_,BYTES) \
sys/arch/newsmips/include/bus.h
387
__CONCAT(bus_space_copy_region_,BYTES)( \
sys/arch/newsmips/include/bus.h
400
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/newsmips/include/bus.h
401
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/newsmips/include/bus.h
405
__CONCAT(bus_space_write_,BYTES)(t, h2, o2 + o, \
sys/arch/newsmips/include/bus.h
406
__CONCAT(bus_space_read_,BYTES)(t, h1, o1 + o)); \
sys/arch/playstation2/include/bus.h
498
#define __pbs_c(a,b) __CONCAT(a,b)
sys/arch/powerpc/include/elf_machdep.h
292
#define R_TYPE(name) __CONCAT(R_PPC_,name)
sys/arch/powerpc/powerpc/linux_syscall.c
52
#define EMULNAME(x) __CONCAT(linux_,x)
sys/arch/powerpc/powerpc/linux_syscall.c
53
#define EMULNAMEU(x) __CONCAT(LINUX_,x)
sys/arch/powerpc/stand/mkbootimage/bebox_bootrec.h
144
#define BEBOX_IMG(x) __CONCAT(bebox_image_data,x)
sys/arch/riscv/include/asm.h
270
#define CPUVAR(off) _C_LABEL(cpu_info_store)+__CONCAT(CPU_INFO_,off)
sys/arch/riscv/include/asm.h
40
#define ___CONCAT(x,y) __CONCAT(x,y)
sys/arch/riscv/include/asm.h
84
.pushsection __CONCAT(.gnu.warning.,sym); \
sys/arch/riscv/include/bus_funcs.h
70
#define __bs_c(a,b) __CONCAT(a,b)
sys/arch/riscv/riscv/core32_machdep.c
6
#define CORENAME(x) __CONCAT(x,32)
sys/arch/riscv/riscv/sig32_machdep.c
6
#define COMPATNAME1(x) __CONCAT(netbsd32_,x)
sys/arch/riscv/riscv/sig32_machdep.c
7
#define COMPATNAME2(x) __CONCAT(x,32)
sys/arch/riscv/riscv/sig32_machdep.c
8
#define COMPATTYPE(x) __CONCAT(x,32_t)
sys/arch/riscv/riscv/sig_machdep.c
52
#define COMPATTYPE(x) __CONCAT(x,_t)
sys/arch/sh3/include/elf_machdep.h
86
#define R_TYPE(name) __CONCAT(R_SH_,name)
sys/arch/sparc/include/elf_machdep.h
102
#define R_TYPE(name) __CONCAT(R_SPARC_,name)
sys/arch/sparc/sparc/cpu.c
625
if (cpi->x != __CONCAT(noop_,x)) cpi->x = __CONCAT(smp_,x)
sys/arch/sparc64/include/elf_machdep.h
152
#define R_TYPE(name) __CONCAT(R_SPARC_,name)
sys/arch/vax/include/elf_machdep.h
35
#define R_TYPE(name) __CONCAT(R_VAX_,name)
sys/arch/x86/isa/isa_machdep.c
113
#define IDTVEC(name) __CONCAT(X,name)
sys/arch/x86/x86/bus_dma.c
120
#define IDTVEC(name) __CONCAT(X,name)
sys/arch/xen/xen/hypervisor.c
177
#define IDTVEC(name) __CONCAT(X, name)
sys/compat/netbsd32/netbsd32_core.c
63
#define CORENAME(x) __CONCAT(x,32)
sys/compat/netbsd32/netbsd32_ioctl.h
54
__CONCAT(netbsd32_to_, type)((struct __CONCAT(netbsd32_, type) *) \
sys/compat/netbsd32/netbsd32_ioctl.h
57
__CONCAT(netbsd32_from_, type)((struct type *)data, \
sys/compat/netbsd32/netbsd32_ioctl.h
58
(struct __CONCAT(netbsd32_, type) *)data32, cmd); \
sys/compat/netbsd32/netbsd32_ioctl.h
67
__CONCAT(netbsd32_to_, type)((__CONCAT(netbsd32_, type) *) \
sys/compat/netbsd32/netbsd32_ioctl.h
70
__CONCAT(netbsd32_from_, type)((type *)data, \
sys/compat/netbsd32/netbsd32_ioctl.h
71
(__CONCAT(netbsd32_, type) *)data32, cmd); \
sys/compat/netbsd32/netbsd32_sysent.c
101
#define compat_50(func) __CONCAT(compat_50_,func)
sys/compat/netbsd32/netbsd32_sysent.c
107
#define compat_60(func) __CONCAT(compat_60_,func)
sys/compat/netbsd32/netbsd32_sysent.c
113
#define compat_70(func) __CONCAT(compat_70_,func)
sys/compat/netbsd32/netbsd32_sysent.c
119
#define compat_80(func) __CONCAT(compat_80_,func)
sys/compat/netbsd32/netbsd32_sysent.c
125
#define compat_90(func) __CONCAT(compat_90_,func)
sys/compat/netbsd32/netbsd32_sysent.c
131
#define compat_100(func) __CONCAT(compat_100_,func)
sys/compat/netbsd32/netbsd32_sysent.c
137
#define compat_110(func) __CONCAT(compat_110_,func)
sys/compat/netbsd32/netbsd32_sysent.c
29
#define compat_43(func) __CONCAT(compat_43_,func)
sys/compat/netbsd32/netbsd32_sysent.c
35
#define compat_09(func) __CONCAT(compat_09_,func)
sys/compat/netbsd32/netbsd32_sysent.c
41
#define compat_10(func) __CONCAT(compat_10_,func)
sys/compat/netbsd32/netbsd32_sysent.c
47
#define compat_11(func) __CONCAT(compat_11_,func)
sys/compat/netbsd32/netbsd32_sysent.c
53
#define compat_12(func) __CONCAT(compat_12_,func)
sys/compat/netbsd32/netbsd32_sysent.c
59
#define compat_13(func) __CONCAT(compat_13_,func)
sys/compat/netbsd32/netbsd32_sysent.c
65
#define compat_14(func) __CONCAT(compat_14_,func)
sys/compat/netbsd32/netbsd32_sysent.c
71
#define compat_15(func) __CONCAT(compat_15_,func)
sys/compat/netbsd32/netbsd32_sysent.c
77
#define compat_16(func) __CONCAT(compat_16_,func)
sys/compat/netbsd32/netbsd32_sysent.c
83
#define compat_20(func) __CONCAT(compat_20_,func)
sys/compat/netbsd32/netbsd32_sysent.c
89
#define compat_30(func) __CONCAT(compat_30_,func)
sys/compat/netbsd32/netbsd32_sysent.c
95
#define compat_40(func) __CONCAT(compat_40_,func)
sys/dev/cons.h
105
#define dev_decl(n,t) __CONCAT(dev_type_,t)(__CONCAT(n,t))
sys/dev/cons.h
106
#define dev_init(n,t) __CONCAT(n,t)
sys/dev/dkwedge/dkwedge_bsdlabel.c
155
case __CONCAT(FS_,tag): str = __CONCAT(DKW_PTYPE_,tag); break;
sys/dev/fdt/fdt_console.h
44
__link_set_add_rodata(fdt_consoles, __CONCAT(name,_consinfo));
sys/dev/fdt/fdt_console.h
47
static const struct fdt_console_info __CONCAT(_name,_consinfo) = { \
sys/dev/fdt/fdt_opp.h
38
__link_set_add_rodata(fdt_opps, __CONCAT(name,_oppinfo));
sys/dev/fdt/fdt_opp.h
41
static const struct fdt_opp_info __CONCAT(_name,_oppinfo) = { \
sys/dev/fdt/fdt_platform.h
45
__link_set_add_rodata(fdt_platforms, __CONCAT(name,_platinfo));
sys/dev/fdt/fdt_platform.h
48
static const struct fdt_platform_info __CONCAT(_name,_platinfo) = { \
sys/dev/ic/ath.c
204
static void __CONCAT(__func, _si)(void *arg) \
sys/dev/ic/ath_netbsd.h
43
__CONCAT(__func, _si), \
sys/dev/ic/wd33c93var.h
258
if (wd33c93_debug & __CONCAT(DEBUG_,level)) \
sys/dev/midivar.h
119
u_char *__CONCAT(frk,_cur); \
sys/dev/midivar.h
120
u_char *__CONCAT(frk,_lim); \
sys/dev/midivar.h
121
u_char *__CONCAT(frk,_org); \
sys/dev/midivar.h
122
u_char *__CONCAT(frk,_end)
sys/dev/midivar.h
125
((__CONCAT(frk,_lim)=(mb)->__CONCAT(frk,_producerp)), \
sys/dev/midivar.h
126
__CONCAT(frk,_lim) < __CONCAT(frk,_cur) ? \
sys/dev/midivar.h
127
(__CONCAT(frk,_lim) += sizeof (mb)->frk) : __CONCAT(frk,_lim))
sys/dev/midivar.h
130
((__CONCAT(frk,_lim)=(mb)->__CONCAT(frk,_consumerp)-1), \
sys/dev/midivar.h
131
__CONCAT(frk,_lim) < __CONCAT(frk,_cur) ? \
sys/dev/midivar.h
132
(__CONCAT(frk,_lim) += sizeof (mb)->frk) : __CONCAT(frk,_lim))
sys/dev/midivar.h
135
((__CONCAT(frk,_org)=(mb)->frk), \
sys/dev/midivar.h
136
(__CONCAT(frk,_end)=__CONCAT(frk,_org)+sizeof (mb)->frk))
sys/dev/midivar.h
140
(__CONCAT(frk,_cur)=(mb)->__CONCAT(frk,_consumerp)), \
sys/dev/midivar.h
145
(__CONCAT(frk,_cur)=(mb)->__CONCAT(frk,_producerp)), \
sys/dev/midivar.h
149
(__predict_false(__CONCAT(frk,_cur)==__CONCAT(frk,_end)) ? (\
sys/dev/midivar.h
150
(__CONCAT(frk,_lim)-=__CONCAT(frk,_end)-__CONCAT(frk,_org)), \
sys/dev/midivar.h
151
(__CONCAT(frk,_cur)=__CONCAT(frk,_org))) : __CONCAT(frk,_cur))
sys/dev/midivar.h
155
(mb)->__CONCAT(frk,_consumerp)=__CONCAT(frk,_cur); \
sys/dev/midivar.h
160
(mb)->__CONCAT(frk,_producerp)=__CONCAT(frk,_cur); \
sys/dev/pci/universe_pci.c
60
#define _pso(i) offsetof(struct universereg, __CONCAT(pcislv, i))
sys/dev/pci/universe_pci.c
75
#define _vso(i) offsetof(struct universereg, __CONCAT(vmeslv, i))
sys/dev/scsipi/if_se.c
157
static const struct __CONCAT(scsi_, name) name
sys/kern/init_sysent.c
101
#define compat_50(func) __CONCAT(compat_50_,func)
sys/kern/init_sysent.c
107
#define compat_60(func) __CONCAT(compat_60_,func)
sys/kern/init_sysent.c
113
#define compat_70(func) __CONCAT(compat_70_,func)
sys/kern/init_sysent.c
119
#define compat_80(func) __CONCAT(compat_80_,func)
sys/kern/init_sysent.c
125
#define compat_90(func) __CONCAT(compat_90_,func)
sys/kern/init_sysent.c
131
#define compat_100(func) __CONCAT(compat_100_,func)
sys/kern/init_sysent.c
137
#define compat_110(func) __CONCAT(compat_110_,func)
sys/kern/init_sysent.c
29
#define compat_43(func) __CONCAT(compat_43_,func)
sys/kern/init_sysent.c
35
#define compat_09(func) __CONCAT(compat_09_,func)
sys/kern/init_sysent.c
41
#define compat_10(func) __CONCAT(compat_10_,func)
sys/kern/init_sysent.c
47
#define compat_11(func) __CONCAT(compat_11_,func)
sys/kern/init_sysent.c
53
#define compat_12(func) __CONCAT(compat_12_,func)
sys/kern/init_sysent.c
59
#define compat_13(func) __CONCAT(compat_13_,func)
sys/kern/init_sysent.c
65
#define compat_14(func) __CONCAT(compat_14_,func)
sys/kern/init_sysent.c
71
#define compat_15(func) __CONCAT(compat_15_,func)
sys/kern/init_sysent.c
77
#define compat_16(func) __CONCAT(compat_16_,func)
sys/kern/init_sysent.c
83
#define compat_20(func) __CONCAT(compat_20_,func)
sys/kern/init_sysent.c
89
#define compat_30(func) __CONCAT(compat_30_,func)
sys/kern/init_sysent.c
95
#define compat_40(func) __CONCAT(compat_40_,func)
sys/kern/sys_syscall.c
45
#define CONCAT(a,b) __CONCAT(a,b)
sys/lib/libsa/stand.h
128
__CONCAT(fs,_open), \
sys/lib/libsa/stand.h
129
__CONCAT(fs,_close), \
sys/lib/libsa/stand.h
130
__CONCAT(fs,_read), \
sys/lib/libsa/stand.h
131
__CONCAT(fs,_write), \
sys/lib/libsa/stand.h
132
__CONCAT(fs,_seek), \
sys/lib/libsa/stand.h
133
__CONCAT(fs,_stat), \
sys/lib/libsa/stand.h
134
__CONCAT(fs,_ls) }
sys/lib/libsa/stand.h
137
__CONCAT(fs,_open), \
sys/lib/libsa/stand.h
138
__CONCAT(fs,_close), \
sys/lib/libsa/stand.h
139
__CONCAT(fs,_read), \
sys/lib/libsa/stand.h
140
__CONCAT(fs,_write), \
sys/lib/libsa/stand.h
141
__CONCAT(fs,_seek), \
sys/lib/libsa/stand.h
142
__CONCAT(fs,_stat) }
sys/lib/libsa/stand.h
86
extern __compactcall int __CONCAT(fs,_open)(const char *, struct open_file *); \
sys/lib/libsa/stand.h
87
extern __compactcall int __CONCAT(fs,_close)(struct open_file *); \
sys/lib/libsa/stand.h
88
extern __compactcall int __CONCAT(fs,_read)(struct open_file *, void *, \
sys/lib/libsa/stand.h
90
extern __compactcall int __CONCAT(fs,_write)(struct open_file *, void *, \
sys/lib/libsa/stand.h
92
extern __compactcall off_t __CONCAT(fs,_seek)(struct open_file *, off_t, int); \
sys/lib/libsa/stand.h
93
extern __compactcall int __CONCAT(fs,_stat)(struct open_file *, struct stat *)
sys/lib/libsa/stand.h
98
extern __compactcall void __CONCAT(fs,_ls)(struct open_file *, const char *)
sys/netinet/tcp_debug.c
191
#define pf(f) { if (th->th_flags&__CONCAT(TH_,f)) { \
sys/rump/dev/lib/component_simple.c
41
__CONCAT(cfdriver_ioconf_,a), \
sys/rump/dev/lib/component_simple.c
42
__CONCAT(cfattach_ioconf_,a), \
sys/rump/dev/lib/component_simple.c
43
__CONCAT(cfdata_ioconf_,a));
sys/sys/cdefs.h
107
#define ___CONCAT(x,y) __CONCAT(x,y)
sys/sys/cdefs.h
175
#define __CTASSERT99(x, a, b) __CTASSERT0(x, __CONCAT(__ctassert,a), \
sys/sys/cdefs.h
176
__CONCAT(_,b))
sys/sys/cdefs_aout.h
103
#define __KERNEL_COPYRIGHT(_n, _s) __IDSTRING(__CONCAT(copyright,_n),_s)
sys/sys/cdefs_aout.h
11
#define _C_LABEL(x) __CONCAT(_,x)
sys/sys/cdefs_aout.h
98
#define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s)
sys/sys/cdefs_elf.h
34
#define _C_LABEL(x) __CONCAT(_,x)
sys/sys/device.h
231
__link_set_add_rodata(_g_, __CONCAT(_c_,_descriptor));
sys/sys/device.h
233
static const struct device_call_descriptor __CONCAT(_c_,_descriptor) = {\
sys/sys/device.h
392
struct cfattach __CONCAT(name,_ca) = { \
sys/sys/device.h
430
struct cfdriver __CONCAT(name,_cd) = { \
sys/sys/disklabel.h
338
#define DKTYPE_NUMS(tag, number, name) __CONCAT(DKTYPE_,tag=number),
sys/sys/disklabel.h
394
#define FS_TYPENUMS(tag, number, name, fsck, mount) __CONCAT(FS_,tag=number),
sys/sys/exec_elf.h
1379
#define CONCAT(x,y) __CONCAT(x,y)
sys/sys/module.h
130
static struct modinfo_chain __CONCAT(mc,name) = { \
sys/sys/module.h
131
.mc_info = &__CONCAT(name,_modinfo), \
sys/sys/module.h
133
static void __CONCAT(modctor_,name)(void) __attribute__((__constructor__));\
sys/sys/module.h
134
static void __CONCAT(modctor_,name)(void) \
sys/sys/module.h
138
struct modinfo_chain *mc = &__CONCAT(mc,name); \
sys/sys/module.h
143
static void __CONCAT(moddtor_,name)(void) __attribute__((__destructor__));\
sys/sys/module.h
144
static void __CONCAT(moddtor_,name)(void) \
sys/sys/module.h
146
struct modinfo_chain *mc = &__CONCAT(mc,name); \
sys/sys/module.h
154
#define _MODULE_REGISTER(name) __link_set_add_rodata(modules, __CONCAT(name,_modinfo));
sys/sys/module.h
159
static int __CONCAT(name,_modcmd)(modcmd_t, void *); \
sys/sys/module.h
160
static const modinfo_t __CONCAT(name,_modinfo) = { \
sys/sys/module.h
163
.mi_modcmd = __CONCAT(name,_modcmd), \
sys/sys/ras.h
108
.globl _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \
sys/sys/ras.h
109
_C_LABEL(__CONCAT(name,_ras_start)):
sys/sys/ras.h
112
.globl _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \
sys/sys/ras.h
113
_C_LABEL(__CONCAT(name,_ras_end)):
sys/sys/ras.h
122
.globl _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \
sys/sys/ras.h
123
.hidden _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \
sys/sys/ras.h
124
_C_LABEL(__CONCAT(name,_ras_start)):
sys/sys/ras.h
127
.globl _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \
sys/sys/ras.h
128
.hidden _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \
sys/sys/ras.h
129
_C_LABEL(__CONCAT(name,_ras_end)):
sys/sys/ras.h
67
extern void __CONCAT(name,_ras_start(void)), __CONCAT(name,_ras_end(void))
sys/sys/ras.h
88
#define RAS_ADDR(name) ((void *)(uintptr_t) __CONCAT(name,_ras_start))
sys/sys/ras.h
89
#define RAS_SIZE(name) ((size_t)((uintptr_t) __CONCAT(name,_ras_end) - \
sys/sys/ras.h
90
(uintptr_t) __CONCAT(name,_ras_start)))
sys/sys/sysctl.h
1039
static struct sysctl_setup_chain __CONCAT(ssc,name) = { \
sys/sys/sysctl.h
1045
struct sysctl_setup_chain *ssc = &__CONCAT(ssc,name); \
sys/sys/sysctl.h
1054
struct sysctl_setup_chain *ssc = &__CONCAT(ssc,name); \
sys/sys/sysctl.h
1073
static void __CONCAT(___,name)(struct sysctllog **); \
sys/sys/sysctl.h
1076
__CONCAT(___,name)(clog); } \
sys/sys/sysctl.h
1078
static void __CONCAT(___,name)(struct sysctllog **clog)
sys/sys/sysctl.h
1091
static void __CONCAT(___,name)(struct sysctllog **); \
sys/sys/sysctl.h
1094
__CONCAT(___,name)(clog); } \
sys/sys/sysctl.h
1096
static void __CONCAT(___,name)(struct sysctllog **clog)
sys/sys/vnode.h
571
#define VDESC(OP) (& __CONCAT(OP,_desc))
tools/amiga-elf2bb/sys/exec_elf.h
700
#define CONCAT(x,y) __CONCAT(x,y)
tools/arm-elf2aout/sys/exec_elf.h
1087
#define CONCAT(x,y) __CONCAT(x,y)
tools/compat/compat_defs.h
191
#ifndef __CONCAT
tools/m68k-elf2aout/sys/exec_elf.h
1087
#define CONCAT(x,y) __CONCAT(x,y)
usr.bin/pmap/main.c
412
if (kmaps[__CONCAT(NL_,m)].n_value != 0) \
usr.bin/pmap/main.c
413
_KDEREF(kd, kmaps[__CONCAT(NL_,m)].n_value, &m, sizeof(m)); \
usr.bin/xlint/lint1/lint1.h
615
check_printf(__CONCAT(MSG_, msgid), ##args); \
usr.bin/xlint/lint1/lint1.h
631
__CONCAT(MSG_, msgid), __func__); \
usr.bin/xlint/lint1/lint1.h
632
check_printf(__CONCAT(MSG_, msgid), ##args); \
usr.bin/xlint/lint1/lint1.h
656
query_id, __CONCAT(MSG_Q, query_id), __func__); \
usr.bin/xlint/lint1/lint1.h
657
check_printf(__CONCAT(MSG_Q, query_id), ##args); \
usr.sbin/npf/npfctl/npf_show.c
329
#define F(name) __CONCAT(NPF_RULE_, name)
usr.sbin/sysinst/gpt.c
1361
case __CONCAT(FS_,tag): str = __CONCAT(DKW_PTYPE_,tag); break;