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

  /src/lib/libukfs/
ukfs_int_disklabel.h 54 uint16_t d_subtype; /* controller/d_type specific */ member in struct:ukfs__disklabel
  /src/sys/arch/atari/stand/tostools/aptck/
disklbl.h 42 u_int16_t d_subtype; /* controller/d_type specific */ member in struct:disklabel
  /src/sys/arch/atari/stand/tostools/libtos/
disklbl.h 42 u_int16_t d_subtype; /* controller/d_type specific */ member in struct:disklabel
  /src/sbin/disklabel/
bswap.c 83 nlp->d_subtype = bswap16(olp->d_subtype);
  /src/sys/lib/libkern/
disklabel_swap.c 67 SWAP16(d_subtype);
  /src/sys/sys/
disklabel.h 156 uint16_t d_subtype; /* controller/d_type specific */ member in struct:disklabel
248 uint16_t d_subtype; member in struct:olddisklabel
  /src/sys/arch/mvme68k/mvme68k/
disksubr.c 188 clp->subtype = lp->d_subtype;
263 lp->d_subtype = clp->subtype;
  /src/sys/arch/mvme68k/stand/libsa/
bugdev.c 193 lp->d_subtype = (uint16_t)clp->subtype;
  /src/sys/arch/sh3/sh3/
disksubr.c 77 SW16(d_subtype);
163 SW16(d_subtype);
  /src/sys/dev/dkwedge/
dkwedge_bsdlabel.c 173 SWAP16(d_subtype);
  /src/distrib/utils/edlabel/
edlabel.c 62 { " sub_type", dloff(d_subtype), 2 },
  /src/usr.bin/rump_allserver/
rump_allserver.c 522 uint16_t d_subtype; /* controller/d_type specific */ member in struct:rumpserver_disklabel
  /src/sys/arch/next68k/next68k/
disksubr.c 94 lp->d_subtype = 0;
  /src/sys/kern/
subr_disk.c 501 lp->d_type, lp->d_subtype, lp->d_typename);

Completed in 33 milliseconds