Symbol: twe_get_param
sys/dev/raid/twe/twe.c
1418
if ((twe_get_param(sc, TWE_PARAM_AEN, TWE_PARAM_AEN_UnitCode, 2, twe_handle_aen)) == NULL)
sys/dev/raid/twe/twe.c
1661
p[0] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_FW, 16, NULL);
sys/dev/raid/twe/twe.c
1662
p[1] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_BIOS, 16, NULL);
sys/dev/raid/twe/twe.c
1667
p[2] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_Mon, 16, NULL);
sys/dev/raid/twe/twe.c
1668
p[3] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_PCB, 8, NULL);
sys/dev/raid/twe/twe.c
1669
p[4] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_ATA, 8, NULL);
sys/dev/raid/twe/twe.c
1670
p[5] = twe_get_param(sc, TWE_PARAM_VERSION, TWE_PARAM_VERSION_PCI, 8, NULL);
sys/dev/raid/twe/twe.c
1691
p[0] = twe_get_param(sc, TWE_PARAM_DRIVESUMMARY, TWE_PARAM_DRIVESUMMARY_Status, 16, NULL);
sys/dev/raid/twe/twe.c
1697
p[1] = twe_get_param(sc, TWE_PARAM_DRIVEINFO + i, TWE_PARAM_DRIVEINFO_Model, 40, NULL);
sys/dev/raid/twe/twe.c
219
if ((drives = twe_get_param(sc, TWE_PARAM_UNITSUMMARY, TWE_PARAM_UNITSUMMARY_Status,
sys/dev/raid/twe/twe.c
254
if ((param = twe_get_param(sc, table, TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL)) == NULL) {
sys/dev/raid/twe/twe.c
49
static void *twe_get_param(struct twe_softc *sc, int table_id, int parameter_id, size_t size,
sys/dev/raid/twe/twe.c
639
param = twe_get_param(sc, tp->tp_table_id, tp->tp_param_id, tp->tp_size, NULL);
sys/dev/raid/twe/twe.c
733
if ((param = twe_get_param(sc, table_id, param_id, 1, NULL)) == NULL)
sys/dev/raid/twe/twe.c
745
if ((param = twe_get_param(sc, table_id, param_id, 2, NULL)) == NULL)
sys/dev/raid/twe/twe.c
757
if ((param = twe_get_param(sc, table_id, param_id, 4, NULL)) == NULL)