OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xenimage
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/daemon/
oprofiled.h
66
extern char *
xenimage
;
oprofiled.c
72
char *
xenimage
;
variable
92
{ "xen-image", 0, POPT_ARG_STRING, &
xenimage
, 0, "Xen image", "file", },
446
if (!
xenimage
|| !strcmp("",
xenimage
)) {
453
if (realpath(
xenimage
, tmp))
454
xenimage
= tmp;
init.c
318
opd_create_xen(
xenimage
, xen_range);
Completed in 7411 milliseconds