Lines Matching defs:self
99 static PyObject *pyxc_domain_dumpcore(XcObject *self, PyObject *args) in pyxc_domain_dumpcore()
117 static PyObject *pyxc_domain_create(XcObject *self, in pyxc_domain_create()
188 static PyObject *pyxc_domain_max_vcpus(XcObject *self, PyObject *args) in pyxc_domain_max_vcpus()
202 static PyObject *pyxc_domain_pause(XcObject *self, PyObject *args) in pyxc_domain_pause()
207 static PyObject *pyxc_domain_unpause(XcObject *self, PyObject *args) in pyxc_domain_unpause()
212 static PyObject *pyxc_domain_destroy_hook(XcObject *self, PyObject *args) in pyxc_domain_destroy_hook()
218 static PyObject *pyxc_domain_destroy(XcObject *self, PyObject *args) in pyxc_domain_destroy()
223 static PyObject *pyxc_domain_shutdown(XcObject *self, PyObject *args) in pyxc_domain_shutdown()
237 static PyObject *pyxc_domain_resume(XcObject *self, PyObject *args) in pyxc_domain_resume()
252 static PyObject *pyxc_vcpu_setaffinity(XcObject *self, in pyxc_vcpu_setaffinity()
303 static PyObject *pyxc_domain_sethandle(XcObject *self, PyObject *args) in pyxc_domain_sethandle()
339 static PyObject *pyxc_domain_getinfo(XcObject *self, in pyxc_domain_getinfo()
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()
538 static PyObject *pyxc_test_assign_device(XcObject *self, in pyxc_test_assign_device()
571 static PyObject *pyxc_assign_device(XcObject *self, in pyxc_assign_device()
604 static PyObject *pyxc_deassign_device(XcObject *self, in pyxc_deassign_device()
637 static PyObject *pyxc_get_device_group(XcObject *self, in pyxc_get_device_group()
703 static PyObject *pyxc_gnttab_hvm_seed(XcObject *self, in pyxc_gnttab_hvm_seed()
727 static PyObject *pyxc_evtchn_alloc_unbound(XcObject *self, in pyxc_evtchn_alloc_unbound()
746 static PyObject *pyxc_evtchn_reset(XcObject *self, in pyxc_evtchn_reset()
764 static PyObject *pyxc_physdev_map_pirq(PyObject *self, in pyxc_physdev_map_pirq()
783 static PyObject *pyxc_physdev_pci_access_modify(XcObject *self, in pyxc_physdev_pci_access_modify()
805 static PyObject *pyxc_readconsolering(XcObject *self, in pyxc_readconsolering()
859 static PyObject *pyxc_pages_to_kib(XcObject *self, PyObject *args) in pyxc_pages_to_kib()
869 static PyObject *pyxc_physinfo(XcObject *self) in pyxc_physinfo()
940 static PyObject *pyxc_getcpuinfo(XcObject *self, PyObject *args, PyObject *kwds) in pyxc_getcpuinfo()
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()
1210 static PyObject *pyxc_shadow_control(PyObject *self, in pyxc_shadow_control()
1232 static PyObject *pyxc_shadow_mem_control(PyObject *self, in pyxc_shadow_mem_control()
1262 static PyObject *pyxc_sched_id_get(XcObject *self) { in pyxc_sched_id_get()
1271 static PyObject *pyxc_sched_credit_domain_set(XcObject *self, in pyxc_sched_credit_domain_set()
1298 static PyObject *pyxc_sched_credit_domain_get(XcObject *self, PyObject *args) in pyxc_sched_credit_domain_get()
1314 static PyObject *pyxc_sched_credit2_domain_set(XcObject *self, in pyxc_sched_credit2_domain_set()
1341 static PyObject *pyxc_sched_credit2_domain_get(XcObject *self, PyObject *args) in pyxc_sched_credit2_domain_get()
1356 static PyObject *pyxc_domain_setmaxmem(XcObject *self, PyObject *args) in pyxc_domain_setmaxmem()
1371 static PyObject *pyxc_domain_set_target_mem(XcObject *self, PyObject *args) in pyxc_domain_set_target_mem()
1389 static PyObject *pyxc_domain_set_memmap_limit(XcObject *self, PyObject *args) in pyxc_domain_set_memmap_limit()
1404 static PyObject *pyxc_domain_ioport_permission(XcObject *self, in pyxc_domain_ioport_permission()
1426 static PyObject *pyxc_domain_irq_permission(PyObject *self, in pyxc_domain_irq_permission()
1449 static PyObject *pyxc_domain_iomem_permission(PyObject *self, in pyxc_domain_iomem_permission()
1472 static PyObject *pyxc_domain_set_time_offset(XcObject *self, PyObject *args) in pyxc_domain_set_time_offset()
1487 static PyObject *pyxc_domain_set_tsc_info(XcObject *self, PyObject *args) in pyxc_domain_set_tsc_info()
1501 static PyObject *pyxc_domain_send_trigger(XcObject *self, in pyxc_domain_send_trigger()
1521 static PyObject *pyxc_send_debug_keys(XcObject *self, in pyxc_send_debug_keys()
1539 static PyObject *dom_op(XcObject *self, PyObject *args, in dom_op()
1554 static PyObject *pyxc_dom_set_memshr(XcObject *self, PyObject *args) in pyxc_dom_set_memshr()
1569 static PyObject *cpumap_to_cpulist(XcObject *self, xc_cpumap_t cpumap) in cpumap_to_cpulist()
1595 static PyObject *pyxc_cpupool_create(XcObject *self, in pyxc_cpupool_create()
1613 static PyObject *pyxc_cpupool_destroy(XcObject *self, in pyxc_cpupool_destroy()
1628 static PyObject *pyxc_cpupool_getinfo(XcObject *self) in pyxc_cpupool_getinfo()
1663 static PyObject *pyxc_cpupool_addcpu(XcObject *self, in pyxc_cpupool_addcpu()
1683 static PyObject *pyxc_cpupool_removecpu(XcObject *self, in pyxc_cpupool_removecpu()
1703 static PyObject *pyxc_cpupool_movedomain(XcObject *self, in pyxc_cpupool_movedomain()
1722 static PyObject *pyxc_cpupool_freeinfo(XcObject *self) in pyxc_cpupool_freeinfo()
1738 static PyObject *pyflask_context_to_sid(PyObject *self, PyObject *args, in pyflask_context_to_sid()
1769 static PyObject *pyflask_sid_to_context(PyObject *self, PyObject *args, in pyflask_sid_to_context()
1801 static PyObject *pyflask_load(PyObject *self, PyObject *args, PyObject *kwds) in pyflask_load()
1830 static PyObject *pyflask_getenforce(PyObject *self) in pyflask_getenforce()
1852 static PyObject *pyflask_setenforce(PyObject *self, PyObject *args, in pyflask_setenforce()
1882 static PyObject *pyflask_access(PyObject *self, PyObject *args, in pyflask_access()
2461 XcObject *self = (XcObject *)type->tp_alloc(type, 0); in PyXc_new() local
2472 PyXc_init(XcObject *self, PyObject *args, PyObject *kwds) in PyXc_init()
2482 static void PyXc_dealloc(XcObject *self) in PyXc_dealloc()