Searched refs:an_seek (Results 1 – 1 of 1) sorted by relevance
| /trueos/sys/dev/an/ |
| HD | if_an.c | 158 static int an_seek(struct an_softc *, int, int, int); 1426 if (an_seek(sc, ltv->an_type, 0, AN_BAP1)) { in an_read_record() 1532 if (an_seek(sc, ltv->an_type, 0, AN_BAP1)) in an_write_record() 1656 an_seek(struct an_softc *sc, int id, int off, int chan) in an_seek() function 1697 if (an_seek(sc, id, off, AN_BAP1)) in an_read_data() 1720 if (an_seek(sc, id, off, AN_BAP0)) in an_write_data() 1761 if (an_seek(sc, *id, 0, AN_BAP0)) in an_alloc_nicmem()
|