end_time           74 examples/libsmbclient/smbwrapper/select.c 	struct timeval tval2, *ptval, end_time, now_time;
end_time           80 examples/libsmbclient/smbwrapper/select.c                 gettimeofday(&end_time, NULL);
end_time           81 examples/libsmbclient/smbwrapper/select.c                 end_time.tv_sec += tval->tv_sec;
end_time           82 examples/libsmbclient/smbwrapper/select.c                 end_time.tv_usec += tval->tv_usec;
end_time           83 examples/libsmbclient/smbwrapper/select.c                 end_time.tv_sec += end_time.tv_usec / 1000000;
end_time           84 examples/libsmbclient/smbwrapper/select.c                 end_time.tv_usec %= 1000000;
end_time           99 examples/libsmbclient/smbwrapper/select.c                         tval2.tv_sec = end_time.tv_sec - now_time.tv_sec;
end_time          100 examples/libsmbclient/smbwrapper/select.c 			tval2.tv_usec = end_time.tv_usec - now_time.tv_usec;
end_time          151 source3/lib/select.c 	struct timeval tval2, *ptval, end_time;
end_time          157 source3/lib/select.c 		GetTimeOfDay(&end_time);
end_time          158 source3/lib/select.c 		end_time.tv_sec += tval->tv_sec;
end_time          159 source3/lib/select.c 		end_time.tv_usec += tval->tv_usec;
end_time          160 source3/lib/select.c 		end_time.tv_sec += end_time.tv_usec / 1000000;
end_time          161 source3/lib/select.c 		end_time.tv_usec %= 1000000;
end_time          181 source3/lib/select.c 			tdif = usec_time_diff(&end_time, &now_time);
end_time          132 source3/printing/notify.c 	struct timeval end_time = timeval_zero();
end_time          185 source3/printing/notify.c 		end_time = timeval_current_ofs(timeout, 0);
end_time          194 source3/printing/notify.c 		if ((timeout != 0) && timeval_expired(&end_time)) {
end_time          989 source3/smbd/open.c 	struct timeval now, end_time;
end_time          991 source3/smbd/open.c 	end_time = timeval_sum(&request_time, &timeout);
end_time          992 source3/smbd/open.c 	return (timeval_compare(&end_time, &now) < 0);
end_time          452 source3/smbd/process.c 				struct timeval end_time,
end_time          489 source3/smbd/process.c 				  end_time,
end_time          622 source3/smbd/process.c 	struct timeval end_time;
end_time          632 source3/smbd/process.c 	end_time = timeval_sum(&request_time, &timeout);
end_time          637 source3/smbd/process.c 		  (unsigned int)end_time.tv_sec,
end_time          638 source3/smbd/process.c 		  (unsigned int)end_time.tv_usec));
end_time          640 source3/smbd/process.c 	return push_queued_message(req, request_time, end_time,
end_time          397 source4/heimdal/kdc/kaserver.c 		   time_t *end_time,
end_time          425 source4/heimdal/kdc/kaserver.c     *end_time = tmp;
end_time          445 source4/heimdal/kdc/kaserver.c     time_t end_time;
end_time          461 source4/heimdal/kdc/kaserver.c     ret = unparse_auth_args (sp, &name, &instance, &start_time, &end_time,
end_time          555 source4/heimdal/kdc/kaserver.c     max_life = end_time - kdc_time;
end_time          672 source4/heimdal/kdc/kaserver.c     time_t start_time, end_time;
end_time          821 source4/heimdal/kdc/kaserver.c 	end_time = tmp;
end_time          826 source4/heimdal/kdc/kaserver.c     max_life = end_time - kdc_time;
end_time           57 source4/ntvfs/posix/pvfs_lock.c 	struct timeval end_time;
end_time          187 source4/ntvfs/posix/pvfs_lock.c 									 pending->end_time,
end_time          322 source4/ntvfs/posix/pvfs_lock.c 		pending->end_time = 
end_time          379 source4/ntvfs/posix/pvfs_lock.c 									 pending->end_time,
end_time          907 source4/ntvfs/posix/pvfs_open.c 			      struct timeval end_time,
end_time          953 source4/ntvfs/posix/pvfs_open.c 					MSG_PVFS_RETRY_OPEN, end_time,
end_time         1129 source4/ntvfs/posix/pvfs_open.c 	struct timeval end_time;
end_time         1146 source4/ntvfs/posix/pvfs_open.c 		end_time = timeval_add(&req->statistics.request_time,
end_time         1149 source4/ntvfs/posix/pvfs_open.c 		end_time = timeval_add(&req->statistics.request_time,
end_time         1165 source4/ntvfs/posix/pvfs_open.c 		end_time = timeval_current_ofs(0, (pvfs->sharing_violation_delay*4)/5);
end_time         1166 source4/ntvfs/posix/pvfs_open.c 		end_time = timeval_min(final_timeout, &end_time);
end_time         1171 source4/ntvfs/posix/pvfs_open.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, io,
end_time          254 source4/ntvfs/posix/pvfs_rename.c 	struct timeval end_time;
end_time          257 source4/ntvfs/posix/pvfs_rename.c 		end_time = timeval_add(&req->statistics.request_time,
end_time          260 source4/ntvfs/posix/pvfs_rename.c 		end_time = timeval_add(&req->statistics.request_time,
end_time          266 source4/ntvfs/posix/pvfs_rename.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, io, NULL,
end_time          615 source4/ntvfs/posix/pvfs_setfileinfo.c 	struct timeval end_time;
end_time          618 source4/ntvfs/posix/pvfs_setfileinfo.c 		end_time = timeval_add(&req->statistics.request_time,
end_time          621 source4/ntvfs/posix/pvfs_setfileinfo.c 		end_time = timeval_add(&req->statistics.request_time,
end_time          627 source4/ntvfs/posix/pvfs_setfileinfo.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, info, NULL,
end_time           89 source4/ntvfs/posix/pvfs_unlink.c 	struct timeval end_time;
end_time           92 source4/ntvfs/posix/pvfs_unlink.c 		end_time = timeval_add(&req->statistics.request_time,
end_time           95 source4/ntvfs/posix/pvfs_unlink.c 		end_time = timeval_add(&req->statistics.request_time,
end_time          101 source4/ntvfs/posix/pvfs_unlink.c 	return pvfs_odb_retry_setup(ntvfs, req, lck, end_time, io, NULL,
end_time          136 source4/ntvfs/posix/pvfs_wait.c 				    struct timeval end_time,
end_time          155 source4/ntvfs/posix/pvfs_wait.c 	if (!timeval_is_zero(&end_time)) {
end_time          157 source4/ntvfs/posix/pvfs_wait.c 		event_add_timed(pwait->ev, pwait, end_time, pvfs_wait_timeout, pwait);