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

  /src/sys/dev/sun/
disklabel.h 40 * @(#)sun_disklabel.h 8.1 (Berkeley) 6/11/93
87 struct sun_disklabel { /* total size = 512 bytes */ struct
disksubr.c 95 struct sun_disklabel *slp;
141 slp = (struct sun_disklabel *) clp->cd_block;
178 struct sun_disklabel *slp;
186 slp = (struct sun_disklabel *)clp->cd_block;
215 * The rest of this was taken from arch/sparc/scsi/sun_disklabel.c
242 struct sun_disklabel *sl;
249 sl = (struct sun_disklabel *)cp;
338 struct sun_disklabel *sl;
347 sl = (struct sun_disklabel *)cp;
  /src/sys/arch/luna68k/luna68k/
disksubr.c 35 * were originally taken from arch/sparc/scsi/sun_disklabel.c
100 * were originally taken from arch/sparc/scsi/sun_disklabel.c
181 struct sun_disklabel *slp;
230 slp = (struct sun_disklabel *)clp->cd_block;
277 * The rest of this was taken from arch/sparc/scsi/sun_disklabel.c
304 struct sun_disklabel *sl;
310 sl = (struct sun_disklabel *)cp;
401 struct sun_disklabel *sl;
410 sl = (struct sun_disklabel *)cp;
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 226 * The rest of this was taken from arch/sparc64/scsi/sun_disklabel.c
253 struct sun_disklabel *sl;
259 sl = (struct sun_disklabel *)cp;
331 struct sun_disklabel *slp;
355 slp = (struct sun_disklabel *) buf;
  /src/sys/dev/vme/
xy.c 271 struct sun_disklabel *sdl;
290 sdl = (struct sun_disklabel *)xy->sc_dk.dk_cpulabel->cd_block;
xd.c 355 struct sun_disklabel *sdl;
374 sdl = (struct sun_disklabel *)xd->sc_dk.dk_cpulabel->cd_block;
  /src/sys/arch/sun3/dev/
xy.c 274 struct sun_disklabel *sdl;
290 sdl = (struct sun_disklabel *)xy->sc_dk.dk_cpulabel->cd_block;
xd.c 342 struct sun_disklabel *sdl;
358 sdl = (struct sun_disklabel *)xd->sc_dk.dk_cpulabel->cd_block;

Completed in 65 milliseconds