Home
last modified time | relevance | path

Searched refs:buf_write (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/usr.sbin/makefs/chfs/
H A Dchfs_mkfs.c67 buf_write(fsinfo_t *fsopts, const void *buf, size_t len) in buf_write() function
90 buf_write(fsopts, ffbuf, MIN(sizeof(ffbuf), in padblock()
99 buf_write(fsopts, ffbuf, 4 - img_ofs % 4); in padword()
138 buf_write(fsopts, buf, opts->pagesize); in write_eb_header()
157 buf_write(fsopts, buf, opts->pagesize); in write_eb_header()
185 buf_write(fsopts, &fvnode, sizeof(fvnode)); in write_vnode()
220 buf_write(fsopts, &fdirent, sizeof(fdirent)); in write_dirent()
221 buf_write(fsopts, name, fdirent.nsize); in write_dirent()
302 buf_write(fsopts, &fdata, sizeof(fdata)); in write_data()
303 buf_write(fsopts, buf, len); in write_data()
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dmutator_aux.c188 buf_write(const unsigned char *ptr, size_t len) in buf_write() function
230 return buf_write(ptr, len); in hid_write()
262 return buf_write(ptr, len); in nfc_write()
278 return buf_write(ptr, len); in fd_write()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunix.c628 buf_write (unix_stream *s, const void *buf, ssize_t nbyte) in buf_write() function
759 .write = (void *) buf_write,
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunix.c628 buf_write (unix_stream *s, const void *buf, ssize_t nbyte) in buf_write() function
759 .write = (void *) buf_write,
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2019177 (buf_write): Likewise.
H A DChangeLog-2010850 * io/unix.c (buf_write): Set physical_offset after lseek.
H A DChangeLog-2017427 * io/unix.c (buf_write): Return early if there is
H A DChangeLog-20161209 (buf_write): Likewise.
H A DChangeLog-20092402 (buf_write): New function.