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

/lxc/src/lxc/
H A Dlxccontainer.c3803 static bool add_remove_device_node(struct lxc_container *c, const char *src_path, const char *dest_path, bool add) function
3860 return add_remove_device_node(c, src_path, dest_path, true);
3871 return add_remove_device_node(c, src_path, dest_path, false);

Completed in 20 milliseconds