Home
last modified time | relevance | path

Searched defs:dsk (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/i386/common/
H A Ddrv.h30 struct dsk { struct
40 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk); argument
/freebsd/stand/efi/gptboot/
H A Ddrv.h29 struct dsk { struct
35 int drvread(struct dsk *dskp, void *buf, daddr_t lba, unsigned nblk); argument
H A Dproto.c43 static struct dsk dsk; variable
/freebsd/stand/i386/boot2/
H A Dboot2.c91 static struct dsk { struct
99 } dsk; argument
/freebsd/stand/i386/isoboot/
H A Disoboot.c80 static struct dsk dsk; variable
/freebsd/stand/i386/gptboot/
H A Dgptboot.c117 struct dsk dsk; member