Searched refs:hfs_close (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/ |
H A D | hfs.h | 131 int hfs_close(hfsfile *, long, long); 133 int hfs_close(hfsfile *);
|
H A D | hfs.c | 311 hfs_close(vol->files, 0, 0); in hfs_umount() 313 hfs_close(vol->files); in hfs_umount() 1445 int hfs_close(hfsfile *file, long dext, long rext) function 1449 int hfs_close(hfsfile *file)
|
/openbsd/sys/arch/macppc/stand/ |
H A D | hfs.h | 5 int hfs_close(struct open_file *);
|
H A D | hfs.c | 62 hfs_close(struct open_file *f) in hfs_close() function
|
H A D | ofdev.c | 155 hfs_open, hfs_close, hfs_read, hfs_write, hfs_seek, hfs_stat,
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | desktop.c | 113 if (hfs_close(hfp, end, 0) < 0) in make_desktop()
|
H A D | volume.c | 418 if (hfs_close(hfp, dext, rext) < 0) in FDECL2()
|