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

  /src/sys/dev/scsipi/
scsipiconf.c 146 for (i = 0; i < PERIPH_NTAGWORDS; i++)
scsipiconf.h 353 #define PERIPH_NTAGWORDS ((256 / 8) / sizeof(u_int32_t))
427 u_int32_t periph_freetags[PERIPH_NTAGWORDS];
scsipi_base.c 386 for (word = 0; word < PERIPH_NTAGWORDS; word++) {
392 if (word == PERIPH_NTAGWORDS) {

Completed in 13 milliseconds