Searched defs:attr_node (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c33 struct attr_node { struct
42 static void merge_attrs(struct attr_node *, char *);
442 ((struct attr_node *)n1)->tag,
443 ((struct attr_node *)n2)->tag);
446 static void merge_attrs(struct attr_node *n, char *vals) {
459 struct attr_node *n, **res;
502 struct attr_node *n, **res;
554 struct attr_node *n;
558 n = *(struct attr_node **)node;
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dlist.c67 typedef struct attr_node { struct
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c326 * chained through `cs_list'. Each element in the list is of type `attr_node'
330 typedef struct attr_node { struct
332 struct attr_node *an_next;

Completed in 51 milliseconds