Searched refs:pidstr (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/cgroups/
H A Dcgfsng.c1405 char pidstr[25]; local
1408 len = snprintf(pidstr, 25, "%d", pid);
1415 if (lxc_write_to_file(fullpath, pidstr, len, false) != 0) {
1828 char pidstr[25]; local
1831 len = snprintf(pidstr, 25, "%d", pid);
1845 if (lxc_write_to_file(fullpath, pidstr, len, false) != 0) {
/lxc/src/lxc/
H A Dnetwork.c222 char pidstr[30]; local
223 sprintf(pidstr, "%d", pid);
224 if (execlp("iw", "iw", "phy", physname, "set", "netns", pidstr, (char *)NULL))
H A Dconf.c3142 char pidstr[LXC_NUMSTRLEN64]; local
3159 ret = snprintf(pidstr, LXC_NUMSTRLEN64, "%d", pid);
3162 pidstr[LXC_NUMSTRLEN64 - 1] = '\0';
3165 lxcname, pidstr, netdev_link, netdev->name);
3167 pidstr, "veth", netdev_link, netdev->name, NULL);

Completed in 22 milliseconds