HomeSort by: relevance | last modified time | path
    Searched refs:timestamp_sec (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
tape.h 49 uint32_t timestamp_sec; member in struct:tape_sysctl
iostat.h 60 u_int32_t timestamp_sec; member in struct:io_sysctl
  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 317 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member in struct:rpcap_pkthdr
pcap-rpcap.c 591 pkt_header->ts.tv_sec = ntohl(net_pkt_header->timestamp_sec);
  /src/sys/kern/
subr_iostat.c 442 sdrive.timestamp_sec = stats->io_busystamp.tv_sec;
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 2749 net_pkt_header->timestamp_sec = htonl((uint32)pkt_header->ts.tv_sec);

Completed in 22 milliseconds