Home
last modified time | relevance | path

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

12345678910

/freebsd-src/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-src/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-src/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,size_t * ulen) file_looks_utf8() argument
431 looks_utf8_with_BOM(const unsigned char * buf,size_t nbytes,file_unichar_t * ubuf,size_t * ulen) looks_utf8_with_BOM() argument
441 looks_utf7(const unsigned char * buf,size_t nbytes,file_unichar_t * ubuf,size_t * ulen) looks_utf7() argument
465 looks_ucs16(const unsigned char * bf,size_t nbytes,file_unichar_t * ubf,size_t * ulen) looks_ucs16() argument
525 looks_ucs32(const unsigned char * bf,size_t nbytes,file_unichar_t * ubf,size_t * ulen) looks_ucs32() argument
651 from_ebcdic(const unsigned char * buf,size_t nbytes,unsigned char * out) from_ebcdic() argument
[all...]
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-src/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-src/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-src/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-src/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-src/crypto/heimdal/lib/roken/
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 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 Dswab.c40 swab (char *from, char *to, int nbytes) in swab()
/freebsd-src/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-src/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-src/sys/netinet/libalias/
H A Dalias_util.c74 int nbytes) in LibAliasInternetChecksum()
110 int nhdr, ntcp, nbytes; in TcpChecksum() local
/freebsd-src/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-src/lib/libthr/thread/
H A Dthr_malloc.c111 __thr_malloc(size_t nbytes) __thr_malloc() argument
124 __thr_realloc(void * cp,size_t nbytes) __thr_realloc() argument
/freebsd-src/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-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithCopyOut.d43 size_t nbytes; variable
/freebsd-src/lib/libc/sys/
H A Dgetdents.c34 getdents(int fd, char *buf, size_t nbytes) in getdents()
/freebsd-src/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-src/lib/libc/stdio/
H A Dfmemopen.c164 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read() argument
182 fmemopen_write(void *cookie, const char *buf, int nbytes) in fmemopen_write() argument
[all...]

12345678910