HomeSort by: relevance | last modified time | path
    Searched defs:tstamp (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/nfs/
nfsrtt.h 68 struct timeval tstamp; /* Timestamp of log entry */ member in struct:rttl
102 struct timeval tstamp; /* Timestamp of log entry */ member in struct:nfsdrt::drt
  /src/usr.sbin/rbootd/
defs.h 119 struct timeval tstamp; /* last time active */ member in struct:rmpconn_s
  /src/sbin/dmesg/
dmesg.c 152 size_t tstamp; local in function:main
267 tstamp = 0;
278 if (tstamp < sizeof(tbuf) - 1) \
279 tbuf[tstamp++] = (c); \
282 tstamp = 0; \
324 if (tstamp == 0)
329 tstamp = 0;
398 if (!tstamp && postts) {
406 if (tstamp) {
430 if (tstamp) {
    [all...]
  /src/usr.sbin/syslogd/
sign.c 514 char *tstamp; local in function:sign_send_certificate_block
527 tstamp = make_timestamp(NULL, true, (size_t)-1);
529 payload_len = snprintf(payload, sizeof(payload), "%s %c %s", tstamp,
  /src/usr.sbin/makefs/
ffs.c 473 time_t tstamp; local in function:ffs_create_image
540 tstamp = stampst.st_ctime;
542 tstamp = start_time.tv_sec;
544 srandom(tstamp);
546 fs = ffs_mkfs(image, fsopts, tstamp);
cd9660.c 667 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL); local in function:cd9660_finalize_PVD
718 tstamp);
721 tstamp);
725 tstamp);
732 tstamp);
740 time_t tstamp = stampst.st_ino ? stampst.st_mtime : time(NULL); local in function:cd9660_populate_iso_dir_record
743 cd9660_time_915(record->date, tstamp);
  /src/sys/dev/ic/
atw.c 2433 uint8_t tstamp[8]; member in union:atw_predict_beacon::__anonbc7539c1010a
2441 (void)memcpy(&ic->ic_bss->ni_tstamp, &u.tstamp[0],
arn5008.c 730 uint32_t tstamp; local in function:ar5008_rx_radiotap
734 tstamp = ds->ds_status2;
737 if ((tsf & 0x7fff) < tstamp)
739 tsf = (tsf & ~0x7fff) | tstamp;
arn9003.c 881 uint32_t tstamp; local in function:ar9003_rx_radiotap
885 tstamp = ds->ds_status3;
888 if ((tsf & 0x7fff) < tstamp)
890 tsf = (tsf & ~0x7fff) | tstamp;
ath.c 1448 u_int32_t *tstamp; local in function:ath_start
1453 tstamp = (u_int32_t *)&wh[1];
1454 tstamp[0] = htole32(tsf & 0xffffffff);
1455 tstamp[1] = htole32(tsf >> 32);
2481 /* extract tstamp from last beacon and convert to TU */
2994 "tstamp %ju\n", rstamp, (uintmax_t)tsf,
  /src/sys/dev/pci/
if_iwireg.h 396 uint8_t tstamp[8]; member in struct:iwi_associate
if_wpireg.h 245 uint64_t tstamp; member in struct:wpi_rx_tail
334 uint64_t tstamp; member in struct:wpi_cmd_tsf
560 uint64_t tstamp; member in struct:wpi_start_scan
if_iwnreg.h 554 uint64_t tstamp; member in struct:iwn_cmd_timing
1161 uint32_t tstamp; member in struct:iwn_ucode_info
1243 uint64_t tstamp; member in struct:iwn_rx_stat
1273 uint64_t tstamp; member in struct:iwn_start_scan
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 210 __u8 tstamp:1; member in struct:tcp_options
212 __u8 tstamp:1; member in struct:tcp_options
1207 __be32 tstamp; member in struct:cpl_trace_pkt

Completed in 211 milliseconds