Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_dir.h57 #define DAYMASK 0x1F macro
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_subr.c197 day = (LE_16(pctp->pct_date) >> DAYSHIFT) & DAYMASK; in pc_pcttotv()