Home
last modified time | relevance | path

Searched refs:mpt_lookup_volume (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/mptutil/
H A Dmpt_volume.c90 error = mpt_lookup_volume(fd, av[1], &VolumeBus, &VolumeID); in volume_name()
154 error = mpt_lookup_volume(fd, av[1], &VolumeBus, &VolumeID); in volume_status()
231 error = mpt_lookup_volume(fd, av[1], &VolumeBus, &VolumeID); in volume_cache()
H A Dmptutil.h127 int mpt_lookup_volume(int fd, const char *name, U8 *VolumeBus,
H A Dmpt_config.c806 error = mpt_lookup_volume(fd, av[1], &VolumeBus, &VolumeID); in delete_volume()
844 error = mpt_lookup_volume(fd, name, &VolumeBus, &VolumeID); in find_volume_spare_pool()
1239 error = mpt_lookup_volume(fd, av[1], &VolumeBus, &VolumeID); in debug_config()
H A Dmpt_cmd.c294 mpt_lookup_volume(int fd, const char *name, U8 *VolumeBus, U8 *VolumeID) in mpt_lookup_volume() function