Home
last modified time | relevance | path

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

1234

/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/hfs/
H A Dhfs.c103 vol->next = hfs_mounts; in hfs_mount()
105 if (hfs_mounts) in hfs_mount()
106 hfs_mounts->prev = vol; in hfs_mount()
108 hfs_mounts = vol; in hfs_mount()
169 if (vol == hfs_mounts) in hfs_umount()
170 hfs_mounts = vol->next; in hfs_umount()
189 while (hfs_mounts) in hfs_umountall()
190 hfs_umount(hfs_mounts); in hfs_umountall()
204 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
368 dir->vptr = hfs_mounts; in hfs_opendir()
[all …]
/dports/devel/sunpromake/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
H A Dhfs.c247 vol->next = hfs_mounts;
249 if (hfs_mounts)
250 hfs_mounts->prev = vol;
252 hfs_mounts = vol;
292 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
390 if (vol == hfs_mounts)
391 hfs_mounts = vol->next;
406 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts, 0L, 0L); in hfs_umountall()
410 hfs_umount(hfs_mounts); in hfs_umountall()
[all …]
/dports/devel/smake/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
H A Dhfs.c247 vol->next = hfs_mounts;
249 if (hfs_mounts)
250 hfs_mounts->prev = vol;
252 hfs_mounts = vol;
292 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
390 if (vol == hfs_mounts)
391 hfs_mounts = vol->next;
406 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts, 0L, 0L); in hfs_umountall()
410 hfs_umount(hfs_mounts); in hfs_umountall()
[all …]
/dports/devel/sccs/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
/dports/devel/schilybase/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
H A Dhfs.c247 vol->next = hfs_mounts;
249 if (hfs_mounts)
250 hfs_mounts->prev = vol;
252 hfs_mounts = vol;
292 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
390 if (vol == hfs_mounts)
391 hfs_mounts = vol->next;
406 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts, 0L, 0L); in hfs_umountall()
410 hfs_umount(hfs_mounts); in hfs_umountall()
[all …]
/dports/net/rscsi/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
H A Dhfs.c247 vol->next = hfs_mounts;
249 if (hfs_mounts)
250 hfs_mounts->prev = vol;
252 hfs_mounts = vol;
292 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
390 if (vol == hfs_mounts)
391 hfs_mounts = vol->next;
406 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts, 0L, 0L); in hfs_umountall()
410 hfs_umount(hfs_mounts); in hfs_umountall()
[all …]
/dports/archivers/star/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
H A Dhfs.c247 vol->next = hfs_mounts;
249 if (hfs_mounts)
250 hfs_mounts->prev = vol;
252 hfs_mounts = vol;
292 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
390 if (vol == hfs_mounts)
391 hfs_mounts = vol->next;
406 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts, 0L, 0L); in hfs_umountall()
410 hfs_umount(hfs_mounts); in hfs_umountall()
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
H A Dhfs.c247 vol->next = hfs_mounts;
249 if (hfs_mounts)
250 hfs_mounts->prev = vol;
252 hfs_mounts = vol;
292 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
390 if (vol == hfs_mounts)
391 hfs_mounts = vol->next;
406 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts, 0L, 0L); in hfs_umountall()
410 hfs_umount(hfs_mounts); in hfs_umountall()
[all …]
/dports/editors/ved/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
/dports/sysutils/schilyutils/schily-2021-09-18/libhfs_iso/
H A Dgdata.c17 hfsvol *hfs_mounts = 0; /* linked list of mounted volumes */ variable
20 hfsvol *hfs_mounts; /* linked list of mounted volumes */ variable
/dports/sysutils/hfsutils/hfsutils-3.2.6/libhfs/
H A Dhfs.c158 vol->next = hfs_mounts; in hfs_mount()
160 if (hfs_mounts) in hfs_mount()
161 hfs_mounts->prev = vol; in hfs_mount()
163 hfs_mounts = vol; in hfs_mount()
215 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
262 if (vol == hfs_mounts) in hfs_umount()
263 hfs_mounts = vol->next; in hfs_umount()
282 while (hfs_mounts) in hfs_umountall()
283 hfs_umount(hfs_mounts); in hfs_umountall()
297 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/libhfs_iso/
H A Dhfs.c250 vol->next = hfs_mounts; in hfs_mount()
252 if (hfs_mounts) in hfs_mount()
253 hfs_mounts->prev = vol; in hfs_mount()
255 hfs_mounts = vol; in hfs_mount()
294 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_flushall()
388 if (vol == hfs_mounts) in hfs_umount()
389 hfs_mounts = vol->next; in hfs_umount()
404 while (hfs_mounts) in hfs_umountall()
408 hfs_umount(hfs_mounts); in hfs_umountall()
423 for (vol = hfs_mounts; vol; vol = vol->next) in hfs_getvol()
[all …]
/dports/sysutils/genisoimage/cdrkit-1.1.11/libhfs_iso/
H A Dhfs.c250 vol->next = hfs_mounts;
252 if (hfs_mounts)
253 hfs_mounts->prev = vol;
255 hfs_mounts = vol;
294 for (vol = hfs_mounts; vol; vol = vol->next)
388 if (vol == hfs_mounts)
389 hfs_mounts = vol->next;
404 while (hfs_mounts)
408 hfs_umount(hfs_mounts);
423 for (vol = hfs_mounts; vol; vol = vol->next)
[all …]

1234