/netbsd-src/sys/compat/linux/common/ |
H A D | linux_ioctl.h | 90 #define _LINUX_IOC(dir,type,nr,size) \ argument 96 #define _LINUX_IO(type,nr) \ argument 98 #define _LINUX_IOR(type,nr,size) \ argument 100 #define _LINUX_IOW(type,nr,size) \ argument 102 #define _LINUX_IOWR(type,nr,size) \ argument 105 _LINUX_IOC_DIR(nr) global() argument 107 _LINUX_IOC_TYPE(nr) global() argument 109 _LINUX_IOC_NR(nr) global() argument 111 _LINUX_IOC_SIZE(nr) global() argument [all...] |
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_ioctl.h | 62 #define _LINUX32_IOC(dir,type,nr,size) \ argument 68 #define _LINUX32_IO(type,nr) \ argument 70 #define _LINUX32_IOR(type,nr,size) \ argument 72 #define _LINUX32_IOW(type,nr,size) \ argument 74 #define _LINUX32_IOWR(type,nr,size) \ argument 77 #define _LINUX32_IOC_DIR(nr) \ argument 79 #define _LINUX32_IOC_TYPE(nr) \ argument 81 #define _LINUX32_IOC_NR(nr) \ argument 83 #define _LINUX32_IOC_SIZE(nr) \ argument
|
/netbsd-src/sys/crypto/chacha/arch/x86/ |
H A D | chacha_sse2_impl.c | 50 unsigned nr) in chacha_core_sse2_impl() 63 unsigned nr) in hchacha_sse2_impl() 75 unsigned nr) in chacha_stream_sse2_impl() 88 unsigned nr) in chacha_stream_xor_sse2_impl() 100 unsigned nr) in xchacha_stream_sse2_impl() 113 unsigned nr) in xchacha_stream_xor_sse2_impl()
|
H A D | chacha_sse2.c | 45 unsigned nr) in chacha_permute() 88 unsigned nr) in chacha_core_sse2() 111 unsigned nr) in hchacha_sse2() 197 unsigned nr) in chacha_stream_sse2() 353 unsigned nr) in chacha_stream_xor_sse2() 519 unsigned nr) in xchacha_stream_sse2() 535 unsigned nr) in xchacha_stream_xor_sse2()
|
/netbsd-src/sys/crypto/chacha/arch/arm/ |
H A D | chacha_neon_impl.c | 56 unsigned nr) in chacha_core_neon_impl() 69 unsigned nr) in hchacha_neon_impl() 81 unsigned nr) in chacha_stream_neon_impl() 94 unsigned nr) in chacha_stream_xor_neon_impl() 106 unsigned nr) in xchacha_stream_neon_impl() 119 unsigned nr) in xchacha_stream_xor_neon_impl()
|
H A D | chacha_neon.c | 111 unsigned nr) in chacha_permute() 154 unsigned nr) in chacha_core_neon() 177 unsigned nr) in hchacha_neon() 197 unsigned nr) in chacha_stream_neon() 256 unsigned nr) in chacha_stream_xor_neon() 326 unsigned nr) in xchacha_stream_neon() 342 unsigned nr) in xchacha_stream_xor_neon()
|
/netbsd-src/sys/crypto/chacha/ |
H A D | chacha_impl.c | 124 unsigned nr) in chacha_core() 135 unsigned nr) in hchacha() 145 unsigned nr) in chacha_stream() 155 unsigned nr) in chacha_stream_xor() 166 unsigned nr) in xchacha_stream() 176 unsigned nr) in xchacha_stream_xor()
|
H A D | chacha_ref.c | 68 const uint8_t k[static 32], const uint8_t c[static 16], unsigned nr) in chacha_core_ref() 126 unsigned nr) in chacha_stream_ref() 249 unsigned nr) in chacha_stream_xor_ref() 374 const uint8_t k[static 32], const uint8_t c[static 16], unsigned nr) in hchacha_ref() 422 const uint8_t nonce[static 24], const uint8_t k[static 32], unsigned nr) in xchacha_stream_ref() 438 unsigned nr) in xchacha_stream_xor_ref()
|
/netbsd-src/external/bsd/nvi/dist/ipc/ |
H A D | ip_trans.c | 56 ssize_t nr; in vi_input() local 85 ssize_t nr; in vi_wsend() local
|
/netbsd-src/usr.sbin/kvm_mkdb/ |
H A D | nlist_aout.c | 114 int fd, nr, strsize; in create_knlist_aout() local 245 badread(int nr, char *p) in badread()
|
/netbsd-src/external/bsd/nvi/dist/cl/ |
H A D | cl_read.c | 63 int changed, nr = 0; in cl_event() local 163 int maxfd, nr, term_reset; in cl_read() local
|
/netbsd-src/sbin/ifconfig/ |
H A D | af_atalk.c | 92 struct netrange *nr) in setatrange_impl() 132 struct netrange nr = {.nr_phase = 2}; /* AppleTalk net range */ in at_commit_address() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_ioc32.c | 44 unsigned int nr = DRM_IOCTL_NR(cmd); in amdgpu_kms_compat_ioctl() local
|
/netbsd-src/tests/fs/ffs/ |
H A D | t_extattr.c | 66 check_list(const char *buf, ssize_t nr) in check_list() 126 ssize_t nr; in ATF_TC_BODY() local
|
/netbsd-src/lib/libc/citrus/ |
H A D | citrus_ctype_fallback.c | 63 size_t nr; in _citrus_ctype_btowc_fallback() local 94 size_t nr; in _citrus_ctype_wctob_fallback() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
H A D | nv50.h | 27 int nr; member 32 int nr; member 38 int nr; member
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_ioc32.c | 58 unsigned int nr = DRM_IOCTL_NR(cmd); in nouveau_compat_ioctl() local
|
/netbsd-src/tools/compat/ |
H A D | pread.c | 42 ssize_t nr; in pread() local
|
/netbsd-src/lib/libc/stdio/ |
H A D | fgetwc.c | 48 size_t nr; in __fgetwc_unlock() local
|
/netbsd-src/usr.bin/tset/ |
H A D | misc.c | 47 register int fd, nr, nw; in tset_cat() local
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
H A D | passfile.c | 43 size_t nread, nleft, nr; in lutil_get_filed_password() local
|
/netbsd-src/usr.bin/cksum/ |
H A D | sum1.c | 54 int nr; in csum1() local
|
H A D | sum2.c | 55 int nr; in csum2() local
|
/netbsd-src/sys/lib/libsa/ |
H A D | loadfile_ecoff.c | 58 ssize_t nr; in loadfile_coff() local
|
/netbsd-src/libexec/makekey/ |
H A D | makekey.c | 69 int nr; in get() local
|