/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | GrubConf.py | 52 def __init__(self, str): argument 59 def __repr__(self): argument 65 def get_disk(self): argument 76 def get_part(self): argument 95 def __repr__(self): argument 112 def get_root(self): argument 124 def get_kernel(self): argument 126 def get_args(self): argument 133 def get_initrd(self): argument 214 def set(self, line): argument [all …]
|
A D | ExtLinuxConf.py | 21 def __repr__(self): argument 28 def reset(self, lines, path): argument 85 def set_kernel(self, val): argument 93 def get_kernel(self): argument 95 def set_args(self, val): argument 97 def get_args(self): argument 102 def set_initrd(self, val): argument 104 def get_initrd(self): argument 110 def get_readonly(self): argument 181 def hasPassword(self): argument [all …]
|
A D | LiloConf.py | 10 def __init__(self, lines, path): argument 13 def __repr__(self): argument 20 def reset(self, lines, path): argument 47 def set_kernel(self, val): argument 49 def get_kernel(self): argument 55 def get_initrd(self): argument 59 def set_args(self, val): argument 61 def get_args(self): argument 72 def get_readonly(self): argument 141 def hasPassword(self): argument [all …]
|
A D | pygrub | 178 def show_text(self): argument 196 def do_command(self, ch): argument 232 def edit(self): argument 249 def draw_main_windows(self): argument 271 def fill_entry_list(self): argument 292 def edit_entry(self, origimg): argument 378 def edit_line(self, line): argument 391 def command_line_mode(self): argument 463 def image_index(self): argument 492 def run(self): argument [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | idl.py | 94 def marshal_in(self): argument 96 def marshal_out(self): argument 99 def hidden(self): argument 150 def __init__(self, w, **kwargs): argument 184 def lookup(self, name): argument 236 def member(self, v, f, isref): argument 252 def has_fields(self): argument 328 def __init__(self): argument 341 def ordered_keys(self): argument 343 def ordered_values(self): argument [all …]
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 289 def stopTest(self, test): argument 332 def startTest(self, test): argument 384 def printErrors(self): argument 401 def __init__(self, **kwarg): argument 423 def _makeResult(self): argument 427 def run(self, test): argument 508 def __init__(self, prefix): argument 625 def shortDescription(self): argument 628 def __str__(self): argument 676 def __init__(self): argument [all …]
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xenpvnetboot | 75 def __init__(self, location, tmpdir): argument 80 def prepare(self): argument 84 def cleanup(self): argument 87 def get_file(self, filename): argument 98 def prepare(self): argument 112 def cleanup(self): argument 121 def __init__(self, location, tmpdir): argument 125 def prepare(self): argument 137 def cleanup(self): argument 148 def get_file(self, filename): argument
|
/xen-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | libxc.py | 126 def __init__(self, info, read): argument 132 def verify(self): argument 142 def verify_ihdr(self): argument 176 def verify_dhdr(self): argument 201 def verify_record(self): argument 238 def verify_record_end(self, content): argument 245 def verify_record_page_data(self, content): argument 358 def verify_record_tsc_info(self, content): argument 383 def verify_record_hvm_params(self, content): argument 405 def verify_record_toolstack(self, _): argument [all …]
|
A D | libxl.py | 75 def __init__(self, info, read): argument 79 def verify(self): argument 88 def verify_hdr(self): argument 117 def verify_record(self): argument 143 def verify_record_end(self, content): argument 150 def verify_record_libxc_context(self, content): argument 160 def verify_record_emulator_xenstore_data(self, content): argument 195 def verify_record_emulator_context(self, content): argument 211 def verify_record_checkpoint_end(self, content): argument 217 def verify_record_checkpoint_state(self, content): argument
|
A D | verify.py | 21 def __init__(self, info, read): argument 26 def rdexact(self, nr_bytes): argument 33 def unpack_exact(self, fmt): argument
|
A D | tests.py | 16 def test_format_sizes(self): argument 35 def test_format_sizes(self): argument
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 119 def __init__(self): argument 128 def gotten_stats(self, passed): argument 138 def waited_stats(self, passed): argument 166 def ec_stats(self, passed): argument 170 def io_stats(self, passed): argument 179 def stats(self, passed): argument 541 def delayed_write(self, str): argument 544 def write(self, str): argument 551 def rename(self, name): argument 554 def flush(self): argument [all …]
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 116 static PyObject *pyxc_domain_create(XcObject *self, in pyxc_domain_create() 315 static PyObject *pyxc_domain_getinfo(XcObject *self, in pyxc_domain_getinfo() 386 static PyObject *pyxc_vcpu_getinfo(XcObject *self, in pyxc_vcpu_getinfo() 446 static PyObject *pyxc_hvm_param_get(XcObject *self, in pyxc_hvm_param_get() 466 static PyObject *pyxc_hvm_param_set(XcObject *self, in pyxc_hvm_param_set() 546 static PyObject *pyxc_assign_device(XcObject *self, in pyxc_assign_device() 830 static PyObject *pyxc_evtchn_reset(XcObject *self, in pyxc_evtchn_reset() 953 static PyObject *pyxc_physinfo(XcObject *self) in pyxc_physinfo() 1098 static PyObject *pyxc_numainfo(XcObject *self) in pyxc_numainfo() 1187 static PyObject *pyxc_xeninfo(XcObject *self) in pyxc_xeninfo() [all …]
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 70 static inline struct xs_handle *xshandle(XsHandle *self) in xshandle() 100 static PyObject *xspy_read(XsHandle *self, PyObject *args) in xspy_read() 136 static PyObject *xspy_write(XsHandle *self, PyObject *args) in xspy_write() 172 static PyObject *xspy_ls(XsHandle *self, PyObject *args) in xspy_ls() 215 static PyObject *xspy_mkdir(XsHandle *self, PyObject *args) in xspy_mkdir() 243 static PyObject *xspy_rm(XsHandle *self, PyObject *args) in xspy_rm() 463 static PyObject *xspy_fileno(XsHandle *self) in xspy_fileno() 579 static PyObject *xspy_transaction_start(XsHandle *self) in xspy_transaction_start() 780 static PyObject *xspy_close(XsHandle *self) in xspy_close() 843 static void remove_watch(XsHandle *self, PyObject *token) in remove_watch() [all …]
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | kxgettext.c | 71 struct file_line *self = malloc(sizeof(*self)); in file_line__new() local 95 struct message *self = malloc(sizeof(*self)); in message__new() local 133 static int message__add_file_line(struct message *self, const char *file, in message__add_file_line() 189 static void message__print_file_lineno(struct message *self) in message__print_file_lineno() 208 static void message__print_gettext_msgid_msgstr(struct message *self) in message__print_gettext_msgid_msgstr()
|
/xen-4.10.0-shim-comet/xen/tools/ |
A D | gen-cpuid.py | 11 def __init__(self, input, output): argument
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 58 def __init__(self, fmt): argument
|