/netbsd-src/sys/sys/ |
H A D | cdefs_aout.h | 75 #define __IDSTRING(_n,_s) \ argument 81 #define __RCSID(_s) \ argument 86 #define __RCSID(_s) __IDSTRING(rcsid,_s) argument 88 #define __SCCSID(_s) argument 89 #define __SCCSID2(_s) argument 93 #define __COPYRIGHT(_s) \ argument 98 #define __KERNEL_RCSID(_n,_s) __IDSTRING(__CONCAT(rcsid,_n),_s) argument 100 #define __KERNEL_RCSID(_n,_s) argument 102 #define __KERNEL_SCCSID(_n,_s) argument 103 #define __KERNEL_COPYRIGHT(_n, _s) __IDSTRING(__CONCAT(copyright,_n),_s) argument
|
H A D | cdefs_elf.h | 163 #define __IDSTRING(_n,_s) __SECTIONSTRING(.ident,_s) argument 166 #define __RCSID(_s) \ argument 171 #define __RCSID(_s) __IDSTRING(rcsid,_s) argument 173 #define __SCCSID(_s) argument 174 #define __SCCSID2(_s) argument 175 #define __COPYRIGHT(_s) __SECTIONSTRING(.copyright,_s) argument 177 #define __KERNEL_RCSID(_n, _s) __RCSID(_s) argument 178 #define __KERNEL_SCCSID(_n, _s) argument 179 #define __KERNEL_COPYRIGHT(_n, _s) __COPYRIGHT(_s) argument
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
H A D | ring.h | 68 #define __CONST_RING_SIZE(_s, _sz) \ argument 74 #define __RING_SIZE(_s, _sz) \ argument 171 #define SHARED_RING_INIT(_s) do { \ argument 178 #define FRONT_RING_INIT(_r, _s, __size) do { \ argument 185 #define BACK_RING_INIT(_r, _s, __size) do { \ argument
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | asm.h | 222 __KERNEL_RCSID(_n,_s) global() argument 223 __KERNEL_COPYRIGHT(_n,_s) global() argument 227 __KERNEL_RCSID(_n,_s) global() argument
|
/netbsd-src/sys/arch/i386/include/ |
H A D | asm.h | 191 #define RCSID(_s) \ argument 195 RCSID(_s) global() argument 199 __KERNEL_RCSID(_n,_s) global() argument 201 __KERNEL_RCSID(_n,_s) global() argument
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | atomicio.c | 47 atomicio6(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n, in atomicio6() argument 92 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | bn_mp_toradix.c | 26 char *_s = str; in mp_toradix() local
|
H A D | bn_mp_toradix_n.c | 29 char *_s = str; in mp_toradix_n() local
|
/netbsd-src/usr.bin/nc/ |
H A D | atomicio.c | 41 atomicio(ssize_t (*f) (int, void *, size_t), int fd, void *_s, size_t n) in atomicio() argument
|
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/ |
H A D | sqrtrem_1_2.c | 131 mp_limb_t _s = *s; in upd() local 145 mp_limb_t _s = *s; in upd1() local
|
/netbsd-src/sys/arch/vax/include/ |
H A D | asm.h | 87 __KERNEL_RCSID(_n,_s) global() argument 89 __KERNEL_RCSID(_n,_s) global() argument
|
/netbsd-src/sys/arch/amd64/include/ |
H A D | asm.h | 119 #define RCSID(_s) \ argument 123 RCSID(_s) global() argument
|
/netbsd-src/external/mpl/bind/include/dns/ |
H A D | code.h | 2137 RDATATYPE_COMPARE(_s,_d,_tn,_n,_tp) global() argument
|
/netbsd-src/external/mpl/dhcp/bind/include/dns/ |
H A D | code.h | 2139 #define RDATATYPE_COMPARE(_s, _d, _tn, _n, _tp) \ argument
|
/netbsd-src/sys/arch/sh3/include/ |
H A D | asm.h | 214 __KERNEL_RCSID(_n,_s) global() argument 216 __KERNEL_RCSID(_n,_s) global() argument
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | asm.h | 168 __KERNEL_RCSID(_n,_s) global() argument 170 __KERNEL_RCSID(_n,_s) global() argument
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | asm.h | 653 #define __KERNEL_RCSID(_n, _s) \ argument 658 #define __KERNEL_RCSID(_n, _s) __SECTIONSTRING(.ident, _s) argument 660 #define __KERNEL_COPYRIGHT(_n, _s) __SECTIONSTRING(.copyright, _s) argument 664 #define __KERNEL_RCSID(_n, _s) /* nothing */ argument
|
/netbsd-src/sys/dev/ic/ |
H A D | nvmevar.h | 216 #define nvme_read4(_s, _r) \ argument 218 #define nvme_write4(_s, _r, _v) \ argument 224 #define nvme_barrier(_s, _r, _l, _f) \ argument
|
H A D | mfi.c | 290 #define mfi_fw_state(_s) ((_s)->sc_iop->mio_fw_state(_s)) argument 291 #define mfi_intr_enable(_s) ((_s)->sc_iop->mio_intr_ena(_s)) argument 292 #define mfi_intr_disable(_s) ((_s)->sc_iop->mio_intr_dis(_s)) argument 293 #define mfi_my_intr(_s) ((_s)->sc_iop->mio_intr(_s)) argument 294 #define mfi_post(_s, _c) ((_s)->sc_iop->mio_post((_s), (_c))) argument
|
/netbsd-src/sbin/routed/rtquery/ |
H A D | rtquery.c | 58 #define __RCSID(_s) static const char rcsid[] UNUSED = _s argument 61 #define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s argument
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | mpfr.h | 965 #define mpfr_cmp_si(_f,_s) \ argument 983 #define mpfr_set_si(_f,_s,_r) \ argument 1008 #define mpfr_mul_si(_f, _g, _s,_r) \ argument 1013 #define mpfr_div_si(_f, _g, _s,_r) \ argument
|
/netbsd-src/usr.bin/rump_dhcpclient/ |
H A D | if-bsd.c | 144 } _s; in if_address() local
|
/netbsd-src/sys/external/isc/atheros_hal/ic/ |
H A D | ah_osdep.h | 51 #define OS_MEMCPY(_d, _s, _n) ath_hal_memcpy(_d,_s,_n) argument
|
/netbsd-src/sys/net/ |
H A D | rtsock.c | 310 int _s; in sysctl_iflist() local
|
/netbsd-src/external/cddl/osnet/dev/dtrace/ |
H A D | dtrace_debug.c | 568 #define dtrace_debug_puts(_s) argument
|