Searched refs:nextInstance (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
237 nextInstance = ip->nodeValue.instance.nextInstance;
239 if (nextInstance)
240 nextInstance->nodeValue.instance.prevInstance =
243 prevInstance->nodeValue.instance.nextInstance =
244 nextInstance;
246 instanceListHead = nextInstance;
491 ip->nodeValue.instance.nextInstance
[all...]

Completed in 90 milliseconds