Searched refs:dostime (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1572 ushort_t dostime; local
1587 dostime = tp->tm_sec / 2;
1588 dostime |= tp->tm_min << 5;
1589 dostime |= tp->tm_hour << 11;
1593 fat_rdir[0x16] = getlobyte(dostime);
1594 fat_rdir[0x17] = gethibyte(dostime);
1705 ushort_t dostime; local
1720 dostime = tp->tm_sec / 2;
1721 dostime |= tp->tm_min << 5;
1722 dostime |
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/mkfs/
H A Dmkfs.c2777 ushort_t dostime; local
2783 dostime = tp->tm_sec / 2;
2784 dostime |= tp->tm_min << 5;
2785 dostime |= tp->tm_hour << 11;
2789 dep->pcd_mtime.pct_time = htols(dostime);

Completed in 68 milliseconds