Home
last modified time | relevance | path

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

/dports/devel/libburn/libburn-1.5.4/test/
H A Dpoll.c14 static unsigned int n_drives; variable
59 while (!burn_drive_scan(&drives, &n_drives)) ; in main()
69 for (i = 0; i < (int) n_drives; i++) { in main()
/dports/devel/libburn/libburn-1.5.4/libburn/
H A Dasync.c69 unsigned int *n_drives; member
273 ret = burn_drive_scan_sync(w->u.scan.drives, w->u.scan.n_drives, 1); in scan_worker_func()
297 int burn_drive_scan(struct burn_drive_info *drives[], unsigned int *n_drives) in burn_drive_scan() argument
308 *n_drives = 0; in burn_drive_scan()
323 *n_drives = 0; in burn_drive_scan()
336 *n_drives = 0; in burn_drive_scan()
339 o.scan.n_drives = n_drives; in burn_drive_scan()
H A Ddrive.h66 unsigned int *n_drives, int flag);
H A Ddrive.c1392 unsigned int *n_drives, int flag) in burn_drive_scan_sync() argument
1432 *n_drives = 0; in burn_drive_scan_sync()
1481 ret = drive_getcaps(&drive_array[i], &(*drives)[*n_drives]); in burn_drive_scan_sync()
1483 (*n_drives)++; in burn_drive_scan_sync()
1486 if (*drives != NULL && *n_drives == 0) { in burn_drive_scan_sync()
1936 unsigned int n_drives; in burn_drive_scan_and_grab() local
1966 ret = burn_drive_scan_sync(drive_infos, &n_drives, 0); in burn_drive_scan_and_grab()
1970 if (n_drives == 0) in burn_drive_scan_and_grab()
H A Dlibburn.h1011 unsigned int *n_drives);
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dhd-geo-test.c583 int n_drives; member
606 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
610 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
613 img_file_name, args->n_drives); in add_drive_with_mbr()
616 args->n_drives++; in add_drive_with_mbr()
705 for (i = 0; i < args->n_drives; i++) { in test_override()
858 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
918 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu5/qemu-5.2.0/tests/qtest/
H A Dhd-geo-test.c588 int n_drives; member
611 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
615 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
618 img_file_name, args->n_drives); in add_drive_with_mbr()
621 args->n_drives++; in add_drive_with_mbr()
710 for (i = 0; i < args->n_drives; i++) { in test_override()
863 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
923 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qtest/
H A Dhd-geo-test.c588 int n_drives; member
611 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
615 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
618 img_file_name, args->n_drives); in add_drive_with_mbr()
621 args->n_drives++; in add_drive_with_mbr()
710 for (i = 0; i < args->n_drives; i++) { in test_override()
863 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
923 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dhd-geo-test.c583 int n_drives; member
606 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
610 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
613 img_file_name, args->n_drives); in add_drive_with_mbr()
616 args->n_drives++; in add_drive_with_mbr()
705 for (i = 0; i < args->n_drives; i++) { in test_override()
858 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
918 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dhd-geo-test.c588 int n_drives; member
611 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
615 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
618 img_file_name, args->n_drives); in add_drive_with_mbr()
621 args->n_drives++; in add_drive_with_mbr()
710 for (i = 0; i < args->n_drives; i++) { in test_override()
863 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
923 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Dhd-geo-test.c588 int n_drives; member
611 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
615 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
618 img_file_name, args->n_drives); in add_drive_with_mbr()
621 args->n_drives++; in add_drive_with_mbr()
710 for (i = 0; i < args->n_drives; i++) { in test_override()
863 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
923 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qtest/
H A Dhd-geo-test.c588 int n_drives; member
611 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
615 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
618 img_file_name, args->n_drives); in add_drive_with_mbr()
621 args->n_drives++; in add_drive_with_mbr()
710 for (i = 0; i < args->n_drives; i++) { in test_override()
863 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
923 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Dhd-geo-test.c588 int n_drives; member
611 g_assert(args->n_drives < MAX_DRIVES); in add_drive_with_mbr()
615 args->drives[args->n_drives] = img_file_name; in add_drive_with_mbr()
618 img_file_name, args->n_drives); in add_drive_with_mbr()
621 args->n_drives++; in add_drive_with_mbr()
710 for (i = 0; i < args->n_drives; i++) { in test_override()
863 for (i = 0; i < args->n_drives; i++) { in test_override_scsi_hot_unplug()
923 for (i = 0; i < args->n_drives; i++) { in test_override_virtio_hot_unplug()
/dports/devel/libburn/libburn-1.5.4/cdrskin/
H A Dcdrskin.c3581 unsigned int n_drives; member
3761 o->n_drives= 0; in Cdrskin_new()
4377 if(skin->n_drives<=0) in Cdrskin_dev_to_driveno()
9690 skin->n_drives= 1;
9694 skin->n_drives= 0;
9789 if(skin->n_drives<=0)
9798 if(skin->n_drives<=0)
9826 if(skin->n_drives<=0)
9835 if(skin->n_drives<=0)
9844 if(skin->n_drives<=0)
[all …]
/dports/emulators/bochs/bochs-2.7/bios/
H A Drombios.c6482 Bit8u n_drives;
6508 n_drives = (drive_map==0) ? 0 : ((drive_map==3) ? 2 : 1);
6870 SET_DL(n_drives); /* returns 0, 1, or 2 hard drives */