Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.sbin/mkhybrid/src/
H A Dvolume.c27 static hfsvol *vol_save = 0; /* used to "destroy" an HFS volume */ variable
168 if (vol_save) in FDECL2()
169 if (hfs_umount(vol_save, 0) < 0) in FDECL2()
240 vol_save = vol; in FDECL2()