Home
last modified time | relevance | path

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

/external/fio/tools/plot/
Dfio2gnuplot318 disks_count=int(value)
327 if (disks_count > 0) and (search_value != -1):
328 result=disks_count*search_value
/external/syslinux/com32/hdt/
Dhdt-dump-disks.c127 if (hardware->disks_count > 0) in dump_disks()
Dhdt-common.h188 int disks_count; /* Number of detected disks */ member
Dhdt-common.c202 hardware->disks_count = 0; in init_hardware()
417 hardware->disks_count++; in detect_disks()
Dhdt-menu-disk.c243 if (hardware->disks_count == 0) in compute_disks()