HomeSort by: relevance | last modified time | path
    Searched defs:fhpibsend (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
fhpib.c 83 fhpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) function in typeref:typename:int
  /src/sys/arch/hp300/dev/
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);

Completed in 12 milliseconds