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

/lxc/src/lxc/
H A Dmonitor.c55 int lxc_monitor_fifo_name(const char *lxcpath, char *fifo_path, size_t fifo_path_sz, argument
66 ret = snprintf(fifo_path, fifo_path_sz, "%s/lxc/%s", rundir, lxcpath);
67 if (ret < 0 || (size_t)ret >= fifo_path_sz) {
79 ret = snprintf(fifo_path, fifo_path_sz, "%s/lxc/%s/monitor-fifo", rundir, lxcpath);
80 if (ret < 0 || (size_t)ret >= fifo_path_sz) {

Completed in 9 milliseconds