Searched defs:open_device (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libuvfs/common/
H A Dioctl.c40 open_device(libuvfs_fs_t *fs) function
60 rc = open_device(fs);
79 rc = open_device(fs);
/osnet-11/usr/src/cmd/hal/utils/
H A Dacpi.c631 if ((fd = open_device(ctx,
693 if ((fd = open_device(ctx, ac_adapter_devices[i]))
720 open_device(LibHalContext *ctx, char *udi) function
/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c54 open_device(const char *device_name) function
753 if ((sg_fd = open_device(device_name)) < 0) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c779 open_device (const grub_disk_t disk, grub_disk_addr_t sector, int flags) function
837 grub_dprintf ("hostdisk", "opening the device `%s' in open_device()\n", dev);
921 grub_error (GRUB_ERR_BAD_DEVICE, "cannot open `%s' in open_device()", map[disk->id].device);
1015 fd = open_device (disk, sector, O_RDONLY);
1068 fd = open_device (disk, sector, O_WRONLY);
1088 data->fd = open_device (disk, 0, O_RDONLY);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c1186 open_device (void) function
1268 open_device ();
1284 open_device ();
1300 open_device ();

Completed in 40 milliseconds