HomeSort by: relevance | last modified time | path
    Searched refs:p_devs (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/config/
sem.c 1322 p->p_devs = newnv(NULL, NULL, i, 0, p->p_devs);
1399 for (nv = p->p_devs; nv->nv_next != NULL; nv = nv->nv_next) {
1407 /* nv is p->p_devs in that case */
1408 p->p_devs = nv->nv_next;
1413 if (p->p_devs == NULL)
defs.h 246 struct nvlist *p_devs; /* children using it */ member in struct:pspec
mkioconf.c 350 if (p->p_devs == NULL || p->p_active != DEVI_ACTIVE)

Completed in 13 milliseconds