OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:disks_count
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/hdt/
hdt-dump-disks.c
127
if (hardware->
disks_count
> 0)
hdt-menu-disk.c
243
if (hardware->
disks_count
== 0)
hdt-common.c
202
hardware->
disks_count
= 0;
417
hardware->
disks_count
++;
/external/fio/tools/plot/
fio2gnuplot
275
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 335 milliseconds