Searched defs:self (Results 1 - 2 of 2) sorted by relevance

/lxc/src/lxc/
H A Dstart.c200 dir = opendir("/proc/self/fd");
498 pid_t self = getpid(); local
510 ns_info[i].proc_name, self, handler->nsfd[i]);
820 * earlier we end up with a wrong view of /proc/self/cgroup. For
823 * /proc/self/cgroup would show us:
/lxc/src/python-lxc/
H A Dlxc.c262 LXC_arch_to_personality(PyObject *self, PyObject *arg) argument
291 LXC_attach_run_command(PyObject *self, PyObject *arg) argument
323 LXC_attach_run_shell(PyObject *self, PyObject *arg) argument
333 LXC_get_global_config_item(PyObject *self, PyObject *args, PyObject *kwds) argument
354 LXC_get_version(PyObject *self, PyObject *args) argument
367 LXC_list_containers(PyObject *self, PyObject *args, PyObject *kwds) argument
436 Container_dealloc(Container* self) argument
438 lxc_container_put(self->container);
439 Py_TYPE(self)->tp_free((PyObject*)self);
443 Container_init(Container *self, PyObject *args, PyObject *kwds) argument
476 Container *self; local
485 Container_config_file_name(Container *self, void *closure) argument
498 Container_controllable(Container *self, void *closure) argument
508 Container_defined(Container *self, void *closure) argument
518 Container_init_pid(Container *self, void *closure) argument
524 Container_name(Container *self, void *closure) argument
534 Container_running(Container *self, void *closure) argument
544 Container_state(Container *self, void *closure) argument
559 Container_attach_interface(Container *self, PyObject *args, PyObject *kwds) argument
594 Container_detach_interface(Container *self, PyObject *args, PyObject *kwds) argument
619 Container_add_device_node(Container *self, PyObject *args, PyObject *kwds) argument
655 Container_attach_and_possibly_wait(Container *self, PyObject *args, PyObject *kwds, int wait) argument
696 Container_attach(Container *self, PyObject *args, PyObject *kwds) argument
702 Container_attach_wait(Container *self, PyObject *args, PyObject *kwds) argument
708 Container_clear_config(Container *self, PyObject *args, PyObject *kwds) argument
716 Container_clear_config_item(Container *self, PyObject *args, PyObject *kwds) argument
733 Container_clone(Container *self, PyObject *args, PyObject *kwds) argument
797 Container_console(Container *self, PyObject *args, PyObject *kwds) argument
816 Container_console_getfd(Container *self, PyObject *args, PyObject *kwds) argument
833 Container_create(Container *self, PyObject *args, PyObject *kwds) argument
880 Container_destroy(Container *self, PyObject *args, PyObject *kwds) argument
890 Container_freeze(Container *self, PyObject *args, PyObject *kwds) argument
900 Container_get_cgroup_item(Container *self, PyObject *args, PyObject *kwds) argument
936 Container_get_config_item(Container *self, PyObject *args, PyObject *kwds) argument
976 Container_get_config_path(Container *self, PyObject *args, PyObject *kwds) argument
990 Container_get_keys(Container *self, PyObject *args, PyObject *kwds) argument
1026 Container_get_interfaces(Container *self) argument
1077 Container_get_ips(Container *self, PyObject *args, PyObject *kwds) argument
1137 Container_get_running_config_item(Container *self, PyObject *args, PyObject *kwds) argument
1161 Container_load_config(Container *self, PyObject *args, PyObject *kwds) argument
1186 Container_reboot(Container *self, PyObject *args, PyObject *kwds) argument
1196 Container_rename(Container *self, PyObject *args, PyObject *kwds) argument
1213 Container_remove_device_node(Container *self, PyObject *args, PyObject *kwds) argument
1249 Container_save_config(Container *self, PyObject *args, PyObject *kwds) argument
1274 Container_set_cgroup_item(Container *self, PyObject *args, PyObject *kwds) argument
1292 Container_set_config_item(Container *self, PyObject *args, PyObject *kwds) argument
1310 Container_set_config_path(Container *self, PyObject *args, PyObject *kwds) argument
1327 Container_shutdown(Container *self, PyObject *args, PyObject *kwds) argument
1344 Container_snapshot(Container *self, PyObject *args, PyObject *kwds) argument
1379 Container_snapshot_destroy(Container *self, PyObject *args, PyObject *kwds) argument
1396 Container_snapshot_list(Container *self, PyObject *args, PyObject *kwds) argument
1434 Container_snapshot_restore(Container *self, PyObject *args, PyObject *kwds) argument
1452 Container_start(Container *self, PyObject *args, PyObject *kwds) argument
1515 Container_stop(Container *self, PyObject *args, PyObject *kwds) argument
1525 Container_unfreeze(Container *self, PyObject *args, PyObject *kwds) argument
1535 Container_wait(Container *self, PyObject *args, PyObject *kwds) argument
[all...]

Completed in 53 milliseconds