Home | History | Annotate | Download | only in rpc.statd

Lines Matching refs:res

19 	static struct sm_stat_res res;
21 bzero((char *) &res, sizeof(res));
23 &res, TIMEOUT) != RPC_SUCCESS)
25 return (&res);
32 static struct sm_stat_res res;
34 bzero((char *) &res, sizeof(res));
36 &res, TIMEOUT) != RPC_SUCCESS)
38 return (&res);
45 static struct sm_stat res;
47 bzero((char *) &res, sizeof(res));
49 &res, TIMEOUT) != RPC_SUCCESS)
51 return (&res);
58 static struct sm_stat res;
60 bzero((char *) &res, sizeof(res));
62 &res, TIMEOUT) != RPC_SUCCESS)
64 return (&res);
71 static char res;
73 bzero((char *) &res, sizeof(res));
75 &res, TIMEOUT) != RPC_SUCCESS)
77 return ((void *) &res);
106 struct sm_stat_res *res;
107 if (res = sm_mon_1(&mon, cli))