tag | line | file | source code |
---|---|---|---|
switches | 1480 | drivers/block/sbpcd.c | u_char switches; |
switches | 1529 | drivers/block/sbpcd.c | switches=infobuf[0]; |
switches | 1530 | drivers/block/sbpcd.c | if ((switches&0x80)!=0) vol0=0; |
switches | 1531 | drivers/block/sbpcd.c | if ((switches&0x40)!=0) vol1=0; |
switches | 1534 | drivers/block/sbpcd.c | if ((switches&0x20)!=0) chan0=1; |
switches | 1535 | drivers/block/sbpcd.c | if ((switches&0x10)!=0) chan1=0; |