Lines Matching refs:diskpath
537 char diskpath[MAXPATHLEN]; in read_mbr() local
549 fd = opendisk(disk, O_RDONLY, diskpath, sizeof(diskpath), 0); in read_mbr()
672 char diskpath[MAXPATHLEN]; in write_mbr() local
687 diskpath, sizeof(diskpath), 0); in write_mbr()
2647 char diskpath[MAXPATHLEN]; in mbr_free_wedge() local
2650 *fd = opendisk(disk, O_RDWR, diskpath, in mbr_free_wedge()
2651 sizeof(diskpath), 0); in mbr_free_wedge()
2694 char diskpath[MAXPATHLEN]; in mbr_destroy_part_scheme() local
2699 fd = opendisk(arg->disk, O_RDWR, diskpath, sizeof(diskpath), 0); in mbr_destroy_part_scheme()
2998 char diskpath[MAXPATHLEN]; in add_wedge() local
3009 fd = opendisk(disk, O_RDWR, diskpath, sizeof(diskpath), 0); in add_wedge()