Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/common/
H A Ddisk.c44 struct open_disk { struct
84 struct open_disk *od; in ptblread()
87 od = (struct open_disk *)dev->d_opendata; in ptblread()
109 struct open_disk *od; in ptable_print()
115 od = (struct open_disk *)pa->dev->d_opendata; in ptable_print()
154 struct open_disk *od; in disk_print()
158 od = (struct open_disk *)dev->d_opendata; in disk_print()
168 struct open_disk *od; in disk_read()
171 od = (struct open_disk *)dev->d_opendata; in disk_read()
181 struct open_disk *od; in disk_write()
[all …]
/titanic_54/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) { in open_cur_file()
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) in open_disk() function
1606 if ((search_file = open_disk(devpath, O_RDWR | O_NDELAY)) < 0) { in add_device_to_disklist()
2332 if ((fd = open_disk(s, O_RDWR | O_NDELAY)) < 0) { in diskname_match()
H A Dio.c2481 if ((cur_file = open_disk(cur_disk->disk_path,
/titanic_54/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) { in get_parts()
789 open_disk(disk_t *diskp, char *opath, int len) in open_disk() function
/titanic_54/usr/src/boot/sys/boot/i386/libfirewire/
H A Dfirewire.c181 struct open_disk *od; in fw_open()