Searched refs:IDE_cdate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h198 #define IDE_cdate(x) (&((uchar_t *)x)[18]) macro
213 #define IDE_CDATE(x) IDE_cdate(x)
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1064 hs_parse_dirdate(IDE_cdate(bufp), &hdp->cdate);
1065 hs_parse_dirdate(IDE_cdate(bufp), &hdp->adate);
1066 hs_parse_dirdate(IDE_cdate(bufp), &hdp->mdate);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c977 hs_parse_dirdate(IDE_cdate(dirp), &hdp->cdate);
978 hs_parse_dirdate(IDE_cdate(dirp), &hdp->adate);
979 hs_parse_dirdate(IDE_cdate(dirp), &hdp->mdate);

Completed in 50 milliseconds