Home
last modified time | relevance | path

Searched refs:hfs_mount (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
Dhfs.h91 hfsvol *hfs_mount(hce_mem *, int, int);
93 hfsvol *hfs_mount(char *, int, int);
Dhfs.c53 hfsvol *hfs_mount(hce_mem *hce, int pnum, int flags) in hfs_mount() function
55 hfsvol *hfs_mount(char *path, int pnum, int flags) in hfs_mount()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Dvolume.c233 if ((vol = hfs_mount(hce, 0, 0)) == 0) in FDECL2()