Searched refs:start_time (Results 26 - 50 of 59) sorted by relevance

123

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/
H A Dwalk.c428 stbuf.st_ctime = start_time.tv_sec;
431 stbuf.st_ctimensec = start_time.tv_nsec;
516 dirnode->inode->st.st_ctime = start_time.tv_sec;
520 dirnode->inode->st.st_ctimensec = start_time.tv_nsec;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen.h52 struct timeval start_time; /* start of current test */ member in struct:__anon2458
414 GETTIMEOFDAY(&(state)->start_time); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c360 krb5_deltat start_time = 0; local
483 start_time = tmp;
515 start_time,
526 start_time,
556 start_time,
/netbsd-6-1-5-RELEASE/sbin/raidctl/
H A Draidctl.c982 struct timeval start_time; local
994 if (gettimeofday(&start_time,NULL) == -1)
1002 current_time = start_time;
1014 elapsed_sec = current_time.tv_sec - start_time.tv_sec;
1015 elapsed_usec = current_time.tv_usec - start_time.tv_usec;
/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dmkfs.c449 sblock.fs_id[0] = start_time.tv_sec;
465 sblock.fs_time = start_time.tv_sec;
467 sblock.fs_old_time = start_time.tv_sec;
523 initcg(cylno, start_time.tv_sec, fsopts);
536 sblock.fs_time = start_time.tv_sec;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Das.c126 static long start_time; variable
973 long run_time = get_run_time () - start_time;
1135 start_time = get_run_time ();
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dmessage.c68 static uint64_t start_time; variable
271 start_time = my_time();
525 return my_time() - start_time;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_connect.c293 time_t start_time; local
295 start_time = time((time_t *) 0);
330 port, start_time, sess_flags));
/netbsd-6-1-5-RELEASE/usr.bin/audio/record/
H A Drecord.c77 static struct timeval start_time; variable in typeref:struct:timeval
334 (void)gettimeofday(&start_time, NULL);
335 while (no_time_limit || timeleft(&start_time, &record_time)) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/
H A Dqueryperf.c1852 struct timeval start_time; local
1872 start_time.tv_sec = program_start->tv_sec;
1873 start_time.tv_usec = program_start->tv_usec;
1879 start_time.tv_sec = first_query->tv_sec;
1880 start_time.tv_usec = first_query->tv_usec;
1974 ctime((const time_t *)&start_time.tv_sec));
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-server-info.c67 tim = ctime(&start_time);
H A Dtmux.c46 time_t start_time; variable
H A Dserver.c156 start_time = time(NULL);
/netbsd-6-1-5-RELEASE/games/atc/
H A Dlog.c199 thisscore.real_time = time(0) - start_time;
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_disk.c157 time_t start_time; member in struct:archive_write_disk
489 fe->atime = a->start_time;
497 fe->mtime = a->start_time;
849 a->start_time = time(NULL);
1930 time_t atime = a->start_time, mtime = a->start_time;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsymfile.c1975 struct timeval start_time, end_time;
2038 gettimeofday (&start_time, NULL);
2074 &start_time, &end_time);
2086 report_transfer_performance (unsigned long data_count, time_t start_time,
2091 start.tv_sec = start_time;
2103 const struct timeval *start_time,
2110 time_count = (end_time->tv_sec - start_time->tv_sec) * 1000;
2111 time_count += (end_time->tv_usec - start_time->tv_usec) / 1000;
1973 struct timeval start_time, end_time; local
2084 report_transfer_performance(unsigned long data_count, time_t start_time, time_t end_time) argument
2098 print_transfer_performance(struct ui_file *stream, unsigned long data_count, unsigned long write_count, const struct timeval *start_time, const struct timeval *end_time) argument
H A Dremote-m32r-sdi.c1227 struct timeval start_time, end_time; local
1277 gettimeofday (&start_time, NULL);
1391 print_transfer_performance (gdb_stdout, data_count, 0, &start_time,
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dmain.c212 static struct timeval start_time; /* Time when link was started. */ variable in typeref:struct:timeval
539 gettimeofday(&start_time, NULL);
1258 gettimeofday(&start_time, NULL);
1274 link_connect_time = now.tv_sec - start_time.tv_sec;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius_server.c239 * start_time - Timestamp of server start
241 struct os_time start_time; member in struct:radius_server_data
1234 os_get_time(&data->start_time);
1351 uptime = (now.sec - data->start_time.sec) * 100 +
1352 ((now.usec - data->start_time.usec) / 10000) % 100;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Ddglib.pm140 $ret{start_time} = $time;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dserverloop.c810 double start_time, total_time; local
813 start_time = get_current_time();
875 total_time = get_current_time() - start_time;
H A Dclientloop.c1378 double start_time, total_time; local
1386 start_time = get_current_time();
1639 total_time = get_current_time() - start_time;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Deventlib.c484 struct timespec start_time; local
490 start_time = evNowTime();
572 interval = evSubTime(evNowTime(), start_time);
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/machine/
H A Dm_linuxthr.c96 unsigned long start_time; member in struct:top_proc
634 proc->start_time = strtoul(p, &p, 10); /* start_time */
764 else if ((elapsed = (now - boottime)*HZ - proc->start_time) > 0)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/tests/
H A Ddig8.c302 struct timeval tv1, tv2, start_time, end_time, query_time; local
947 (void) gettimeofday(&start_time, NULL);
977 query_time = difftv(start_time, end_time);

Completed in 500 milliseconds

123