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

/illumos-gate/usr/src/boot/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;
196 od = (struct open_disk *)pa->dev->d_opendata;
228 struct open_disk *od;
232 od = (struct open_disk *)dev->d_opendata;
242 struct open_disk *o
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dstartup.h102 int open_disk(char *diskname, int flags);
H A Dmenu_fdisk.c341 if ((cur_file = open_disk(dkpath, O_RDWR | O_NDELAY)) < 0) {
848 if ((fd = open_disk(pbuf, O_RDONLY)) < 0) {
H A Dmain.c375 if ((cur_file = open_disk(cur_disk->disk_path,
H A Dstartup.c1288 open_disk(char *diskname, int flags) function
1606 if ((search_file = open_disk(devpath, O_RDWR | O_NDELAY)) < 0) {
2332 if ((fd = open_disk(s, O_RDWR | O_NDELAY)) < 0) {
H A Dio.c2481 if ((cur_file = open_disk(cur_disk->disk_path,
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpartition.c65 static int open_disk(disk_t *diskp, char *opath, int len);
567 if ((fd = open_disk(disk, opath, opath_len)) < 0) {
789 open_disk(disk_t *diskp, char *opath, int len) function
/illumos-gate/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c174 struct open_disk *od;

Completed in 511 milliseconds