Home | History | Annotate | Download | only in disktest

Lines Matching refs:time_struct

62 	fmt_time_t time_struct;
307 time_struct = format_time(hread_time);
310 hread_time, time_struct.hours,
311 time_struct.minutes,
312 time_struct.seconds);
315 time_struct = format_time(hwrite_time);
318 hwrite_time, time_struct.hours,
319 time_struct.minutes,
320 time_struct.seconds);
325 time_struct = format_time(read_time);
328 read_time, time_struct.hours,
329 time_struct.minutes,
330 time_struct.seconds);
333 time_struct = format_time(write_time);
336 write_time, time_struct.hours,
337 time_struct.minutes,
338 time_struct.seconds);
343 time_struct = format_time(gr_time);
346 gr_time, time_struct.days,
347 time_struct.hours,
348 time_struct.minutes,
349 time_struct.seconds);
352 time_struct = format_time(gw_time);
355 gw_time, time_struct.days,
356 time_struct.hours,
357 time_struct.minutes,
358 time_struct.seconds);
360 time_struct =
366 time_struct.days, time_struct.hours,
367 time_struct.minutes, time_struct.seconds);