Home
last modified time | relevance | path

Searched refs:p_devs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/config/
H A Dsem.c1322 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()
H A Dmkioconf.c350 if (p->p_devs == NULL || p->p_active != DEVI_ACTIVE) in emitparents()
H A Ddefs.h246 struct nvlist *p_devs; /* children using it */ member