Lines Matching refs:loclist
90 static const char **fixloc(const char *, struct attr *, struct loclist *);
328 defattr0(const char *name, struct loclist *locs, struct attrlist *deps,
341 defattr(const char *name, struct loclist *locs, struct attrlist *deps,
401 defiattr(const char *name, struct loclist *locs, struct attrlist *deps,
406 struct loclist *ll;
431 defdevclass(const char *name, struct loclist *locs, struct attrlist *deps,
513 defdev(struct devbase *dev, struct loclist *loclist, struct attrlist *attrs,
516 struct loclist *ll;
537 if (loclist != NULL) {
538 ll = loclist;
539 loclist = NULL; /* defattr disposes of them for us */
600 loclist_destroy(loclist);
1269 adddev(const char *name, const char *at, struct loclist *loclist, int flags)
1326 if ((i->i_locs = fixloc(name, attr, loclist)) == NULL) {
1342 loclist_destroy(loclist);
2232 fixloc(const char *name, struct attr *attr, struct loclist *got)
2234 struct loclist *m, *n;