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

  /src/usr.bin/config/
util.c 346 attrlist_cons(struct attrlist *next, struct attr *a) function in typeref:struct:attrlist *
defs.h 678 struct attrlist *attrlist_cons(struct attrlist *, struct attr *);
sem.c 197 a->a_deps = attrlist_cons(a->a_deps, newa);
542 attrs = attrlist_cons(attrs, getattr(dev->d_name));
1748 fakedev->d_attrs = attrlist_cons(NULL, attr);
gram.y 1274 return attrlist_cons(next, a);

Completed in 17 milliseconds