taglinefilesource code
sccfreelist211drivers/char/scc.cstatic struct sccbuf *sccfreelist[MAX_IBUFS] = {0};
sccfreelist299drivers/char/scc.csccfreelist[i] = sccb;
sccfreelist300drivers/char/scc.csccfreelist[i]->bp = bp;
sccfreelist301drivers/char/scc.cmemset(sccfreelist[i]->bp ,0,sizeof(struct mbuf));
sccfreelist302drivers/char/scc.csccfreelist[i]->inuse = 0;
sccfreelist303drivers/char/scc.csccfreelist[i]->bp->type = 0;
sccfreelist304drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
sccfreelist305drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
sccfreelist319drivers/char/scc.cif (sccfreelist[i]->inuse)
sccfreelist321drivers/char/scc.cswitch (sccfreelist[i]->bp->type)
sccfreelist348drivers/char/scc.cif(sccfreelist[i]->inuse == 0)
sccfreelist350drivers/char/scc.csccfreelist[i]->inuse = 1;
sccfreelist351drivers/char/scc.csccfreelist[i]->bp->type = type;
sccfreelist352drivers/char/scc.csccfreelist[i]->bp->next = NULLBUF;
sccfreelist353drivers/char/scc.csccfreelist[i]->bp->anext = NULLBUF;
sccfreelist354drivers/char/scc.csccfreelist[i]->bp->dup = NULLBUF;
sccfreelist355drivers/char/scc.csccfreelist[i]->bp->size = BUFSIZE;
sccfreelist356drivers/char/scc.csccfreelist[i]->bp->refcnt = 1;
sccfreelist357drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
sccfreelist358drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
sccfreelist361drivers/char/scc.creturn sccfreelist[i]->bp;
sccfreelist392drivers/char/scc.cif(sccfreelist[i]->bp == bp->dup)
sccfreelist394drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
sccfreelist397drivers/char/scc.ctype,sccfreelist[i]->bp->type);
sccfreelist400drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
sccfreelist401drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
sccfreelist402drivers/char/scc.csccfreelist[i]->bp->in_use = 0;
sccfreelist403drivers/char/scc.csccfreelist[i]->inuse = 0;
sccfreelist414drivers/char/scc.cif(sccfreelist[i]->bp == bp)
sccfreelist416drivers/char/scc.cif (sccfreelist[i]->bp->type != type)
sccfreelist419drivers/char/scc.ctype,sccfreelist[i]->bp->type);
sccfreelist422drivers/char/scc.csccfreelist[i]->bp->cnt = 0;
sccfreelist423drivers/char/scc.csccfreelist[i]->bp->refcnt = 0;
sccfreelist424drivers/char/scc.csccfreelist[i]->inuse = 0;