Searched refs:lxc_msg (Results 1 - 6 of 6) sorted by relevance

/lxc/src/lxc/
H A Dmonitor.h39 struct lxc_msg { struct
68 extern int lxc_monitor_read(int fd, struct lxc_msg *msg);
78 extern int lxc_monitor_read_timeout(int fd, struct lxc_msg *msg, int timeout);
90 extern int lxc_monitor_read_fdset(struct pollfd *fds, nfds_t nfds, struct lxc_msg *msg,
H A Dlxc.h36 struct lxc_msg;
H A Dmonitor.c89 static void lxc_monitor_fifo_send(struct lxc_msg *msg, const char *lxcpath)
133 struct lxc_msg msg = {.type = lxc_msg_state, .value = state};
143 struct lxc_msg msg = {.type = lxc_msg_exit_code, .value = exit_code};
255 int lxc_monitor_read_fdset(struct pollfd *fds, nfds_t nfds, struct lxc_msg *msg,
287 int lxc_monitor_read_timeout(int fd, struct lxc_msg *msg, int timeout)
298 int lxc_monitor_read(int fd, struct lxc_msg *msg)
H A Dstate.c111 struct lxc_msg msg;
H A Dlxc_monitord.c295 struct lxc_msg msglxc;
/lxc/src/lxc/tools/
H A Dlxc_monitor.c89 struct lxc_msg msg;

Completed in 12 milliseconds