open_disk
struct open_disk *od;
od = (struct open_disk *)pa->dev->dd.d_opendata;
struct open_disk *od;
od = (struct open_disk *)dev->dd.d_opendata;
struct open_disk *od;
od = (struct open_disk *)dev->dd.d_opendata;
struct open_disk *od;
od = (struct open_disk *)dev->dd.d_opendata;
struct open_disk *od = dev->dd.d_opendata;
struct open_disk *od;
od = (struct open_disk *)malloc(sizeof (struct open_disk));
struct open_disk *od;
od = (struct open_disk *)dev->dd.d_opendata;
struct open_disk *od;
od = (struct open_disk *)dev->dd.d_opendata;
if ((cur_file = open_disk(cur_disk->disk_path,
if ((cur_file = open_disk(cur_disk->disk_path,
if ((cur_file = open_disk(dkpath, O_RDWR | O_NDELAY)) < 0) {
if ((fd = open_disk(pbuf, O_RDONLY)) < 0) {
if ((search_file = open_disk(devpath, O_RDWR | O_NDELAY)) < 0) {
if ((fd = open_disk(s, O_RDWR | O_NDELAY)) < 0) {
int open_disk(char *diskname, int flags);
if ((fd = open_disk(disk, opath, opath_len)) < 0) {
static int open_disk(disk_t *diskp, char *opath, int len);