Home
last modified time | relevance | path

Searched refs:hfs_write (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dhfs.h6 int hfs_write(struct open_file *, void *, size_t, size_t *);
H A Dhfs.c80 hfs_write(struct open_file *f, void *start, size_t size, size_t *resid) in hfs_write() function
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dvolume.c127 if(hfs_write(hfp, blk, HFS_BLOCKSZ) < 0) in write_fork()
133 if(hfs_write(hfp, blk, len) < 0) in write_fork()
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dhfs.h127 long hfs_write(hfsfile *, void *, unsigned long);
H A Dhfs.c1302 long hfs_write(hfsfile *file, void *buf, unsigned long len) in hfs_write() function