Home
last modified time | relevance | path

Searched defs:self (Results 1 – 16 of 16) sorted by relevance

/xen/tools/pygrub/src/
A DGrubConf.py54 def __init__(self, str): argument
61 def __repr__(self): argument
67 def get_disk(self): argument
78 def get_part(self): argument
97 def __repr__(self): argument
115 def get_root(self): argument
127 def get_kernel(self): argument
129 def get_args(self): argument
136 def get_initrd(self): argument
217 def set(self, line): argument
[all …]
A DExtLinuxConf.py23 def __repr__(self): argument
30 def reset(self, lines, path): argument
88 def set_kernel(self, val): argument
96 def get_kernel(self): argument
98 def set_args(self, val): argument
100 def get_args(self): argument
105 def set_initrd(self, val): argument
107 def get_initrd(self): argument
113 def get_readonly(self): argument
184 def hasPassword(self): argument
[all …]
A DLiloConf.py12 def __init__(self, lines, path): argument
15 def __repr__(self): argument
22 def reset(self, lines, path): argument
50 def set_kernel(self, val): argument
52 def get_kernel(self): argument
58 def get_initrd(self): argument
62 def set_args(self, val): argument
64 def get_args(self): argument
75 def get_readonly(self): argument
144 def hasPassword(self): argument
[all …]
A Dpygrub180 def show_text(self): argument
198 def do_command(self, ch): argument
234 def edit(self): argument
251 def draw_main_windows(self): argument
273 def fill_entry_list(self): argument
294 def edit_entry(self, origimg): argument
380 def edit_line(self, line): argument
393 def command_line_mode(self): argument
465 def image_index(self): argument
494 def run(self): argument
[all …]
/xen/xen/tools/kconfig/tests/
A Dconftest.py30 def __init__(self, request): argument
144 def defconfig(self, defconfig): argument
202 def savedefconfig(self, dot_config): argument
230 def _contains(self, attr, expected): argument
235 def _matches(self, attr, expected): argument
239 def config_contains(self, expected): argument
247 def config_matches(self, expected): argument
255 def stdout_contains(self, expected): argument
263 def stdout_matches(self, expected): argument
271 def stderr_contains(self, expected): argument
[all …]
/xen/tools/libxl/
A Didl.py96 def marshal_in(self): argument
98 def marshal_out(self): argument
101 def hidden(self): argument
152 def __init__(self, w, **kwargs): argument
186 def lookup(self, name): argument
238 def member(self, v, f, isref): argument
254 def has_fields(self): argument
330 def __init__(self): argument
343 def ordered_keys(self): argument
345 def ordered_values(self): argument
[all …]
/xen/tools/python/xen/migration/
A Dlibxc.py129 def __init__(self, info, read): argument
136 def verify(self): argument
146 def verify_ihdr(self): argument
185 def verify_dhdr(self): argument
210 def verify_record(self): argument
248 def verify_record_end(self, content): argument
255 def verify_record_page_data(self, content): argument
371 def verify_record_tsc_info(self, content): argument
396 def verify_record_hvm_params(self, content): argument
418 def verify_record_toolstack(self, _): argument
[all …]
A Dlibxl.py75 def __init__(self, info, read): argument
79 def verify(self): argument
88 def verify_hdr(self): argument
117 def verify_record(self): argument
144 def verify_record_end(self, content): argument
151 def verify_record_libxc_context(self, content): argument
161 def verify_record_emulator_xenstore_data(self, content): argument
196 def verify_record_emulator_context(self, content): argument
212 def verify_record_checkpoint_end(self, content): argument
218 def verify_record_checkpoint_state(self, content): argument
A Dverify.py21 def __init__(self, info, read): argument
26 def rdexact(self, nr_bytes): argument
33 def unpack_exact(self, fmt): argument
A Dtests.py16 def test_format_sizes(self): argument
35 def test_format_sizes(self): argument
/xen/tools/misc/
A Dxenpvnetboot75 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/tools/xenmon/
A Dxenmon.py121 def __init__(self): argument
130 def gotten_stats(self, passed): argument
140 def waited_stats(self, passed): argument
168 def ec_stats(self, passed): argument
172 def io_stats(self, passed): argument
181 def stats(self, passed): argument
543 def delayed_write(self, str): argument
546 def write(self, str): argument
553 def rename(self, name): argument
556 def flush(self): argument
[all …]
/xen/tools/python/xen/lowlevel/xc/
A Dxc.c115 static PyObject *pyxc_domain_create(XcObject *self, in pyxc_domain_create()
405 static PyObject *pyxc_vcpu_getinfo(XcObject *self, in pyxc_vcpu_getinfo()
465 static PyObject *pyxc_hvm_param_get(XcObject *self, in pyxc_hvm_param_get()
485 static PyObject *pyxc_hvm_param_set(XcObject *self, in pyxc_hvm_param_set()
740 static PyObject *pyxc_evtchn_reset(XcObject *self, in pyxc_evtchn_reset()
863 static PyObject *pyxc_physinfo(XcObject *self) in pyxc_physinfo()
945 static PyObject *pyxc_topologyinfo(XcObject *self) in pyxc_topologyinfo()
1018 static PyObject *pyxc_numainfo(XcObject *self) in pyxc_numainfo()
1107 static PyObject *pyxc_xenbuildid(XcObject *self) in pyxc_xenbuildid()
1127 static PyObject *pyxc_xeninfo(XcObject *self) in pyxc_xeninfo()
[all …]
/xen/tools/python/xen/lowlevel/xs/
A Dxs.c70 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()
580 static PyObject *xspy_transaction_start(XsHandle *self) in xspy_transaction_start()
781 static PyObject *xspy_close(XsHandle *self) in xspy_close()
844 static void remove_watch(XsHandle *self, PyObject *token) in remove_watch()
[all …]
/xen/xen/tools/
A Dgen-cpuid.py14 def __init__(self, input, output): argument
/xen/tools/python/scripts/
A Dconvert-legacy-stream61 def __init__(self, fmt): argument

Completed in 25 milliseconds