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

/systemd/src/libsystemd/sd-daemon/
H A Dsd-daemon.c149 struct stat st_fd; local
153 if (fstat(fd, &st_fd) < 0)
156 if (!S_ISFIFO(st_fd.st_mode))
171 st_path.st_dev == st_fd.st_dev &&
172 st_path.st_ino == st_fd.st_ino;
179 struct stat st_fd; local
183 if (fstat(fd, &st_fd) < 0)
186 if (!S_ISREG(st_fd.st_mode) && !S_ISCHR(st_fd.st_mode))
200 if (S_ISREG(st_fd
214 struct stat st_fd; local
[all...]

Completed in 23 milliseconds