/src/sys/arch/hp300/stand/common/ |
hpibvar.h | 66 int nhpibrecv(int, int, int, uint8_t *, int);
|
hpib.c | 93 rv = nhpibrecv(unit, 31, slave, (uint8_t *)&id, 2); 114 return nhpibrecv(unit, slave, sec, buf, cnt); 147 nhpibrecv(unit, slave, sec, addr, count);
|
nhpib.c | 135 nhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) function in typeref:typename:int
|
/src/sys/arch/hp300/dev/ |
nhpib.c | 116 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 in typeref:typename:int 424 nhpibrecv(hs, slave, sec, 0, 0);
|