Searched refs:format_simple (Results 1 – 2 of 2) sorted by relevance
/xen/tools/misc/ |
A D | xenpvnetboot | 45 def format_simple(kernel, ramdisk, args, sep): function 279 output = format_simple(kernel, ramdisk, opts.args, '\n') 281 output = format_simple(kernel, ramdisk, opts.args, '\0')
|
/xen/tools/pygrub/src/ |
A D | pygrub | 733 def format_simple(kernel, ramdisk, args, sep): function 961 ostring = format_simple(bootcfg["kernel"], bootcfg["ramdisk"], args, "\n") 963 ostring = format_simple(bootcfg["kernel"], bootcfg["ramdisk"], args, "\0")
|
Completed in 5 milliseconds