Symbol: open_disk
sbin/fdisk/fdisk.c
127
static int open_disk(void);
sbin/fdisk/fdisk.c
216
if (open_disk() < 0)
sbin/fdisk/fdisk.c
223
rv = open_disk();
sbin/fdisk/fdisk.c
230
if (open_disk() < 0)
stand/boot/pc32/libi386/biosdisk.c
1016
bd_read(struct open_disk *od, daddr_t dblk, int blks, caddr_t dest)
stand/boot/pc32/libi386/biosdisk.c
106
static int bd_getgeom(struct open_disk *od);
stand/boot/pc32/libi386/biosdisk.c
107
static int bd_read(struct open_disk *od, daddr_t dblk, int blks,
stand/boot/pc32/libi386/biosdisk.c
109
static int bd_write(struct open_disk *od, daddr_t dblk, int blks,
stand/boot/pc32/libi386/biosdisk.c
114
static void bd_printslice(struct open_disk *od, struct dos_partition *dp,
stand/boot/pc32/libi386/biosdisk.c
1156
bd_write(struct open_disk *od, daddr_t dblk, int blks, caddr_t dest)
stand/boot/pc32/libi386/biosdisk.c
116
static void bd_printbsdslice(struct open_disk *od, daddr_t offset,
stand/boot/pc32/libi386/biosdisk.c
1296
bd_getgeom(struct open_disk *od)
stand/boot/pc32/libi386/biosdisk.c
1357
struct open_disk *od;
stand/boot/pc32/libi386/biosdisk.c
140
static int bd_opendisk(struct open_disk **odp, struct i386_devdesc *dev);
stand/boot/pc32/libi386/biosdisk.c
141
static void bd_closedisk(struct open_disk *od);
stand/boot/pc32/libi386/biosdisk.c
142
static int bd_bestslice(struct open_disk *od);
stand/boot/pc32/libi386/biosdisk.c
143
static void bd_chainextended(struct open_disk *od, u_int32_t base,
stand/boot/pc32/libi386/biosdisk.c
261
struct open_disk *od;
stand/boot/pc32/libi386/biosdisk.c
305
bd_printslice(struct open_disk *od, struct dos_partition *dp, char *prefix,
stand/boot/pc32/libi386/biosdisk.c
445
bd_printbsdslice(struct open_disk *od, daddr_t offset, char *prefix,
stand/boot/pc32/libi386/biosdisk.c
508
struct open_disk *od;
stand/boot/pc32/libi386/biosdisk.c
526
bd_opendisk(struct open_disk **odp, struct i386_devdesc *dev)
stand/boot/pc32/libi386/biosdisk.c
531
struct open_disk *od;
stand/boot/pc32/libi386/biosdisk.c
541
od = (struct open_disk *)malloc(sizeof(struct open_disk));
stand/boot/pc32/libi386/biosdisk.c
773
bd_chainextended(struct open_disk *od, u_int32_t base, u_int32_t offset)
stand/boot/pc32/libi386/biosdisk.c
877
bd_bestslice(struct open_disk *od)
stand/boot/pc32/libi386/biosdisk.c
921
struct open_disk *od = (struct open_disk *)(((struct i386_devdesc *)(f->f_devdata))->d_kind.biosdisk.data);
stand/boot/pc32/libi386/biosdisk.c
928
bd_closedisk(struct open_disk *od)
stand/boot/pc32/libi386/biosdisk.c
943
struct open_disk *od = (struct open_disk *)(((struct i386_devdesc *)devdata)->d_kind.biosdisk.data);
stand/boot/pc32/libi386/biosdisk.c
953
struct open_disk *od = (struct open_disk *)(((struct i386_devdesc *)devdata)->d_kind.biosdisk.data);