Searched defs:firstcall (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c997 int firstcall, error = 0; local
1027 firstcall = 1;
1040 (!is_recov || !firstcall)) {
1053 firstcall = 0;
1231 int firstcall; local
1278 firstcall = 1;
1302 (!is_recov || !firstcall)) {
1312 !is_recov || !firstcall) {
1323 firstcall = 0;
/illumos-gate/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1033 boolean_t firstcall = (prev->ss_snaptime == 0); local
1041 info, curr_req, prev_req, firstcall);
1049 info, curr_req, prev_req, firstcall);
1058 boolean_t firstcall)
1081 if (firstcall) {
1054 smbstat_srv_process_one_req( smbstat_req_info_t *info, smb_kstat_req_t *curr_req, smb_kstat_req_t *prev_req, boolean_t firstcall) argument

Completed in 68 milliseconds