HomeSort by: relevance | last modified time | path
    Searched defs:dos (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/i386/stand/dosboot/
dosfile.h 35 FS_DEF(dos); variable
dosfile.h 35 FS_DEF(dos); variable
  /src/sbin/fdisk/
fdisk.c 161 * For historic reasons the BIOS geometry is the called the dos geometry!
271 static void dos(int, unsigned char *, unsigned char *, unsigned char *);
1827 dos(le32toh(partp->mbrp_start),
1829 dos(le32toh(partp->mbrp_start) + le32toh(partp->mbrp_size) - 1,
2286 dos(start, &partp->mbrp_scyl, &partp->mbrp_shd, &partp->mbrp_ssect);
2287 dos(start + size - 1,
2467 * Change real numbers into strange dos numbers *
2470 dos(int sector, unsigned char *cylinderp, unsigned char *headp, function
fdisk.c 161 * For historic reasons the BIOS geometry is the called the dos geometry!
271 static void dos(int, unsigned char *, unsigned char *, unsigned char *);
1827 dos(le32toh(partp->mbrp_start),
1829 dos(le32toh(partp->mbrp_start) + le32toh(partp->mbrp_size) - 1,
2286 dos(start, &partp->mbrp_scyl, &partp->mbrp_shd, &partp->mbrp_ssect);
2287 dos(start + size - 1,
2467 * Change real numbers into strange dos numbers *
2470 dos(int sector, unsigned char *cylinderp, unsigned char *headp, function
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_mtree.c 1751 int mb, dos; local
1753 mb = dos = 0;
1762 dos = 1;
1766 if (!mb || !dos)
archive_write_set_format_mtree.c 1751 int mb, dos; local
1753 mb = dos = 0;
1762 dos = 1;
1766 if (!mb || !dos)
archive_write_set_format_iso9660.c 4676 int mb, dos; local
4678 mb = dos = 0;
4687 dos = 1;
4691 if (!mb || !dos)
archive_write_set_format_iso9660.c 4676 int mb, dos; local
4678 mb = dos = 0;
4687 dos = 1;
4691 if (!mb || !dos)

Completed in 58 milliseconds