Home
last modified time | relevance | path

Searched refs:d_subtype (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sbin/disklabel/
H A Dbswap.c83 nlp->d_subtype = bswap16(olp->d_subtype); in bswaplabel()
/netbsd-src/sys/arch/atari/stand/tostools/aptck/
H A Ddisklbl.h42 u_int16_t d_subtype; /* controller/d_type specific */ member
/netbsd-src/sys/arch/atari/stand/tostools/libtos/
H A Ddisklbl.h42 u_int16_t d_subtype; /* controller/d_type specific */ member
/netbsd-src/lib/libukfs/
H A Dukfs_int_disklabel.h54 uint16_t d_subtype; /* controller/d_type specific */ member
/netbsd-src/sys/sys/
H A Ddisklabel.h156 uint16_t d_subtype; /* controller/d_type specific */ member
248 uint16_t d_subtype; member
/netbsd-src/sys/lib/libkern/
H A Ddisklabel_swap.c67 SWAP16(d_subtype); in disklabel_swap()
/netbsd-src/sys/arch/mvme68k/mvme68k/
H A Ddisksubr.c188 clp->subtype = lp->d_subtype; in bsdtocpulabel()
263 lp->d_subtype = clp->subtype; in cputobsdlabel()
/netbsd-src/sys/arch/sh3/sh3/
H A Ddisksubr.c77 SW16(d_subtype); in swap_endian_disklabel()
163 SW16(d_subtype); in swap_mmeye_disklabel()
/netbsd-src/sys/arch/mvme68k/stand/libsa/
H A Dbugdev.c193 lp->d_subtype = (uint16_t)clp->subtype; in cputobsdlabel()
/netbsd-src/sys/dev/dkwedge/
H A Ddkwedge_bsdlabel.c173 SWAP16(d_subtype); in swap_disklabel()
/netbsd-src/distrib/utils/edlabel/
H A Dedlabel.c62 { " sub_type", dloff(d_subtype), 2 },
/netbsd-src/sys/arch/next68k/next68k/
H A Ddisksubr.c94 lp->d_subtype = 0; in parse_nextstep_label()
/netbsd-src/usr.bin/rump_allserver/
H A Drump_allserver.c522 uint16_t d_subtype; /* controller/d_type specific */ member
/netbsd-src/sys/kern/
H A Dsubr_disk.c501 lp->d_type, lp->d_subtype, lp->d_typename); in convertdisklabel()