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

/illumos-gate/usr/src/cmd/filesync/
H A Ddebug.c147 ERR_INVAL, "invalid arguments",
273 return (ERR_INVAL);
278 return (ERR_INVAL);
283 return (ERR_INVAL);
289 return (ERR_INVAL);
351 return (ERR_INVAL);
H A Dfilesync.h104 #define ERR_INVAL 32 /* invalid arguments */ macro
109 #define ERR_FATAL (ERR_FILES|ERR_INVAL|ERR_NOBASE|ERR_OTHER)
H A Dmain.c162 exit(ERR_INVAL);
170 exit(ERR_INVAL);
193 errs |= ERR_INVAL;
210 errs |= ERR_INVAL;
221 errs |= ERR_INVAL;
237 errs |= ERR_INVAL;
248 errs |= ERR_INVAL;
252 errs |= ERR_INVAL;
257 if (errs & ERR_INVAL) {
276 errs |= ERR_INVAL;
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c72 #define ERR_INVAL "package instance <%s> is invalid" macro
353 progerr(gettext(ERR_INVAL), pkginst);

Completed in 59 milliseconds