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

/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c131 #define ERR_PERROR 0x4 /* append an errno explanation to */ macro
323 if (flags & ERR_PERROR) {
405 errmsg(ERR_FATAL + ERR_PERROR, "failed to open %s:", file);
769 errmsg(ERR_PERROR, "cannot canonicalize %s:", dir);
928 errmsg(ERR_PERROR, "cannot fork process:");
937 errmsg(ERR_PERROR, "cannot execute %s:", cmd_path);
951 errmsg(ERR_PERROR, "waitpid error:");
2081 errmsg(ERR_PERROR,
2149 errmsg(ERR_PERROR, "%s: ", file);

Completed in 64 milliseconds