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);
|