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

  /src/sys/arch/hp300/stand/common/
hpibvar.h 65 int nhpibsend(int, int, int, uint8_t *, int);
hpib.c 105 return nhpibsend(unit, slave, sec, buf, cnt);
149 nhpibsend(unit, slave, sec, addr, count);
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 28 milliseconds