Home
last modified time | relevance | path

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

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