Searched refs:nodeStruct (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libowconfig/sun-src/
H A DOWconfig.c77 struct nodeStruct *nextInstance, *prevInstance;
89 struct nodeStruct { struct
92 struct nodeStruct *next;
93 struct nodeStruct *prev;
94 struct nodeStruct *parent;
95 struct nodeStruct *head; /* One end of the child list... */
96 struct nodeStruct *tail; /* The other end... */
132 static struct nodeStruct OWconfigDatabase;
140 a database nodeStruct.
151 static struct nodeStruct *instanceListHea
[all...]

Completed in 286 milliseconds