Home
last modified time | relevance | path

Searched refs:exclude_ids (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/dev/mps/
HDmps.c1383 bzero(sc->exclude_ids, sizeof(sc->exclude_ids)); in mps_get_tunables()
1386 TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids)); in mps_get_tunables()
HDmpsvar.h423 char exclude_ids[80]; member
HDmps_sas.c3652 ids = &sc->exclude_ids[0]; in mpssas_check_id()
/NextBSD/sys/dev/mpr/
HDmpr.c1386 bzero(sc->exclude_ids, sizeof(sc->exclude_ids)); in mpr_get_tunables()
1389 TUNABLE_STR_FETCH(tmpstr, sc->exclude_ids, sizeof(sc->exclude_ids)); in mpr_get_tunables()
HDmprvar.h395 char exclude_ids[80]; member
HDmpr_sas.c3498 ids = &sc->exclude_ids[0]; in mprsas_check_id()