Home
last modified time | relevance | path

Searched refs:hfs_close (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dhfs.h131 int hfs_close(hfsfile *, long, long);
133 int hfs_close(hfsfile *);
H A Dhfs.c311 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 Dhfs.h5 int hfs_close(struct open_file *);
H A Dhfs.c62 hfs_close(struct open_file *f) in hfs_close() function
H A Dofdev.c155 hfs_open, hfs_close, hfs_read, hfs_write, hfs_seek, hfs_stat,
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Ddesktop.c113 if (hfs_close(hfp, end, 0) < 0) in make_desktop()
H A Dvolume.c418 if (hfs_close(hfp, dext, rext) < 0) in FDECL2()