Home
last modified time | relevance | path

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.c1065 hs_parse_dirdate(IDE_cdate(bufp), &hdp->cdate); in hs_dodates()
1066 hs_parse_dirdate(IDE_cdate(bufp), &hdp->adate); in hs_dodates()
1067 hs_parse_dirdate(IDE_cdate(bufp), &hdp->mdate); in hs_dodates()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c977 hs_parse_dirdate(IDE_cdate(dirp), &hdp->cdate); in hs_parsedir()
978 hs_parse_dirdate(IDE_cdate(dirp), &hdp->adate); in hs_parsedir()
979 hs_parse_dirdate(IDE_cdate(dirp), &hdp->mdate); in hs_parsedir()