Home
last modified time | relevance | path

Searched refs:nhpibrecv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dhpib.c93 rv = nhpibrecv(unit, 31, slave, (uint8_t *)&id, 2); in hpibid()
114 return nhpibrecv(unit, slave, sec, buf, cnt); in hpibrecv()
147 nhpibrecv(unit, slave, sec, addr, count); in hpibgo()
H A Dhpibvar.h66 int nhpibrecv(int, int, int, uint8_t *, int);
H A Dnhpib.c135 nhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) in nhpibrecv() function
/netbsd-src/sys/arch/hp300/dev/
H A Dnhpib.c116 static int nhpibrecv(struct hpibbus_softc *, int, int, void *, int);
130 nhpibrecv,
351 nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) in nhpibrecv() function
424 nhpibrecv(hs, slave, sec, 0, 0); in nhpibgo()