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

/illumos-gate/usr/src/cmd/rm/
H A Drm.c272 popdir(boolean_t noerror) function
465 * rm() only returns -1 if popdir failed at some point;
477 if (popdir(dent == NULL) != 0)
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c146 static void popdir(int fd);
859 popdir(current_working_dir_fd);
911 popdir(current_working_dir_fd);
962 popdir(current_working_dir_fd);
970 popdir(int fd) function
978 dprintf("%s[%d]: popdir() failed\n", __FILE__, __LINE__);
1078 popdir(current_working_dir_fd);

Completed in 48 milliseconds