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

  /src/usr.bin/config/
lint.c 174 for (nv1 = a->a_devs; nv1 != NULL; nv1 = nv1->nv_next)
sem.c 736 a->a_devs = addtoattr(a->a_devs, dev);
1235 if (attr != NULL && onlist(attr->a_devs, ib))
1257 if (onlist(attr->a_devs, ib))
1612 for (nv = a->a_devs; nv != NULL; nv = nv->nv_next) {
defs.h 185 * using this attribute (e.g., "tg0 at scsi0"). The a_devs field
204 struct nvlist *a_devs; /* children */ member in struct:attr
main.c 2117 for (nv1 = a->a_devs; nv1 != NULL; nv1 = nv1->nv_next) {

Completed in 15 milliseconds