Home
last modified time | relevance | path

Searched refs:TSIGN (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_volume.h268 #define TSIGN 0x0800 macro
270 #define TINVALID (TSIGN|TOFFSET)
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c367 if (tzone & TSIGN) { in ud_dtime2utime()