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

/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c38 * begin with NOTIFY_NAME. This source file contains #define
39 * compiler directives set the values of NOTIFY_DIR and NOTIFY_NAME.
50 * remounting) through the named pipe NOTIFY_NAME to tell filemgr to
131 #define NOTIFY_NAME "notify" /* named pipe to talk over */ macro
922 len = strlen(NOTIFY_NAME);
924 if (strncmp(dir_entryp->d_name, NOTIFY_NAME, len)

Completed in 57 milliseconds