Searched defs:devshm (Results 1 - 1 of 1) sorted by relevance
/systemd/src/core/ |
H A D | namespace.c | 144 const char *d, *dev = NULL, *devpts = NULL, *devshm = NULL, *devhugepages = NULL, *devmqueue = NULL, *devlog = NULL, *devptmx = NULL; local 175 devshm = strjoina(temporary_mount, "/dev/shm"); 176 (void) mkdir(devshm, 01777); 177 r = mount("/dev/shm", devshm, NULL, MS_BIND, NULL); 255 if (devshm) 256 umount(devshm);
|
Completed in 15 milliseconds