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

/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dstartup.h102 int open_disk(char *diskname, int flags);
H A Dmenu_fdisk.c340 if ((cur_file = open_disk(dkpath, O_RDWR | O_NDELAY)) < 0) {
837 if ((fd = open_disk(pbuf, O_RDONLY)) < 0) {
H A Dmain.c375 if ((cur_file = open_disk(cur_disk->disk_path,
H A Dstartup.c1284 open_disk(char *diskname, int flags) function
1598 if ((search_file = open_disk(devpath, O_RDWR | O_NDELAY)) < 0) {
2306 if ((fd = open_disk(s, O_RDWR | O_NDELAY)) < 0) {
H A Dio.c2480 if ((cur_file = open_disk(cur_disk->disk_path,
/opensolaris-onvv-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

Completed in 110 milliseconds