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

/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c55 #define ERR_OK 0 /* exit status for success */ macro
339 int error = ERR_OK;
349 if (!found_one && error == ERR_OK) {
377 return (ERR_OK);
388 return (ERR_OK);
396 int error = ERR_OK;
434 int errors = ERR_OK;
473 int errors = ERR_OK;
636 return (ERR_OK);
791 return (ERR_OK);
[all...]
/illumos-gate/usr/src/cmd/filesync/
H A Dfilesync.h98 #define ERR_OK 0 /* everything is fine */ macro
H A Dmain.c123 errmask_t errs = ERR_OK;
/illumos-gate/usr/src/cmd/pbind/
H A Dpbind.c50 #define ERR_OK 0 /* exit status for success */ macro
306 return (ERR_OK);
551 if (ret != ERR_OK)

Completed in 57 milliseconds