Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
H A Dhfs.c44 hfsvol *hfs_curvol; /* current volume */ variable
250 return hfs_curvol = vol; in hfs_mount()
377 if (vol == hfs_curvol) in hfs_umount()
378 hfs_curvol = 0; in hfs_umount()
408 return hfs_curvol; in hfs_getvol()
425 hfs_curvol = vol; in hfs_setvol()
H A Dlvolume.c439 if (hfs_curvol == 0) in v_getvol()
445 *vol = hfs_curvol; in v_getvol()
H A Dinternal.h355 extern hfsvol *hfs_curvol;