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

  /src/sys/arch/next68k/next68k/
disksubr.c 132 if (strncmp(ondisk->cd_partitions[i].cp_type,
231 (!strncmp (ondisk->cd_partitions[t].cp_type,
265 memset(p->cp_type, 0, NEXT68K_LABEL_MAXFSTLEN);
266 strncpy(p->cp_type,
  /src/sys/sys/
chio.h 97 int cp_type; /* element type */ member in struct:changer_position_request
bootblock.h 1199 char cp_type[NEXT68K_LABEL_MAXFSTLEN]; /* file system type name */ member in struct:next68k_partition
  /src/sys/dev/scsipi/
ch.c 689 if (cp->cp_type > CHET_DT)
691 if (cp->cp_unit > (sc->sc_counts[cp->cp_type] - 1))
697 dst = sc->sc_firsts[cp->cp_type] + cp->cp_unit;
  /src/bin/chio/
chio.c 361 cmd.cp_type = parse_element_type(*argv);

Completed in 16 milliseconds