tag | line | file | source code |
---|---|---|---|
bph | 457 | drivers/char/scc.c | scc_append_to_chain(struct mbuf **bph,struct mbuf *bp) |
bph | 462 | drivers/char/scc.c | if(bph == NULLBUFP || bp == NULLBUF) |
bph | 467 | drivers/char/scc.c | if(*bph == NULLBUF) |
bph | 470 | drivers/char/scc.c | *bph = bp; |
bph | 472 | drivers/char/scc.c | for(p = *bph ; p->next != NULLBUF ; p = p->next) |