Searched refs:ARG (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_bootloader.c | 58 #define ARG(arg) bootloader_arg(bl, (arg)) in make_bootloader_args() macro 60 ARG(bootloader_path); in make_bootloader_args() 63 ARG(GCSPRINTF("--kernel=%s", info->kernel)); in make_bootloader_args() 65 ARG(GCSPRINTF("--ramdisk=%s", info->ramdisk)); in make_bootloader_args() 67 ARG(GCSPRINTF("--args=%s", info->cmdline)); in make_bootloader_args() 69 ARG(GCSPRINTF("--output=%s", bl->outputpath)); in make_bootloader_args() 70 ARG("--output-format=simple0"); in make_bootloader_args() 76 ARG(*p); in make_bootloader_args() 81 ARG(bl->dls.diskpath); in make_bootloader_args() 84 ARG(NULL); in make_bootloader_args() [all …]
|
/xen/ |
A D | configure | 1311 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1320 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
/xen/docs/man/ |
A D | xl.cfg.5.pod.in | 1667 =item B<bootloader_args=[ "ARG", "ARG", ...]> 1669 Append B<ARG>s to the arguments to the B<bootloader> 2648 =item B<bootloader_args=[ "ARG", "ARG", ...]> 2650 Append B<ARG>s to the arguments to the B<bootloader> 2802 =item B<device_model_args=[ "ARG", "ARG", ...]> 2808 =item B<device_model_args_pv=[ "ARG", "ARG", ...]> 2814 =item B<device_model_args_hvm=[ "ARG", "ARG", ...]>
|
/xen/docs/ |
A D | configure | 1293 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
/xen/stubdom/ |
A D | configure | 1339 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
/xen/tools/ |
A D | configure | 1488 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1515 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
|
Completed in 22 milliseconds