Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/udf/
H A Decma167-udf.h240 uint16_t type_tz; member
H A Dudf_subr.c4312 tz = udf_rw16(timestamp->type_tz); in udf_timestamp_to_timespec()
4319 if (udf_rw16(timestamp->type_tz) & 0x1000) { in udf_timestamp_to_timespec()
4346 timestamp->type_tz = udf_rw16((1<<12) + 0); in udf_timespec_to_timestamp()
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c887 tz = udf_rw16(timestamp->type_tz); in udf_timestamp_to_timespec()
895 if (udf_rw16(timestamp->type_tz) & 0x1000) in udf_timestamp_to_timespec()
928 timestamp->type_tz = udf_rw16((1<<12) + 0); in udf_timespec_to_timestamp()