Lines Matching defs:attrval
134 struct attrval *attrval; /* Ptr to attr val pair */
158 if ((attrval = devtabent->attrlist) != NULL) {
161 while ((attrval = attrval->next) != NULL);
189 if (noerror && (attrval = devtabent->attrlist)) {
191 if (*pp = malloc(strlen(attrval->attr)+1))
193 (void) strcpy(*pp++, attrval->attr);
195 } while (noerror && (attrval = attrval->next));