OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bno_dump_name
(Results
1 - 4
of
4
) sorted by null
/external/blktrace/btt/
bno_dump.c
36
oname = malloc(strlen(
bno_dump_name
) + 32);
37
sprintf(oname, "%s_%03d,%03d_%c.dat",
bno_dump_name
, mjr, mnr, rwc);
55
if (
bno_dump_name
== NULL) return NULL;
bt_timeline.c
30
char *devices, *exes, *input_name, *output_name, *seek_name, *
bno_dump_name
;
variable
args.c
297
bno_dump_name
= optarg;
globals.h
171
extern char *
bno_dump_name
, *unplug_hist_name, *sps_name, *aqd_name, *q2d_name;
Completed in 91 milliseconds