Lines Matching refs:dostime
1572 ushort_t dostime; in write_DOS_label() local
1587 dostime = tp->tm_sec / 2; in write_DOS_label()
1588 dostime |= tp->tm_min << 5; in write_DOS_label()
1589 dostime |= tp->tm_hour << 11; in write_DOS_label()
1593 fat_rdir[0x16] = getlobyte(dostime); in write_DOS_label()
1594 fat_rdir[0x17] = gethibyte(dostime); in write_DOS_label()
1705 ushort_t dostime; in write_NEC_DOS_label() local
1720 dostime = tp->tm_sec / 2; in write_NEC_DOS_label()
1721 dostime |= tp->tm_min << 5; in write_NEC_DOS_label()
1722 dostime |= tp->tm_hour << 11; in write_NEC_DOS_label()
1726 fat_rdir[0x16] = getlobyte(dostime); in write_NEC_DOS_label()
1727 fat_rdir[0x17] = gethibyte(dostime); in write_NEC_DOS_label()