Searched refs:dp_typname (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/x68k/include/
H A Ddisklabel.h49 unsigned char dp_typname[8]; /* partition name */ member in struct:dos_partition
/netbsd-current/sys/arch/x68k/stand/mboot/
H A Dmboot.c80 t = label->dosparts[0].dp_typname;
/netbsd-current/sys/arch/x68k/x68k/
H A Ddisksubr.c185 if (!memcmp(dp->dp_typname, "Human68k", 8))
187 else if (!memcmp(dp->dp_typname,
190 else if (!memcmp(dp->dp_typname,
193 else if (!memcmp(dp->dp_typname,
391 memcpy(dp->dp_typname, np, 8);

Completed in 83 milliseconds