Searched refs:statd_call_statd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c92 static int statd_call_statd(char *name);
271 * regular file in backup directory to initiate statd_call_statd.
312 /* Create a thread to do a statd_call_statd for name */
386 /* Create a thread to do a statd_call_statd for name */
449 * Work thread to make call to statd_call_statd.
458 * otherwise if statd_call_statd was successful, remove from backup.
460 if (statd_call_statd(name) != 0) {
541 statd_call_statd(char *name) function
557 (void) printf("statd_call_statd at %s\n", name);
580 (void) printf("statd_call_statd
[all...]

Completed in 44 milliseconds