Searched refs:i2o_lct_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/pst/
H A Dpst-iop.h50 struct i2o_lct_entry *lct;
399 struct i2o_lct_entry { struct
436 #define I2O_LCT_ENTRYSIZE (sizeof(struct i2o_lct_entry)/sizeof(u_int32_t))
444 struct i2o_lct_entry entry[1];
646 int pst_add_raid(struct iop_softc *, struct i2o_lct_entry *);
H A Dpst-iop.c297 #define ALLOCSIZE (PAGE_SIZE + (256 * sizeof(struct i2o_lct_entry)))
323 if (!(sc->lct = malloc(reply->table_size * sizeof(struct i2o_lct_entry),
329 reply->table_size * sizeof(struct i2o_lct_entry));
H A Dpst-raid.c60 struct i2o_lct_entry *lct;
88 pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct)

Completed in 58 milliseconds