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

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c524 tp->ts_tzone = SWAP16(tp->ts_tzone);
H A Dmkfs.c515 tp->ts_tzone = 0x1000 + (-tzone & 0xFFF);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c537 fe->fe_acc_time.ts_tzone = i16;
567 fe->fe_attr_time.ts_tzone = i16;
597 fe->fe_mod_time.ts_tzone = i16;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h250 uint16_t ts_tzone; /* 00 Type and Time Zone */ member in struct:tstamp
265 * ts_tzone
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c363 tzone = SWAP_16(dtime->ts_tzone);
474 dtime->ts_tzone = SWAP_16(0x1000);
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1488 SWAP_16(ts->ts_tzone), SWAP_16(ts->ts_year), ts->ts_month,

Completed in 103 milliseconds