OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entry_set_int_value
(Results
1 - 3
of
3
) sorted by null
/external/fio/
ghelpers.h
11
void
entry_set_int_value
(GtkWidget *entry, unsigned int val);
gclient.c
198
entry_set_int_value
(entry, p->dus.s.ios[0]);
200
entry_set_int_value
(entry, p->dus.s.merges[0]);
202
entry_set_int_value
(entry, p->dus.s.sectors[0]);
204
entry_set_int_value
(entry, p->dus.s.ticks[0]);
211
entry_set_int_value
(entry, p->dus.s.ios[1]);
213
entry_set_int_value
(entry, p->dus.s.merges[1]);
215
entry_set_int_value
(entry, p->dus.s.sectors[1]);
217
entry_set_int_value
(entry, p->dus.s.ticks[1]);
224
entry_set_int_value
(entry, p->dus.s.io_ticks);
226
entry_set_int_value
(entry, p->dus.s.time_in_queue)
[
all
...]
ghelpers.c
95
void
entry_set_int_value
(GtkWidget *entry, unsigned int val)
function
Completed in 88 milliseconds