Searched refs:prevInstance (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; member in struct:instanceStruct
227 struct nodeStruct *nextInstance, *prevInstance; local
238 prevInstance = ip->nodeValue.instance.prevInstance;
240 nextInstance->nodeValue.instance.prevInstance =
241 prevInstance;
242 if (prevInstance)
243 prevInstance->nodeValue.instance.nextInstance =
248 instanceListTail = prevInstance;
492 ip->nodeValue.instance.prevInstance
[all...]

Completed in 11 milliseconds