Searched refs:shadowclients (Results 1 – 3 of 3) sorted by relevance
54 struct shadowclients *, int);64 struct shadowclients *scc; in pass3b()179 clear_shadow_client(struct shadowclientinfo *sci, struct shadowclients *scc, in clear_shadow_client()309 struct shadowclients *scc; in bufchk()
278 struct shadowclients { struct281 struct shadowclients *next; /* link to more client inode numbers */ argument286 struct shadowclients *clients; /* a linked list of wads of clients */
1691 static struct shadowclients *1692 newshadowclient(struct shadowclients *prev) in newshadowclient()1694 struct shadowclients *rc; in newshadowclient()1696 rc = (struct shadowclients *)malloc(sizeof (*rc)); in newshadowclient()1714 struct shadowclients *scc; in registershadowclient()1783 struct shadowclients *clients, *discard; in deshadow()