Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c96 static void *thr_call_statd(void *);
312 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) { in thr_statd_init()
386 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) { in thr_statd_init()
450 thr_call_statd(void *namep) in thr_call_statd() function