Searched refs:hfs_write (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/arch/macppc/stand/ofwboot/ |
| H A D | hfs.h | 6 int hfs_write(struct open_file *, void *, size_t, size_t *);
|
| H A D | hfs.c | 80 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 D | volume.c | 127 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 D | hfs.h | 127 long hfs_write(hfsfile *, void *, unsigned long);
|
| H A D | hfs.c | 1302 long hfs_write(hfsfile *file, void *buf, unsigned long len) in hfs_write() function
|