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

/freebsd-10-stable/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.h151 int mfi_lookup_drive(int fd, char *drive, uint16_t *device_id);
H A Dmfi_config.c350 error = mfi_lookup_drive(fd, cp, &device_id);
947 error = mfi_lookup_drive(fd, av[1], &device_id);
1070 error = mfi_lookup_drive(fd, av[1], &device_id);

Completed in 211 milliseconds