Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dhfs.c261 if (v_getvol(&vol) < 0) in hfs_flush()
301 if (v_getvol(&vol) < 0) in hfs_umount()
434 if (v_getvol(&vol) < 0) in hfs_vstat()
923 if (v_getvol(&vol) < 0 || in hfs_chdir()
944 if (v_getvol(&vol) < 0) in hfs_getcwd()
956 if (v_getvol(&vol) < 0) in hfs_setcwd()
980 if (v_getvol(&vol) < 0 || in hfs_dirinfo()
1003 if (v_getvol(&vol) < 0) in hfs_opendir()
1192 if (v_getvol(&vol) < 0) in hfs_open()
1577 if (v_getvol(&vol) < 0)
[all …]
H A Dvolume.h39 int v_getvol(hfsvol **);
H A Dlvolume.c435 int v_getvol(hfsvol **vol) in v_getvol() function