Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 25 of 224) sorted by relevance

123456789

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c62 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 Dbhnd_nvram_ioptr.c139 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 Dbhnd_nvram_iores.c162 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 Dbhnd_nvram_iobuf.c254 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 Dencoding.c80 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 Dis_tar.c66 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 Dfx_main.c143 _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 Dfx_brng.c163 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 Dvfs_extattr.c174 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 Drtld_libc.h79 #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 Dchksum_simd.c19 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 Dsockstream.c37 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 Dnet_read.c45 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 Dnet_write.c45 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 Dswab.c40 swab (char *from, char *to, int nbytes) in swab()
/freebsd/bin/sh/
H A Dmemalloc.c57 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 Dchksum.c14 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 Dnn.h27 #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 Dalias_util.c74 int nbytes) in LibAliasInternetChecksum()
110 int nhdr, ntcp, nbytes; in TcpChecksum() local
/freebsd/lib/libc/db/btree/
H A Dbt_put.c69 u_int32_t nbytes, tmp; in __bt_put() local
263 u_int32_t nbytes; in bt_fast() local
/freebsd/contrib/nvi/common/
H A Dencoding.c56 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 De_padlock.c314 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 Dpreload-snoop.c164 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 Dfmemopen.c164 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 Derr.D_ACT_SPEC.SpeculateWithCopyOut.d43 size_t nbytes; variable

123456789