Searched refs:mntnsfd (Results 1 - 4 of 4) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-container.c | 32 _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, usernsfd = -1, rootfd = -1; local 49 r = namespace_open(b->nspid, &pidnsfd, &mntnsfd, NULL, &usernsfd, &rootfd); 73 r = namespace_enter(pidnsfd, mntnsfd, -1, usernsfd, rootfd); 146 _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, usernsfd = -1, rootfd = -1; local 179 r = namespace_open(b->nspid, &pidnsfd, &mntnsfd, NULL, &usernsfd, &rootfd); 195 r = namespace_enter(pidnsfd, mntnsfd, -1, usernsfd, rootfd);
|
/systemd/src/basic/ |
H A D | util.c | 650 _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, netnsfd = -1, usernsfd = -1; local 659 mntnsfd = open(mntns, O_RDONLY|O_NOCTTY|O_CLOEXEC); 660 if (mntnsfd < 0) 704 *mntns_fd = mntnsfd; 715 pidnsfd = mntnsfd = netnsfd = usernsfd = -1;
|
H A D | terminal-util.c | 1037 _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, usernsfd = -1, rootfd = -1; local 1045 r = namespace_open(pid, &pidnsfd, &mntnsfd, NULL, &usernsfd, &rootfd); 1061 r = namespace_enter(pidnsfd, mntnsfd, -1, usernsfd, rootfd); 1090 _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, usernsfd = -1, rootfd = -1; local 1096 r = namespace_open(pid, &pidnsfd, &mntnsfd, NULL, &usernsfd, &rootfd); 1112 r = namespace_enter(pidnsfd, mntnsfd, -1, usernsfd, rootfd);
|
/systemd/src/shared/ |
H A D | logs-show.c | 1141 _cleanup_close_ int pidnsfd = -1, mntnsfd = -1, rootfd = -1; local 1158 r = namespace_open(pid, &pidnsfd, &mntnsfd, NULL, NULL, &rootfd); 1174 r = namespace_enter(pidnsfd, mntnsfd, -1, -1, rootfd);
|
Completed in 18 milliseconds