iop.c | 485 printf("%s: unable to retrieve HRT\n", device_xname(sc->sc_dev)); 1068 iop_hrt_get0(struct iop_softc *sc, struct i2o_hrt *hrt, int size) 1082 iop_msg_map(sc, im, mb, hrt, size, 0, NULL); 1095 struct i2o_hrt hrthdr, *hrt; local in function:iop_hrt_get 1102 DPRINTF(("%s: %d hrt entries\n", device_xname(sc->sc_dev), 1107 hrt = malloc(size, M_DEVBUF, M_WAITOK); 1108 if ((rv = iop_hrt_get0(sc, hrt, size)) != 0) { 1109 free(hrt, M_DEVBUF); 1115 sc->sc_hrt = hrt;
|