Searched refs:rerror (Results 1 – 2 of 2) sorted by relevance
3542 nmreq_copyout(struct nmreq_header *hdr, int rerror) in nmreq_copyout() argument3551 return rerror; in nmreq_copyout()3560 if (!rerror) { in nmreq_copyout()3565 rerror = error; in nmreq_copyout()3584 rerror = error; in nmreq_copyout()3589 if (!rerror && !src->nro_status) { in nmreq_copyout()3595 rerror = error; in nmreq_copyout()3608 return rerror; in nmreq_copyout()
623 int rerror; in ATF_TC_BODY() member680 const int experr = atf_user_is_root() ? t->rerror : t->uerror; in ATF_TC_BODY()