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

/lxc/src/python-lxc/
H A Dlxc.c1913 #define PYLXC_EXPORT_CONST(c) \ macro
1917 PYLXC_EXPORT_CONST(CLONE_NEWUTS);
1918 PYLXC_EXPORT_CONST(CLONE_NEWIPC);
1919 PYLXC_EXPORT_CONST(CLONE_NEWUSER);
1920 PYLXC_EXPORT_CONST(CLONE_NEWPID);
1921 PYLXC_EXPORT_CONST(CLONE_NEWNET);
1922 PYLXC_EXPORT_CONST(CLONE_NEWNS);
1925 PYLXC_EXPORT_CONST(LXC_ATTACH_CLEAR_ENV);
1926 PYLXC_EXPORT_CONST(LXC_ATTACH_KEEP_ENV);
1929 PYLXC_EXPORT_CONST(LXC_ATTACH_DEFAUL
1947 #undef PYLXC_EXPORT_CONST macro
[all...]

Completed in 10 milliseconds