STATUS_NOMATCH
rv = STATUS_NOMATCH;
case STATUS_NOMATCH:
return (STATUS_NOMATCH);
return (errno == ESRCH ? STATUS_NOMATCH : STATUS_ERROR);