Searched refs:scnt (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/arch/sun3/dev/ |
H A D | xyreg.h | 152 volatile u_short scnt; /* sector count, also drive status */ member 153 #define xy_dr_status scnt
|
H A D | xy.c | 1173 iopb->scnt = iorq->sectcnt; in xyc_rqtopb() 1208 int scnt, char *dptr, int fullmode) in xyc_cmd() argument 1234 fullmode, block, scnt, dptr, NULL); in xyc_cmd() 1785 iopb->scnt = iorq->sectcnt; in xyc_remove_iorq() 1889 advance = iorq->sectcnt - iopb->scnt; in xyc_error() 1898 iopb->scnt = 1; in xyc_error()
|
H A D | xd.c | 1311 int scnt, char *dptr, int fullmode) in xdc_cmd() argument 1354 fullmode, block, scnt, dptr, NULL); in xdc_cmd()
|
/netbsd-src/sys/dev/vme/ |
H A D | xyreg.h | 151 volatile u_short scnt; /* sector count, also drive status */ member 152 #define xy_dr_status scnt
|
H A D | xy.c | 1321 iopb->scnt = iorq->sectcnt; in xyc_rqtopb() 1355 int scnt, char *dptr, int fullmode) in xyc_cmd() argument 1381 fullmode, block, scnt, dptr, NULL); in xyc_cmd() 1936 iopb->scnt = iorq->sectcnt; in xyc_remove_iorq() 2050 advance = iorq->sectcnt - iopb->scnt; in xyc_error() 2059 iopb->scnt = 1; in xyc_error()
|
H A D | xd.c | 1488 int scnt, char *dptr, int fullmode) in xdc_cmd() argument 1531 fullmode, block, scnt, dptr, NULL); in xdc_cmd()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | variable.c | 371 int scnt; in lookup_variable() local 374 scnt = 0; in lookup_variable() 378 scnt++; in lookup_variable() 382 if (scnt > 0) in lookup_variable() 387 nvalue = alloca (strlen (value) + scnt + 1); in lookup_variable()
|
/netbsd-src/games/canfield/canfield/ |
H A D | canfield.c | 510 int scnt; in initdeck() local 515 for (scnt=0; scnt<4; scnt++) { in initdeck() 516 s = suitmap[scnt]; in initdeck() 521 cards[i].color = colormap[scnt]; in initdeck()
|
/netbsd-src/sys/dev/spi/ |
H A D | spi.c | 662 spi_send_recv(struct spi_handle *sh, int scnt, const uint8_t *snd, in spi_send_recv() argument 669 spi_chunk_init(&chunk1, scnt, snd, NULL); in spi_send_recv()
|
/netbsd-src/sys/dev/pci/ |
H A D | satalink.c | 850 scnt = bus_space_read_1(wdr->cmd_iot, in sii3112_drv_probe() 862 scnt, sn, cl, ch); in sii3112_drv_probe()
|