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

  /src/sys/arch/hp300/stand/common/
nhpib.c 99 nhpibsend(int unit, int slave, int sec, uint8_t *buf, int cnt) function in typeref:typename:int
  /src/sys/arch/hp300/dev/
nhpib.c 115 static int nhpibsend(struct hpibbus_softc *, int, int, void *, int);
129 nhpibsend,
296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) function in typeref:typename:int
430 nhpibsend(hs, slave, sec, addr, count);
436 nhpibsend(hs, slave, sec, 0, 0);

Completed in 15 milliseconds