bsd_to_linux_errno
frame->tf_rax = bsd_to_linux_errno(error);
frame->tf_rax = bsd_to_linux_errno(error);
td->td_frame->tf_x[0] = bsd_to_linux_errno(error);
int bsd_to_linux_errno(int error);
nlerr->error = bsd_to_linux_errno(nlerr->error);
si.exit.rval = bsd_to_linux_errno(sr.sr_error);
newval = -bsd_to_linux_errno(newval);
frame->tf_eax = bsd_to_linux_errno(error);