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

/netbsd-current/sys/arch/hp300/stand/common/
H A Dhpibvar.h66 int nhpibrecv(int, int, int, uint8_t *, int);
H A Dhpib.c93 rv = nhpibrecv(unit, 31, slave, (uint8_t *)&id, 2);
114 return nhpibrecv(unit, slave, sec, buf, cnt);
147 nhpibrecv(unit, slave, sec, addr, count);
H A Dnhpib.c135 nhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) function
/netbsd-current/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) function
424 nhpibrecv(hs, slave, sec, 0, 0);

Completed in 134 milliseconds