nfs_sigintr
int nfs_sigintr (struct nfsmount *, struct nfsreq *, struct thread *);
if (nfs_sigintr(nmp, NULL, td))
if (error && intrflg && nfs_sigintr(nmp, NULL, td))
if (intrflg && nfs_sigintr(nmp, NULL, td)) {
if (nfs_sigintr(nmp, req, req->r_td)) {
if (nfs_sigintr(nmp, rep, td)) {
if (nfs_sigintr(nmp, rep, (rep ? rep->r_td : NULL))) {
(error = nfs_sigintr(nmp, rep, rep->r_td)) != 0){
error = nfs_sigintr(nmp, rep, rep->r_td);
error = nfs_sigintr(nmp, rep, rep->r_td);
if (nfs_sigintr(nmp, NULL, td)) {