fhpib.c | 113 static int fhpibsend(struct hpibbus_softc *, int, int, void *, int); 127 fhpibsend, 235 fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) function in typeref:typename:int 287 printf("%s: fhpibsend failed: slave %d, sec %x, ", 423 (void) fhpibsend(hs, slave, sec, addr, count); 430 if (fhpibsend(hs, slave, sec, 0, 0) < 0) { 434 (void)fhpibsend(hs, slave, sec, 0, 0);
|