Lines Matching defs:current
45 int blockswritten = 0; /* number of blocks written on current tape */
46 uint_t tapeno = 0; /* current tape number */
47 daddr32_t filenum = 0; /* current file number on tape */
1290 struct timeval current[1];
1338 (void) gettimeofday(current, NULL);
1341 current->tv_usec += 1000000;
1342 current->tv_sec--;
1345 *emilli += (current->tv_sec - clockstart->tv_sec) * 1000;
1347 *emilli += (current->tv_usec - clockstart->tv_usec) / 1000;
1351 bcopy(current, clockstart, sizeof (current));