Home
last modified time | relevance | path

Searched refs:ts_tzone (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c522 tp->ts_tzone = SWAP16(tp->ts_tzone); in ud_swap_tstamp()
H A Dmkfs.c515 tp->ts_tzone = 0x1000 + (-tzone & 0xFFF); in setstamp()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c535 fe->fe_acc_time.ts_tzone = i16; in set_file()
565 fe->fe_attr_time.ts_tzone = i16; in set_file()
595 fe->fe_mod_time.ts_tzone = i16; in set_file()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h250 uint16_t ts_tzone; /* 00 Type and Time Zone */ member
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c363 tzone = SWAP_16(dtime->ts_tzone); in ud_dtime2utime()
474 dtime->ts_tzone = SWAP_16(0x1000); in ud_utime2dtime()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1477 SWAP_16(ts->ts_tzone), SWAP_16(ts->ts_year), ts->ts_month, in print_tstamp()