Searched refs:mpt_lookup_volume (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_volume.c | 90 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 D | mptutil.h | 127 int mpt_lookup_volume(int fd, const char *name, U8 *VolumeBus,
|
H A D | mpt_config.c | 806 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 D | mpt_cmd.c | 294 mpt_lookup_volume(int fd, const char *name, U8 *VolumeBus, U8 *VolumeID) in mpt_lookup_volume() function
|