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

/systemd/src/basic/
H A Dutil.c651 int rfd = -1; local
695 rfd = open(root, O_RDONLY|O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
696 if (rfd < 0)
713 *root_fd = rfd;

Completed in 22 milliseconds