Searched defs:check_device (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsetpci.c80 static int check_bus, check_device, check_function; variable
98 if (check_device && grub_pci_get_device (dev) != device)
194 check_bus = check_device = check_function = 0;
223 check_device = 1;
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dpata.c275 check_device (struct grub_pata_device *dev) function
324 err = check_device (dev);
481 err = check_device (devfnd);
/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c443 check_device (const char *device) function
694 /* In floppies, write the map, whether check_device succeeds
699 if (check_device (name))
749 if (check_device (name))
769 if (check_device (name))
789 if (check_device (name))
818 if (check_device (name))
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c266 check_device(libzfs_handle_t *hdl, const char *path, boolean_t force, function
1199 ret = check_device(hdl, path, force, isspare);

Completed in 30 milliseconds