Searched refs:open_disk (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/format/ |
H A D | startup.h | 102 int open_disk(char *diskname, int flags);
|
H A D | menu_fdisk.c | 340 if ((cur_file = open_disk(dkpath, O_RDWR | O_NDELAY)) < 0) { in open_cur_file() 837 if ((fd = open_disk(pbuf, O_RDONLY)) < 0) {
|
H A D | main.c | 375 if ((cur_file = open_disk(cur_disk->disk_path,
|
H A D | startup.c | 1288 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 D | io.c | 2481 if ((cur_file = open_disk(cur_disk->disk_path,
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | partition.c | 65 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
|