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

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c882 struct dirent *dir_entryp; local
923 while (dir_entryp = readdir(dirp)) {
924 if (strncmp(dir_entryp->d_name, NOTIFY_NAME, len)
933 NOTIFY_DIR, dir_entryp->d_name);

Completed in 46 milliseconds