HomeSort by: relevance | last modified time | path
    Searched refs:dostype (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/ofppc/stand/ofwboot/
rdb.c 56 getadostype(u_long dostype)
61 t3 = dostype & 0xffffff00;
62 b1 = dostype & 0x000000ff;
85 dostype = DOST_NBS;
86 dostype |= FS_SWAP;
89 dostype = DOST_NBR;
91 dostype = DOST_NBU;
92 dostype |= FS_BSDFFS;
94 return getadostype(dostype);
206 /* need a table size of 16 for a valid dostype */
    [all...]
  /src/sys/fs/adosfs/
adosfs.h 115 u_int32_t dostype; /* type of volume */ member in struct:adosfsmount
132 #define IS_FFS(amp) ((amp)->dostype & 1)
133 #define IS_INTER(amp) (((amp)->dostype & 7) > 1)
advfsops.c 230 /* The filesystem variant ('dostype') is stored in the boot block */
236 amp->dostype = adoswordn(bp, 0);
240 if (amp->dostype < 0x444f5300 || amp->dostype > 0x444f5305) {
  /src/sys/dev/dkwedge/
dkwedge_rdb.c 216 archtype = getarchtype(be32toh(pbp->e.dostype));
294 getarchtype(uint32_t dostype)
298 t3 = dostype & 0xffffff00;
299 b1 = dostype & 0x000000ff;
316 aprint_verbose("deprecated dostype found: 0x%x\n",
317 dostype);
334 aprint_verbose("warning unknown dostype: 0x%x\n",
335 dostype);
  /src/sys/arch/amiga/amiga/
disksubr.c 347 adt = getadostype(pbp->e.dostype);
557 getadostype(u_long dostype)
562 t3 = dostype & 0xffffff00;
563 b1 = dostype & 0x000000ff;
599 printf("found dostype: 0x%lx which is deprecated", dostype);
602 dostype = DOST_NBS;
603 dostype |= FS_SWAP;
606 dostype = DOST_NBR;
608 dostype = DOST_NBU
    [all...]
  /src/sys/arch/ofppc/ofppc/
disksubr.c 422 adt = getadostype(pbp->e.dostype);
590 getadostype(u_long dostype)
595 t3 = dostype & 0xffffff00;
596 b1 = dostype & 0x000000ff;
631 printf("found dostype: 0x%lx which is deprecated", dostype);
634 dostype = DOST_NBS;
635 dostype |= FS_SWAP;
638 dostype = DOST_NBR;
640 dostype = DOST_NBU
    [all...]
  /src/sys/sys/
disklabel_rdb.h 115 uint32_t dostype; /* 16: filesystem type */ member in struct:ados_environ
164 uint32_t dostype; /* this is a file system for this type */ member in struct:fsblock
216 uint8_t fstype; /* byte 3 from amiga dostype */

Completed in 62 milliseconds