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

/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dhpibvar.h79 int nhpibsend(int, int, int, uint8_t *, int);
H A Dhpib.c105 return nhpibsend(unit, slave, sec, buf, cnt);
149 nhpibsend(unit, slave, sec, addr, count);
H A Dnhpib.c99 nhpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) function
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dnhpib.c115 static int nhpibsend(struct hpibbus_softc *, int, int, void *, int);
129 nhpibsend,
296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) function
430 nhpibsend(hs, slave, sec, addr, count);
436 nhpibsend(hs, slave, sec, 0, 0);

Completed in 107 milliseconds