Searched defs: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, (void *(*)(void *))thr_statd_init, NULL,
244 "statd: unable to create thread for thr_statd_init\n");
253 thr_statd_init(void) function
358 (void) printf("thr_statd_init: legacy %s\n",

Completed in 66 milliseconds