OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ttaken
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/dump/
tape.c
228
time_t tnow,
ttaken
;
local in function:do_stats
232
ttaken
= tnow - tstart_volume;
235
if (
ttaken
> 0) {
237
(int) (
ttaken
/ 3600), (int) ((
ttaken
% 3600) / 60),
238
(int) (
ttaken
% 60));
240
(int) (blocks /
ttaken
));
241
xferrate += blocks /
ttaken
;
tape.c
228
time_t tnow,
ttaken
;
local in function:do_stats
232
ttaken
= tnow - tstart_volume;
235
if (
ttaken
> 0) {
237
(int) (
ttaken
/ 3600), (int) ((
ttaken
% 3600) / 60),
238
(int) (
ttaken
% 60));
240
(int) (blocks /
ttaken
));
241
xferrate += blocks /
ttaken
;
Completed in 25 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025