Searched defs: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 *);
313 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) {
315 "statd: unable to create thr_call_statd() "
387 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) {
389 "statd: unable to create thr_call_statd() "
452 thr_call_statd(void *namep) function
496 "thr_call_statd: can't read "
509 printf("thr_call_statd: path over"

Completed in 46 milliseconds