Searched refs:conflist (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm_plat.c230 dbp->next = domp->conflist;
231 domp->conflist = dbp;
248 dbp->next = domp->conflist;
249 domp->conflist = dbp;
257 * domain. We only remove CPU from conflist here.
283 * remove CPU from conflist
286 for (dbpp = &domp->conflist; (pconf = *dbpp) != NULL; ) {
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c172 for (db = (*dompp)->conflist; (tmp = db) != NULL; ) {
177 (*dompp)->conflist = NULL;
247 * the front of conflist within this domain
252 new->next = domp->conflist;
253 domp->conflist = new;
281 for (dbp = (*dompp)->conflist; dbp; dbp = dbp->next) {
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h237 ppm_db_t *conflist; /* all devices from ppm.conf file */ member in struct:ppm_domain
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c118 for (db = domp->conflist; (tmp = db) != NULL; ) {
123 domp->conflist = NULL;
348 db->next = domp->conflist;
349 domp->conflist = db;
407 for (dbp = domp->conflist; dbp; dbp = dbp->next) {

Completed in 50 milliseconds