/src/sys/arch/emips/ebus/ |
ac97_ebus.c | 42 #define stub_ebus_match __CONCAT(acns,_ebus_match) 43 #define stub_ebus_attach __CONCAT(acns,_ebus_attach) 44 #define stub_ebus __CONCAT(acns,_ebus) 45 #define stub_softc __CONCAT(acns,_softc) 46 #define stubopen __CONCAT(acns,open) 47 #define stubclose __CONCAT(acns,close) 48 #define stub_cdevsw __CONCAT(acns,_cdevsw)
|
evga_ebus.c | 42 #define stub_ebus_match __CONCAT(evga,_ebus_match) 43 #define stub_ebus_attach __CONCAT(evga,_ebus_attach) 44 #define stub_ebus __CONCAT(evga,_ebus) 45 #define stub_softc __CONCAT(evga,_softc) 46 #define stubopen __CONCAT(evga,open) 47 #define stubclose __CONCAT(evga,close) 48 #define stub_cdevsw __CONCAT(evga,_cdevsw)
|
lcd_ebus.c | 42 #define stub_ebus_match __CONCAT(lcd,_ebus_match) 43 #define stub_ebus_attach __CONCAT(lcd,_ebus_attach) 44 #define stub_ebus __CONCAT(lcd,_ebus) 45 #define stub_softc __CONCAT(lcd,_softc) 46 #define stubopen __CONCAT(lcd,open) 47 #define stubclose __CONCAT(lcd,close) 48 #define stub_cdevsw __CONCAT(lcd,_cdevsw)
|
ps2_ebus.c | 42 #define stub_ebus_match __CONCAT(pstwo,_ebus_match) 43 #define stub_ebus_attach __CONCAT(pstwo,_ebus_attach) 44 #define stub_ebus __CONCAT(pstwo,_ebus) 45 #define stub_softc __CONCAT(pstwo,_softc) 46 #define stubopen __CONCAT(pstwo,open) 47 #define stubclose __CONCAT(pstwo,close) 48 #define stub_cdevsw __CONCAT(pstwo,_cdevsw)
|
/src/sys/dev/ |
midivar.h | 119 u_char *__CONCAT(frk,_cur); \ 120 u_char *__CONCAT(frk,_lim); \ 121 u_char *__CONCAT(frk,_org); \ 122 u_char *__CONCAT(frk,_end) 125 ((__CONCAT(frk,_lim)=(mb)->__CONCAT(frk,_producerp)), \ 126 __CONCAT(frk,_lim) < __CONCAT(frk,_cur) ? \ 127 (__CONCAT(frk,_lim) += sizeof (mb)->frk) : __CONCAT(frk,_lim) [all...] |
/src/sys/arch/aarch64/aarch64/ |
netbsd32_syscall.c | 36 #define EMULNAME(x) __CONCAT(netbsd32_,x) 37 #define EMULNAMEU(x) __CONCAT(NETBSD32_,x)
|
linux_syscall.c | 39 #define EMULNAME(x) __CONCAT(linux_,x) 40 #define EMULNAMEU(x) __CONCAT(LINUX_,x)
|
linux32_syscall.c | 45 #define EMULNAME(x) __CONCAT(linux32_,x) 46 #define EMULNAMEU(x) __CONCAT(LINUX32_,x)
|
/src/sys/arch/mips/mips/ |
linux_syscall.c | 35 #define EMULNAME(x) __CONCAT(linux_,x)
|
/src/sys/sys/ |
ras.h | 67 extern void __CONCAT(name,_ras_start(void)), __CONCAT(name,_ras_end(void)) 88 #define RAS_ADDR(name) ((void *)(uintptr_t) __CONCAT(name,_ras_start)) 89 #define RAS_SIZE(name) ((size_t)((uintptr_t) __CONCAT(name,_ras_end) - \ 90 (uintptr_t) __CONCAT(name,_ras_start))) 108 .globl _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR \ 109 _C_LABEL(__CONCAT(name,_ras_start)): 112 .globl _C_LABEL(__CONCAT(name,_ras_end)) _ASM_LS_CHAR \ 113 _C_LABEL(__CONCAT(name,_ras_end)): 122 .globl _C_LABEL(__CONCAT(name,_ras_start)) _ASM_LS_CHAR [all...] |
module.h | 130 static struct modinfo_chain __CONCAT(mc,name) = { \ 131 .mc_info = &__CONCAT(name,_modinfo), \ 133 static void __CONCAT(modctor_,name)(void) __attribute__((__constructor__));\ 134 static void __CONCAT(modctor_,name)(void) \ 138 struct modinfo_chain *mc = &__CONCAT(mc,name); \ 143 static void __CONCAT(moddtor_,name)(void) __attribute__((__destructor__));\ 144 static void __CONCAT(moddtor_,name)(void) \ 146 struct modinfo_chain *mc = &__CONCAT(mc,name); \ 154 #define _MODULE_REGISTER(name) __link_set_add_rodata(modules, __CONCAT(name,_modinfo)); 159 static int __CONCAT(name,_modcmd)(modcmd_t, void *); [all...] |
/src/sys/rump/dev/lib/ |
component_simple.c | 41 __CONCAT(cfdriver_ioconf_,a), \ 42 __CONCAT(cfattach_ioconf_,a), \ 43 __CONCAT(cfdata_ioconf_,a));
|
/src/sys/arch/riscv/riscv/ |
core32_machdep.c | 6 #define CORENAME(x) __CONCAT(x,32)
|
sig32_machdep.c | 6 #define COMPATNAME1(x) __CONCAT(netbsd32_,x) 7 #define COMPATNAME2(x) __CONCAT(x,32) 8 #define COMPATTYPE(x) __CONCAT(x,32_t)
|
/src/sys/dev/fdt/ |
fdt_opp.h | 38 __link_set_add_rodata(fdt_opps, __CONCAT(name,_oppinfo)); 41 static const struct fdt_opp_info __CONCAT(_name,_oppinfo) = { \
|
fdt_console.h | 44 __link_set_add_rodata(fdt_consoles, __CONCAT(name,_consinfo)); 47 static const struct fdt_console_info __CONCAT(_name,_consinfo) = { \
|
fdt_platform.h | 60 __link_set_add_rodata(fdt_platforms, __CONCAT(name,_platinfo)); 63 static const struct fdt_platform_info __CONCAT(_name,_platinfo) = { \
|
/src/sys/arch/hppa/hppa/ |
fpemu.S | 43 .import __CONCAT(__CONCAT(ep0,_),name), code ! \ 44 .import __CONCAT(__CONCAT(ep1,_),name), code ! \ 45 .import __CONCAT(__CONCAT(ep2,_),name), code ! \ 46 .import __CONCAT(__CONCAT(ep3,_),name), code ! \ 47 .word __CONCAT(__CONCAT(ep0,_),name), __CONCAT(__CONCAT(ep1,_),name), __CONCAT(__CONCAT(ep2,_),name), __CONCAT(__CONCAT(ep (…) [all...] |
/src/sys/arch/arm/fdt/ |
arm_fdtvar.h | 42 __link_set_add_rodata(arm_cpu_methods, __CONCAT(_name,_cpu_method)); 45 static const struct arm_cpu_method __CONCAT(_name,_cpu_method) = { \
|
/src/sys/lib/libsa/ |
stand.h | 86 extern __compactcall int __CONCAT(fs,_open)(const char *, struct open_file *); \ 87 extern __compactcall int __CONCAT(fs,_close)(struct open_file *); \ 88 extern __compactcall int __CONCAT(fs,_read)(struct open_file *, void *, \ 90 extern __compactcall int __CONCAT(fs,_write)(struct open_file *, void *, \ 92 extern __compactcall off_t __CONCAT(fs,_seek)(struct open_file *, off_t, int); \ 93 extern __compactcall int __CONCAT(fs,_stat)(struct open_file *, struct stat *) 98 extern __compactcall void __CONCAT(fs,_ls)(struct open_file *, const char *) 128 __CONCAT(fs,_open), \ 129 __CONCAT(fs,_close), \ 130 __CONCAT(fs,_read), [all...] |
/src/lib/librefuse/refuse/ |
fs.c | 69 cloned = malloc(sizeof(struct __CONCAT(fuse_operations_v,VER))); \ 72 memcpy(cloned, op, sizeof(struct __CONCAT(fuse_operations_v,VER))); \ 135 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \ 136 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf); \ 151 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \ 152 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf, fi); \ 180 if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fgetattr) \ 181 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->fgetattr(path, buf, fi); \ 182 else if (((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr) \ 183 return ((const struct __CONCAT(fuse_operations_v,VER)*)fs->op)->getattr(path, buf); [all...] |
/src/lib/libc/locale/ |
dummy_lc_collate.c | 48 #define _PREFIX(name) __CONCAT(_dummy_LC_COLLATE_,name)
|
/src/sys/arch/vax/include/ |
elf_machdep.h | 30 #define R_TYPE(name) __CONCAT(R_VAX_,name)
|
/src/sys/arch/emips/include/ |
bus.h | 156 static __inline void __CONCAT(bus_space_read_multi_,BYTES) \ 161 __CONCAT(bus_space_read_multi_,BYTES)( \ 170 *a++ = __CONCAT(bus_space_read_,BYTES)(t, h, o); \ 190 static __inline void __CONCAT(bus_space_read_region_,BYTES) \ 195 __CONCAT(bus_space_read_region_,BYTES)( \ 204 *a++ = __CONCAT(bus_space_read_,BYTES)(t, h, o); \ 255 static __inline void __CONCAT(bus_space_write_multi_,BYTES) \ 260 __CONCAT(bus_space_write_multi_,BYTES)( \ 269 __CONCAT(bus_space_write_,BYTES)(t, h, o, *a++); \ 288 static __inline void __CONCAT(bus_space_write_region_,BYTES) [all...] |
/src/sys/arch/arc/arc/ |
bus_space.c | 55 __CONCAT(bus_space_read_,BYTES)(bus_space_tag_t bst, \ 59 (bsh + (offset << __CONCAT(bst->bs_stride_,BYTES)))); \ 78 __CONCAT(bus_space_read_multi_,BYTES)(bus_space_tag_t bst, \ 84 (bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \ 107 __CONCAT(bus_space_read_region_,BYTES)(bus_space_tag_t bst, \ 111 int stride = 1 << __CONCAT(bst->bs_stride_,BYTES); \ 114 (bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))); \ 138 __CONCAT(bus_space_write_,BYTES)(bus_space_tag_t bst, \ 143 (bsh + (offset << __CONCAT(bst->bs_stride_,BYTES))) = data; \ 162 __CONCAT(bus_space_write_multi_,BYTES)(bus_space_tag_t bst, [all...] |