/src/sys/dev/vme/ |
xyreg.h | 151 volatile u_short scnt; /* sector count, also drive status */ member in struct:xy_iopb 152 #define xy_dr_status scnt
|
xy.c | 1321 iopb->scnt = iorq->sectcnt; 1355 int scnt, char *dptr, int fullmode) 1381 fullmode, block, scnt, dptr, NULL); 1936 iopb->scnt = iorq->sectcnt; 2050 advance = iorq->sectcnt - iopb->scnt; 2059 iopb->scnt = 1;
|
xd.c | 1488 int scnt, char *dptr, int fullmode) 1531 fullmode, block, scnt, dptr, NULL);
|
/src/sys/arch/sun3/dev/ |
xyreg.h | 152 volatile u_short scnt; /* sector count, also drive status */ member in struct:xy_iopb 153 #define xy_dr_status scnt
|
xy.c | 1173 iopb->scnt = iorq->sectcnt; 1208 int scnt, char *dptr, int fullmode) 1234 fullmode, block, scnt, dptr, NULL); 1785 iopb->scnt = iorq->sectcnt; 1889 advance = iorq->sectcnt - iopb->scnt; 1898 iopb->scnt = 1;
|
xd.c | 1311 int scnt, char *dptr, int fullmode) 1354 fullmode, block, scnt, dptr, NULL);
|
/src/games/canfield/canfield/ |
canfield.c | 510 int scnt; local in function:initdeck 515 for (scnt=0; scnt<4; scnt++) { 516 s = suitmap[scnt]; 521 cards[i].color = colormap[scnt];
|
/src/sys/dev/spi/ |
spi.c | 735 spi_send_recv(spi_handle_t sh, int scnt, const uint8_t *snd, 742 spi_chunk_init(&chunk1, scnt, snd, NULL);
|
/src/sys/dev/pci/ |
satalink.c | 786 uint8_t /* scnt, sn, */ cl, ch; 850 scnt = bus_space_read_1(wdr->cmd_iot, 860 printf("%s: port %d: scnt=0x%x sn=0x%x cl=0x%x ch=0x%x\n", 862 scnt, sn, cl, ch); 869 * scnt and sn are supposed to be 0x1 for ATAPI, but in some
|