Lines Matching refs:sci
63 struct shadowclientinfo *sci; in pass3b() local
165 for (sci = shadowclientinfo; sci; sci = sci->next) { in pass3b()
166 if ((statemap[sci->shadow] & STMASK) != SSTATE) { in pass3b()
167 for (scc = sci->clients; scc; scc = scc->next) { in pass3b()
169 clear_shadow_client(sci, scc, i); in pass3b()
179 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client() argument
188 scc->client[client], sci->shadow); in clear_shadow_client()
227 TRACK_LNCNTP(sci->shadow, lncntp[sci->shadow]++); in clear_shadow_client()
308 struct shadowclientinfo *sci; in bufchk() local
544 for (sci = shadowclientinfo; sci != NULL; sci = sci->next) in bufchk()
545 if (sci->shadow == inum) in bufchk()
547 if ((sci == NULL) || (sci->clients == NULL)) in bufchk()
551 for (scc = sci->clients; scc != NULL; scc = scc->next) { in bufchk()