Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/libhfs_iso/
Dhfs.c43 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
70 for (check = hfs_mounts; check; check = check->next) in hfs_mount()
240 vol->next = hfs_mounts; in hfs_mount()
242 if (hfs_mounts) in hfs_mount()
243 hfs_mounts->prev = vol; in hfs_mount()
245 hfs_mounts = vol; in hfs_mount()
284 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
375 if (vol == hfs_mounts) in hfs_umount()
376 hfs_mounts = vol->next; in hfs_umount()
391 while (hfs_mounts) in hfs_umountall()
[all …]
Dinternal.h354 extern hfsvol *hfs_mounts;
Dlvolume.c326 for (check = hfs_mounts; check; check = check->next) in v_resolve()