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

/systemd/src/core/
H A Dnamespace.c144 const char *d, *dev = NULL, *devpts = NULL, *devshm = NULL, *devhugepages = NULL, *devmqueue = NULL, *devlog = NULL, *devptmx = NULL; local
169 devptmx = strjoina(temporary_mount, "/dev/ptmx");
170 if (symlink("pts/ptmx", devptmx) < 0) {

Completed in 43 milliseconds