Searched defs:pushdir (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rm/
H A Drm.c232 pushdir(struct dlist *frm) function
462 pushdir(&frame);
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c147 static int pushdir(const char *dir);
792 current_working_dir_fd = pushdir(NOTIFY_DIR);
795 current_working_dir_fd = pushdir(NOTIFY_DIR);
903 if ((current_working_dir_fd = pushdir(NOTIFY_DIR)) < 0) {
985 pushdir(const char *dir) function
1068 current_working_dir_fd = pushdir(NOTIFY_DIR);

Completed in 247 milliseconds