HomeSort by: relevance | last modified time | path
    Searched defs:rtypestr (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/bioctl/
bioctl.c 237 const char *status, *rtypestr, *stripestr; local in function:bio_show_volumes
241 rtypestr = stripestr = NULL;
300 rtypestr = "Hot spare";
304 rtypestr = "Pass through";
308 rtypestr = "RAID 0+1";
311 rtypestr = "RAID 1+0";
320 if (rtypestr)
321 strlcpy(rtype, rtypestr, sizeof(rtype));

Completed in 33 milliseconds