Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c759 int current_working_dir_fd; in create_one_notify_file() local
792 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()
793 if (current_working_dir_fd < 0) { in create_one_notify_file()
795 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()
796 if (current_working_dir_fd < 0) { in create_one_notify_file()
859 popdir(current_working_dir_fd); in create_one_notify_file()
880 int current_working_dir_fd; in notify_clients() local
903 if ((current_working_dir_fd = pushdir(NOTIFY_DIR)) < 0) { in notify_clients()
911 popdir(current_working_dir_fd); in notify_clients()
962 popdir(current_working_dir_fd); in notify_clients()
[all …]