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

/osnet-11/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c288 * removed from state.qhead. state.qnext points
296 prev = cp, cp = cp->qnext) {
309 prev->qnext = cp->qnext;
312 cp->qnext = state.qtail;
351 cp->qnext = state.qtail;
360 prev = prev->qnext) {
361 if (prev->qnext != lru)
364 prev->qnext = NULL;
456 cp = cp->qnext;
[all...]
H A Dad_common.h99 struct nssad_cfg *qnext; member in struct:nssad_cfg

Completed in 16 milliseconds