Lines Matching refs:export_error

319 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_ERR, "Can't allocate memory to add host/group: %s", cp);
2192 export_error(LOG_ERR, "Can't allocate memory to add host/group: %s", cp);
2207 export_error(LOG_ERR, "Can't allocate memory to add netgroup - %s", name);
2229 export_error(LOG_ERR, "Can't allocate memory to add netgroup:host - %s", name, hst);
2244 export_error(LOG_WARNING, "couldn't get address for host: %s", name);
2254 export_error(LOG_ERR, "Can't allocate memory to add host - %s", name);
2282 export_error(LOG_ERR, "bad export options");
2288 export_error(LOG_ERR, "no valid hosts found for export");
2299 export_error(LOG_ERR, "can't specify both network and hosts on same line");
2306 export_error(LOG_ERR, "Can't allocate memory to add network - %s",
2316 export_error(LOG_ERR, "no directories for export entry?");
2332 export_error(LOG_WARNING, "path contains non-directory or non-existent components: %s", dirl->dl_dir);
2341 export_error(LOG_ERR, "no usable directories in export entry and no fallback");
2345 export_error(LOG_WARNING, "no usable directories in export entry");
2349 export_error(LOG_ERR, "statfs failed (%s (%d)) for path: %s",
2357 export_error(LOG_ERR, "file system path (%s) does not match fspath (%s) and no fallback",
2362 export_error(LOG_WARNING, "file system path (%s) does not match fspath (%s)",
2367 export_error(LOG_WARNING, "Exported file system (%s) doesn't match best guess (%s).",
2370 export_error(LOG_WARNING, "Suggest using fspath=/path and/or fsuuid=uuid to disambiguate.");
2374 export_error(LOG_ERR, "couldn't get UUID for volume: %s", fsb.f_mntonname);
2381 export_error(LOG_ERR, "file system UUID (%s) does not match fsuuid (%s) and no fallback",
2386 export_error(LOG_WARNING, "file system UUID (%s) does not match fsuuid (%s)",
2394 export_error(LOG_WARNING, "using fallback (marked offline): %s", bestulp->ul_mntonname);
2411 export_error(LOG_ERR, "Can't allocate memory to export volume: %s",
2429 export_error(LOG_WARNING, "path contains non-directory or non-existent components: %s", dirl->dl_dir);
2433 export_error(LOG_WARNING, "statfs failed (%s (%d)) for path: %s",
2438 export_error(LOG_WARNING, "Volume mismatch for: %s\ndirectories must be on same volume", dirl->dl_dir);
2464 export_error(LOG_ERR, "%s conflicts with existing export %s",
2499 export_error(LOG_ERR, "exported dir/fs mismatch: %s %s",
2512 export_error(LOG_ERR, "unable to get export ID for %s", dirl->dl_dir);
2522 export_error(LOG_ERR, "can't allocate memory for export %s", dirl->dl_dir);
2532 export_error(LOG_ERR, "export option conflict for %s", xd->xd_dir);
2551 export_error(LOG_ERR, "kernel export registration failed: "
2556 export_error(LOG_ERR, "kernel export registration failed");
2577 export_error(LOG_WARNING, "mount subdirectory export option conflict for %s",
2580 export_error(LOG_WARNING, "unable to add mount subdirectory for %s, %s",
3229 export_error(int level, const char *fmt, ...)