Searched refs:subdirp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c201 DIR *subdirp; local
226 if ((subdirp = opendir(path)) != NULL) {
229 while ((sdp = readdir(subdirp)) != NULL) {
246 (void) closedir(subdirp);
252 (void) closedir(subdirp);
258 (void) closedir(subdirp);
271 (void) closedir(subdirp);

Completed in 45 milliseconds