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

  /src/sys/sys/
tape.h 50 uint32_t timestamp_usec; member in struct:tape_sysctl
iostat.h 61 u_int32_t timestamp_usec; member in struct:io_sysctl
  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 318 uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */ member in struct:rpcap_pkthdr
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
ppolicy.c 1544 struct berval timestamp, timestamp_usec; local
1578 timestamp_usec.bv_val = nowstr_usec;
1579 timestamp_usec.bv_len = timestamp.bv_len;
1580 snprintf( timestamp_usec.bv_val + timestamp_usec.bv_len-1, sizeof(".123456Z"), ".%06dZ", now_usec.tt_nsec / 1000 );
1581 timestamp_usec.bv_len += STRLENOF(".123456");
1595 ber_dupbv( &m->sml_values[0], &timestamp_usec );
1596 ber_dupbv( &m->sml_nvalues[0], &timestamp_usec );
1814 ber_dupbv( &m->sml_values[0], &timestamp_usec );
1815 ber_dupbv( &m->sml_nvalues[0], &timestamp_usec );
    [all...]

Completed in 32 milliseconds