Home
last modified time | relevance | path

Searched refs:sm_recovhdp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c476 (void) insert_name(&recov_q.sm_recovhdp, name, 0); in thr_call_statd()
667 if ((next = recov_q.sm_recovhdp) == NULL) in sm_try()
679 delete_name(&recov_q.sm_recovhdp, nl->name); in sm_try()
1446 if ((next = recov_q.sm_recovhdp) != NULL) { in sm_crash()
1452 recov_q.sm_recovhdp = NULL; in sm_crash()
1476 recov_q.sm_recovhdp = NULL; in sm_inithash()
1532 nl = recov_q.sm_recovhdp; in pr_name()
H A Dsm_statd.h113 #define sm_recovhdp smhd_t.recov_hdptr macro