Home
last modified time | relevance | path

Searched refs:centisec (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/fs/udf/
Decma167-udf.h247 uint8_t centisec; member
Dudf_subr.c4305 100*timestamp->hund_usec + 10000*timestamp->centisec; in udf_timestamp_to_timespec()
4353 timestamp->centisec = csec; in udf_timespec_to_timestamp()
/netbsd/src/sbin/newfs_udf/
Dudf_core.c866 usecs = timestamp->usec + 100*timestamp->hund_usec + 10000*timestamp->centisec; in udf_timestamp_to_timespec()
947 timestamp->centisec = csec; in udf_timespec_to_timestamp()