Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c474 (void) insert_name(&recov_q.sm_recovhdp, name, 0); in thr_call_statd()
663 if ((next = recov_q.sm_recovhdp) == NULL) in sm_try()
675 delete_name(&recov_q.sm_recovhdp, nl->name); in sm_try()
1441 if ((next = recov_q.sm_recovhdp) != NULL) { in sm_crash()
1447 recov_q.sm_recovhdp = NULL; in sm_crash()
1471 recov_q.sm_recovhdp = NULL; in sm_inithash()
1527 nl = recov_q.sm_recovhdp; in pr_name()
H A Dsm_statd.h113 #define sm_recovhdp smhd_t.recov_hdptr macro