Lines Matching refs:sci
61 struct shadowclientinfo *sci; in pass3b() local
163 for (sci = shadowclientinfo; sci; sci = sci->next) { in pass3b()
164 if ((statemap[sci->shadow] & STMASK) != SSTATE) { in pass3b()
165 for (scc = sci->clients; scc; scc = scc->next) { in pass3b()
167 clear_shadow_client(sci, scc, i); in pass3b()
177 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client() argument
186 scc->client[client], sci->shadow); in clear_shadow_client()
225 TRACK_LNCNTP(sci->shadow, lncntp[sci->shadow]++); in clear_shadow_client()
306 struct shadowclientinfo *sci; in bufchk() local
542 for (sci = shadowclientinfo; sci != NULL; sci = sci->next) in bufchk()
543 if (sci->shadow == inum) in bufchk()
545 if ((sci == NULL) || (sci->clients == NULL)) in bufchk()
549 for (scc = sci->clients; scc != NULL; scc = scc->next) { in bufchk()