Searched refs:disks_count (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/hdt/
H A Dhdt-dump-disks.c127 if (hardware->disks_count > 0)
H A Dhdt-menu-disk.c243 if (hardware->disks_count == 0)
H A Dhdt-common.c202 hardware->disks_count = 0;
417 hardware->disks_count++;
/external/fio/tools/plot/
H A Dfio2gnuplot275 global_file.write('disks_count=%d\n' % len(fio_data_file))
315 # disks_count is not global_search item
317 if name=="disks_count":
318 disks_count=int(value)
327 if (disks_count > 0) and (search_value != -1):
328 result=disks_count*search_value

Completed in 186 milliseconds