/src/sys/arch/hp300/stand/common/ |
fhpib.c | 123 fhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) function in typeref:typename:int
|
fhpib.c | 123 fhpibrecv(int unit, int slave, int sec, uint8_t *buf, int cnt) function in typeref:typename:int
|
/src/sys/arch/hp300/dev/ |
fhpib.c | 114 static int fhpibrecv(struct hpibbus_softc *, int, int, void *, int); 128 fhpibrecv, 296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) function in typeref:typename:int 348 printf("%s: fhpibrecv failed: slave %d, sec %x, ", 402 if (fhpibrecv(hs, slave, sec, 0, 0) < 0) { 406 (void)fhpibrecv(hs, slave, sec, 0, 0);
|
fhpib.c | 114 static int fhpibrecv(struct hpibbus_softc *, int, int, void *, int); 128 fhpibrecv, 296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) function in typeref:typename:int 348 printf("%s: fhpibrecv failed: slave %d, sec %x, ", 402 if (fhpibrecv(hs, slave, sec, 0, 0) < 0) { 406 (void)fhpibrecv(hs, slave, sec, 0, 0);
|