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

/freebsd-current/usr.sbin/mfiutil/
H A Dmfiutil.c126 const char *pn, *mfi_type; local
134 mfi_type = MRSAS_TYPE;
136 mfi_type = MFI_TYPE;
153 mfi_type = optarg;
161 if (asprintf(&mfi_device, "%s%s%d", _PATH_DEV, mfi_type,
166 if (asprintf(&temp, "%s%s%d", _PATH_DEV, mfi_type,

Completed in 123 milliseconds