Home
last modified time | relevance | path

Searched refs:acquired_fd (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/home/
Dpam_systemd_home.c521 _cleanup_close_ int acquired_fd = -1; in acquire_home() local
663 acquired_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in acquire_home()
664 if (acquired_fd < 0) { in acquire_home()
691 r = pam_set_data(handle, fd_field, FD_TO_PTR(acquired_fd), cleanup_home_fd); in acquire_home()
696 TAKE_FD(acquired_fd); in acquire_home()
Dhomectl.c1942 _cleanup_close_ int acquired_fd = -1; in with_home() local
2002 acquired_fd = fcntl(fd, F_DUPFD_CLOEXEC, 3); in with_home()
2003 if (acquired_fd < 0) in with_home()
2036 acquired_fd = safe_close(acquired_fd); in with_home()