Searched refs:drive_open_disk (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c135 fd = drive_open_disk(dp->p.disk, NULL, 0);
312 if ((fd = drive_open_disk(media[i]->p.disk, NULL, 0)) < 0) {
597 if ((fd = drive_open_disk(dp, NULL, 0)) >= 0) {
H A Dslice.c642 if ((fd = drive_open_disk(desc->p.disk, NULL, 0)) < 0) {
779 if ((fd = drive_open_disk(dp, NULL, 0)) >= 0) {
879 if ((fd = drive_open_disk(diskp, NULL, 0)) < 0) {
H A Ddrive.c427 fd = drive_open_disk(dp->p.disk, opath, sizeof (opath));
584 if ((fd = drive_open_disk(diskp, NULL, 0)) >= 0) {
631 if ((fd = drive_open_disk(dp->p.disk, NULL, 0)) < 0) {
673 drive_open_disk(disk_t *diskp, char *opath, int len) function
1049 fd = drive_open_disk(dp, NULL, 0);
1206 fd = drive_open_disk(dp, NULL, 0);
H A Ddisks_private.h187 int drive_open_disk(disk_t *diskp, char *opath, int len);

Completed in 32 milliseconds