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

/macosx-10.10/NFS-82/nfsd/
H A Dmountd.c319 void export_error(int, const char *, ...);
2101 export_error(LOG_ERR, "got options with no exported directory: %s", cp);
2110 export_error(LOG_ERR, "error processing options: %s", savedcp);
2122 export_error(LOG_ERR, "error processing pathname (out of memory)");
2127 export_error(LOG_ERR, "Directories must be first: %s", word);
2133 export_error(LOG_ERR, "pathname too long (%d > %d): %s",
2150 export_error(LOG_WARNING, "duplicate directory: %s", word);
2153 export_error(LOG_ERR, "Can't allocate memory to add directory: %s", word);
2167 export_error(LOG_ERR, "got host/group with no directory?: %s", cp);
2175 export_error(LOG_ER
3229 export_error(int level, const char *fmt, ...) function
[all...]

Completed in 177 milliseconds