fhpibsend
static int fhpibsend(struct hpibbus_softc *, int, int, void *, int);
fhpibsend,
(void) fhpibsend(hs, slave, sec, addr, count);
if (fhpibsend(hs, slave, sec, 0, 0) < 0) {
(void)fhpibsend(hs, slave, sec, 0, 0);
return (fhpibsend(unit, slave, sec, buf, cnt));
fhpibsend(unit, slave, sec, addr, count);
int fhpibsend(int, int, int, uint8_t *, int);