Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c94 static void *thr_statd_init(void *);
241 if (thr_create(NULL, 0, thr_statd_init, NULL, THR_DETACHED, NULL)) { in statd_init()
252 thr_statd_init(void *arg __unused) in thr_statd_init() function