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

  /src/sys/dev/ic/
siop.c 75 #define SIOP_NSLOTS 40
1110 for (slot = SIOP_NSLOTS - 1; slot >= 0; slot--) {
1498 for (; slot < SIOP_NSLOTS; slot++) {
1507 if (slot == SIOP_NSLOTS) {
  /src/sys/arch/bebox/stand/boot/
siop.c 658 #define SIOP_NSLOTS 0x40
659 for (; slot < SIOP_NSLOTS; slot++) {
667 if (slot == SIOP_NSLOTS) {
  /src/sys/arch/prep/stand/boot/
siop.c 637 #define SIOP_NSLOTS 0x40
638 for (; slot < SIOP_NSLOTS; slot++) {
646 if (slot == SIOP_NSLOTS) {

Completed in 17 milliseconds