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 1327 p->p_devs = newnv(NULL, NULL, i, 0, p->p_devs);
1404 for (nv = p->p_devs; nv->nv_next != NULL; nv = nv->nv_next) {
1412 /* nv is p->p_devs in that case */
1413 p->p_devs = nv->nv_next;
1418 if (p->p_devs == NULL)
defs.h 246 struct nvlist *p_devs; /* children using it */ member in struct:pspec
mkioconf.c 422 if (p->p_devs == NULL || p->p_active != DEVI_ACTIVE)

Completed in 18 milliseconds