Searched refs:thr_call_statd (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/statd/ |
H A D | sm_statd.c | 96 static void *thr_call_statd(void *); 313 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) { in thr_statd_init() 387 if (thr_create(NULL, 0, thr_call_statd, name, 0, NULL)) { in thr_statd_init() 452 thr_call_statd(void *namep) in thr_call_statd() function
|