iop.c | 226 static int iop_lct_get0(struct iop_softc *, struct i2o_lct *, int, 626 rv = iop_lct_get0(sc, &lct, sizeof(lct), chgind); 1126 iop_lct_get0(struct iop_softc *sc, struct i2o_lct *lct, int size, function in typeref:typename:int 1146 printf("iop_lct_get0: reading LCT"); 1170 if ((rv = iop_lct_get0(sc, lct, esize, 0)) != 0) { 1179 if ((rv = iop_lct_get0(sc, lct, size, 0)) != 0) {
|