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

  /src/sys/dev/scsipi/
scsipiconf.c 176 const struct scsipi_inquiry_pattern *bestmatch; local in function:scsipi_inqmatch
181 for (*bestpriority = 0, bestmatch = 0; nmatches--;
211 bestmatch = base;
215 return (bestmatch);
scsipiconf.c 176 const struct scsipi_inquiry_pattern *bestmatch; local in function:scsipi_inqmatch
181 for (*bestpriority = 0, bestmatch = 0; nmatches--;
211 bestmatch = base;
215 return (bestmatch);
scsipiconf.c 176 const struct scsipi_inquiry_pattern *bestmatch; local in function:scsipi_inqmatch
181 for (*bestpriority = 0, bestmatch = 0; nmatches--;
211 bestmatch = base;
215 return (bestmatch);

Completed in 32 milliseconds