Searched refs:open_disk (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dbiosdisk.c68 struct open_disk { struct
102 static int bd_getgeom(struct open_disk *od);
103 static int bd_read(struct open_disk *od, daddr_t dblk, int blks,
105 static int bd_write(struct open_disk *od, daddr_t dblk, int blks,
110 static void bd_printslice(struct open_disk *od, struct pc98_partition *dp,
112 static void bd_printbsdslice(struct open_disk *od, daddr_t offset,
136 static int bd_opendisk(struct open_disk **odp, struct i386_devdesc *dev);
137 static void bd_closedisk(struct open_disk *od);
138 static int bd_open_pc98(struct open_disk *od, struct i386_devdesc *dev);
139 static int bd_bestslice(struct open_disk *o
[all...]
/freebsd-9.3-release/sys/boot/common/
H A Ddisk.c46 struct open_disk { struct
66 struct open_disk *od;
118 entry->od = (struct open_disk *)dev->d_opendata;
177 struct open_disk *od;
180 od = (struct open_disk *)dev->d_opendata;
190 struct open_disk *od;
195 od = (struct open_disk *)pa->dev->d_opendata;
224 struct open_disk *od;
228 od = (struct open_disk *)dev->d_opendata;
239 struct open_disk *o
[all...]
/freebsd-9.3-release/lib/libdisk/
H A DMakefile7 _open_disk= open_disk.c
/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c161 static int open_disk(int flag);
247 if (open_disk(u_flag) < 0)
603 open_disk(int flag) function
/freebsd-9.3-release/sys/boot/i386/libfirewire/
H A Dfirewire.c174 struct open_disk *od;
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c248 static int open_disk(int flag);
329 if (open_disk(u_flag) < 0)
727 open_disk(int flag) function

Completed in 74 milliseconds