/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_io.c | 62 size_t nbytes) in bhnd_nvram_io_read() 94 const void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_io_read_ptr() 118 size_t nbytes) in bhnd_nvram_io_write() 152 size_t nbytes, size_t *navail) in bhnd_nvram_io_write_ptr()
|
H A D | bhnd_nvram_ioptr.c | 139 size_t nbytes, size_t *navail) in bhnd_nvram_ioptr_ptr() 162 const void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_ioptr_read_ptr() 182 void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_ioptr_write_ptr() 198 size_t nbytes) in bhnd_nvram_ioptr_read() 214 void *buffer, size_t nbytes) in bhnd_nvram_ioptr_write()
|
H A D | bhnd_nvram_iores.c | 162 const void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_iores_read_ptr() 170 void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_iores_write_ptr() 186 size_t *nbytes) in bhnd_nvram_iores_validate_req() 212 size_t nbytes) in bhnd_nvram_iores_read() 259 void *buffer, size_t nbytes) in bhnd_nvram_iores_write()
|
H A D | bhnd_nvram_iobuf.c | 254 size_t nbytes, size_t *navail) in bhnd_nvram_iobuf_ptr() 277 const void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_iobuf_read_ptr() 297 void **ptr, size_t nbytes, size_t *navail) in bhnd_nvram_iobuf_write_ptr() 309 size_t nbytes) in bhnd_nvram_iobuf_read() 325 void *buffer, size_t nbytes) in bhnd_nvram_iobuf_write()
|
/freebsd/contrib/file/src/ |
H A D | encoding.c | 80 size_t nbytes = b->flen; in file_encoding() local 350 file_looks_utf8(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in file_looks_utf8() 431 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, in looks_utf8_with_BOM() 441 looks_utf7(const unsigned char *buf, size_t nbytes, file_unichar_t *ubuf, in looks_utf7() 465 looks_ucs16(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs16() 525 looks_ucs32(const unsigned char *bf, size_t nbytes, file_unichar_t *ubf, in looks_ucs32() 651 from_ebcdic(const unsigned char *buf, size_t nbytes, unsigned char *out) in from_ebcdic()
|
H A D | is_tar.c | 66 size_t nbytes = b->flen; in file_is_tar() local 99 is_tar(const unsigned char *buf, size_t nbytes) in is_tar()
|
/freebsd/sys/dev/random/fenestrasX/ |
H A D | fx_main.c | 143 _fxrng_alg_read(uint8_t *output, size_t nbytes, uint64_t *seed_version_out) in _fxrng_alg_read() 256 fxrng_alg_read(uint8_t *output, size_t nbytes) in fxrng_alg_read() 266 read_random_key(void *output, size_t nbytes, uint64_t *seed_version_out) in read_random_key()
|
H A D | fx_brng.c | 163 size_t nbytes) in fxrng_brng_getbytes_internal() 252 fxrng_brng_read(struct fxrng_buffered_rng *rng, void *buf, size_t nbytes) in fxrng_brng_read()
|
/freebsd/sys/kern/ |
H A D | vfs_extattr.c | 174 void *data, size_t nbytes, struct thread *td) in extattr_set_vp() 227 size_t nbytes; member 245 const char *attrname, void *data, size_t nbytes) in kern_extattr_set_fd() 273 size_t nbytes; member 290 size_t nbytes; member 303 const char *uattrname, void *data, size_t nbytes, int follow) in user_extattr_set_path() 317 const char *attrname, void *data, size_t nbytes, int follow, in kern_extattr_set_path() 351 void *data, size_t nbytes, struct thread *td) in extattr_get_vp() 415 size_t nbytes; member 433 const char *attrname, void *data, size_t nbytes) in kern_extattr_get_fd() [all …]
|
/freebsd/libexec/rtld-elf/rtld-libc/ |
H A D | rtld_libc.h | 79 #define pread(fd, buf, nbytes, offset) __sys_pread(fd, buf, nbytes, offset) argument 80 #define read(fd, buf, nbytes) __sys_read(fd, buf, nbytes) argument 83 #define _write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) argument 84 #define write(fd, buf, nbytes) __sys_write(fd, buf, nbytes) argument
|
/freebsd/contrib/arm-optimized-routines/networking/aarch64/ |
H A D | chksum_simd.c | 19 slurp_head64(const void **pptr, uint32_t *nbytes) in slurp_head64() 41 slurp_tail64(uint64_t sum, const void *ptr, uint32_t nbytes) in slurp_tail64() 59 __chksum_aarch64_simd(const void *ptr, unsigned int nbytes) in __chksum_aarch64_simd()
|
/freebsd/usr.sbin/bhyve/ |
H A D | sockstream.c | 37 stream_read(int fd, void *buf, ssize_t nbytes) in stream_read() 61 stream_write(int fd, const void *buf, ssize_t nbytes) in stream_write()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | net_read.c | 45 net_read (rk_socket_t fd, void *buf, size_t nbytes) in net_read() 70 net_read(rk_socket_t sock, void *buf, size_t nbytes) in net_read()
|
H A D | net_write.c | 45 net_write (rk_socket_t fd, const void *buf, size_t nbytes) in net_write() 68 net_write(rk_socket_t sock, const void *buf, size_t nbytes) in net_write()
|
H A D | swab.c | 40 swab (char *from, char *to, int nbytes) in swab()
|
/freebsd/bin/sh/ |
H A D | memalloc.c | 57 ckmalloc(size_t nbytes) in ckmalloc() 75 ckrealloc(pointer p, int nbytes) in ckrealloc() 136 stnewblock(int nbytes) in stnewblock() 158 stalloc(int nbytes) in stalloc()
|
/freebsd/contrib/arm-optimized-routines/networking/ |
H A D | chksum.c | 14 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32() 33 __chksum(const void *ptr, unsigned int nbytes) in __chksum()
|
/freebsd/crypto/libecc/include/libecc/nn/ |
H A D | nn.h | 27 #define BYTE_LEN_WORDS(nbytes) (((nbytes) + WORD_BYTES - 1) / WORD_BYTES) argument 35 #define BYTE_LEN_CEIL(nbytes) (BYTE_LEN_WORDS(nbytes) * WORD_BYTES) argument
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_util.c | 74 int nbytes) in LibAliasInternetChecksum() 110 int nhdr, ntcp, nbytes; in TcpChecksum() local
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_put.c | 69 u_int32_t nbytes, tmp; in __bt_put() local 263 u_int32_t nbytes; in bt_fast() local
|
/freebsd/contrib/nvi/common/ |
H A D | encoding.c | 56 looks_utf8(const char *ibuf, size_t nbytes) in looks_utf8() 117 looks_utf16(const char *ibuf, size_t nbytes) in looks_utf16()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_padlock.c | 314 const unsigned char *in_arg, size_t nbytes) in padlock_ecb_cipher() 322 const unsigned char *in_arg, size_t nbytes) in padlock_cbc_cipher() 335 const unsigned char *in_arg, size_t nbytes) in padlock_cfb_cipher() 406 const unsigned char *in_arg, size_t nbytes) in padlock_ofb_cipher() 470 const unsigned char *in_arg, size_t nbytes) in padlock_ctr_cipher()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | preload-snoop.c | 164 read(int fd, void *buf, size_t nbytes) in read() 197 write(int fd, const void *buf, size_t nbytes) in write()
|
/freebsd/lib/libc/stdio/ |
H A D | fmemopen.c | 164 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read() 182 fmemopen_write(void *cookie, const char *buf, int nbytes) in fmemopen_write()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/ |
H A D | err.D_ACT_SPEC.SpeculateWithCopyOut.d | 43 size_t nbytes; variable
|