Lines Matching defs:attrlist
400 * struct devtabent *mkdevtabent(alias, attrlist)
402 * char **attrlist
405 * alias <alias> using the information in the attribute list <attrlist>.
406 * The <attrlist> contains data of the form attr=value where attr is
411 * attrlist The attributes and values for that alias
427 char **attrlist) /* Attributes of new entry */
457 devtabent->attrlist = NULL; /* attr list */
461 if ((pp = attrlist) != NULL)
548 if ((attrval = devtabent->attrlist) != NULL)
577 else devtabent->attrlist = attrval;
688 if ((attrval = rec->attrlist) != NULL) do { /* Attributes */
721 if ((attrval = rec->attrlist) != NULL)
899 if (ent->attrlist) {
901 if ((new = chg->attrlist) != NULL) do {
904 for (old = ent->attrlist; !found && old;
928 else chg->attrlist = new->next;
930 new->next = ent->attrlist;
931 ent->attrlist = new;
944 ent->attrlist = chg->attrlist;
945 chg->attrlist = NULL;
1171 if ((attrval = modent->attrlist) != NULL) do {
1183 modent->attrlist = attrval->next;
1185 attrval = modent->attrlist;