Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c147 static int pushdir(const char *dir);
795 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()
798 current_working_dir_fd = pushdir(NOTIFY_DIR); in create_one_notify_file()
906 if ((current_working_dir_fd = pushdir(NOTIFY_DIR)) < 0) { in notify_clients()
988 pushdir(const char *dir) in pushdir() function
1072 current_working_dir_fd = pushdir(NOTIFY_DIR); in remove_notify_files()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dgetcwd.c126 pushdir(register struct dirlist* d, char* dots, char* path, char* end)
233 if (!(dirstk = pushdir(dirstk, dots, p, buf + len - 1))) ERROR(ERANGE);
292 … if (namlen >= PATH_MAX || !(dirstk = pushdir(dirstk, dots + 3, p, buf + len - 1))) ERROR(ERANGE);
/illumos-gate/usr/src/cmd/rm/
H A Drm.c243 pushdir(struct dlist *frm) in pushdir() function
486 pushdir(&frame); in rm()