Lines Matching refs:ecode
704 int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY; in waitfor() local
729 } else if ((j = j_lookup(cp, &ecode))) { in waitfor()
742 if (ecode != JL_NOSUCH) in waitfor()
743 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in waitfor()
766 int rv = 0, ecode; in j_kill() local
773 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_kill()
777 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_kill()
812 int ecode, rv = 0; in j_resume() local
818 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_resume()
820 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_resume()
955 int ecode; in j_jobs() local
957 if ((j = j_lookup(cp, &ecode)) == NULL) { in j_jobs()
961 bi_errorf("%s: %s", cp, lookup_msgs[ecode]); in j_jobs()