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

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

Completed in 13 milliseconds