Searched defs:console_getfd (Results 1 - 2 of 2) sorted by relevance
/lxc/src/python-lxc/lxc/ | ||
H A D | __init__.py | 269 def console_getfd(self, ttynum=-1): member in class:Container 277 return _lxc.Container.console_getfd(self, ttynum) |
/lxc/src/lxc/ | ||
H A D | lxccontainer.h | 589 int (*console_getfd)(struct lxc_container *c, int *ttynum, int *masterfd); member in struct:lxc_container |
Completed in 524 milliseconds