Searched refs:mfi_lookup_drive (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_drive.c161 mfi_lookup_drive(int fd, char *drive, uint16_t *device_id) function
396 error = mfi_lookup_drive(fd, drive, &device_id);
511 error = mfi_lookup_drive(fd, av[1], &device_id);
568 error = mfi_lookup_drive(fd, av[1], &device_id);
624 error = mfi_lookup_drive(fd, av[1], &device_id);
690 error = mfi_lookup_drive(fd, av[1], &device_id);
750 error = mfi_lookup_drive(fd, av[1], &device_id);
H A Dmfiutil.h154 int mfi_lookup_drive(int fd, char *drive, uint16_t *device_id);
H A Dmfi_config.c351 error = mfi_lookup_drive(fd, cp, &device_id);
948 error = mfi_lookup_drive(fd, av[1], &device_id);
1071 error = mfi_lookup_drive(fd, av[1], &device_id);

Completed in 78 milliseconds