Searched refs:p_devs (Results 1 – 3 of 3) sorted by relevance
1322 p->p_devs = newnv(NULL, NULL, i, 0, p->p_devs); in adddev() 1399 for (nv = p->p_devs; nv->nv_next != NULL; nv = nv->nv_next) { in remove_pspec() 1407 /* nv is p->p_devs in that case */ in remove_pspec() 1408 p->p_devs = nv->nv_next; in remove_pspec() 1413 if (p->p_devs == NULL) in remove_pspec()
350 if (p->p_devs == NULL || p->p_active != DEVI_ACTIVE) in emitparents()
246 struct nvlist *p_devs; /* children using it */ member