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

  /src/sys/dev/dkwedge/
dkwedge_rdb.c 111 uint8_t archtype; local in function:dkwedge_discover_rdb
216 archtype = getarchtype(be32toh(pbp->e.dostype));
218 archtype = ADT_UNKNOWN;
220 switch (archtype) {
248 ptype = archtype_to_ptype(archtype);
342 archtype_to_ptype(unsigned char archtype)
345 switch (archtype) {
  /src/sys/sys/
disklabel_rdb.h 215 uint8_t archtype; /* see ADT_xxx below */ member in struct:adostype
232 ((adt).archtype >= ADT_NETBSDROOT && (adt).archtype <= ADT_NETBSDUSER)

Completed in 14 milliseconds