Home
last modified time | relevance | path

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

/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 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 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 Dpygrub321 def show_text(self): argument
339 def do_command(self, ch): argument
375 def edit(self): argument
392 def draw_main_windows(self): argument
414 def fill_entry_list(self): argument
435 def edit_entry(self, origimg): argument
521 def edit_line(self, line): argument
534 def command_line_mode(self): argument
606 def image_index(self): argument
635 def run(self): argument
[all …]
/tools/libs/light/
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 …]
/tools/python/xen/migration/
A Dlibxc.py128 def __init__(self, info, read): argument
135 def verify(self): argument
145 def verify_ihdr(self): argument
184 def verify_dhdr(self): argument
209 def verify_record(self): argument
247 def verify_record_end(self, content): argument
254 def verify_record_page_data(self, content): argument
370 def verify_record_tsc_info(self, content): argument
395 def verify_record_hvm_params(self, content): argument
417 def verify_record_toolstack(self, _): argument
[all …]
A Dlibxl.py74 def __init__(self, info, read): argument
78 def verify(self): argument
87 def verify_hdr(self): argument
116 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 Dverify.py20 def __init__(self, info, read): argument
25 def rdexact(self, nr_bytes): argument
32 def unpack_exact(self, fmt): argument
A Dtests.py15 def test_format_sizes(self): argument
36 def test_format_sizes(self): argument
/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 …]
/tools/python/xen/lowlevel/xc/
A Dxc.c117 static PyObject *pyxc_domain_create(XcObject *self, in pyxc_domain_create()
411 static PyObject *pyxc_vcpu_getinfo(XcObject *self, in pyxc_vcpu_getinfo()
471 static PyObject *pyxc_hvm_param_get(XcObject *self, in pyxc_hvm_param_get()
491 static PyObject *pyxc_hvm_param_set(XcObject *self, in pyxc_hvm_param_set()
746 static PyObject *pyxc_evtchn_reset(XcObject *self, in pyxc_evtchn_reset()
869 static PyObject *pyxc_physinfo(XcObject *self) in pyxc_physinfo()
975 static PyObject *pyxc_topologyinfo(XcObject *self) in pyxc_topologyinfo()
1048 static PyObject *pyxc_numainfo(XcObject *self) in pyxc_numainfo()
1137 static PyObject *pyxc_xenbuildid(XcObject *self) in pyxc_xenbuildid()
1157 static PyObject *pyxc_xeninfo(XcObject *self) in pyxc_xeninfo()
[all …]
/tools/python/xen/lowlevel/xs/
A Dxs.c71 static inline struct xs_handle *xshandle(XsHandle *self) in xshandle()
101 static PyObject *xspy_read(XsHandle *self, PyObject *args) in xspy_read()
137 static PyObject *xspy_write(XsHandle *self, PyObject *args) in xspy_write()
173 static PyObject *xspy_ls(XsHandle *self, PyObject *args) in xspy_ls()
216 static PyObject *xspy_mkdir(XsHandle *self, PyObject *args) in xspy_mkdir()
244 static PyObject *xspy_rm(XsHandle *self, PyObject *args) in xspy_rm()
464 static PyObject *xspy_fileno(XsHandle *self) in xspy_fileno()
581 static PyObject *xspy_transaction_start(XsHandle *self) in xspy_transaction_start()
782 static PyObject *xspy_close(XsHandle *self) in xspy_close()
845 static void remove_watch(XsHandle *self, PyObject *token) in remove_watch()
[all …]
/tools/python/scripts/
A Dconvert-legacy-stream62 def __init__(self, fmt): argument

Completed in 36 milliseconds