tag | line | file | source code |
---|---|---|---|
bph | 461 | drivers/char/scc.c | scc_append_to_chain(struct mbuf **bph,struct mbuf *bp) |
bph | 466 | drivers/char/scc.c | if(bph == NULLBUFP || bp == NULLBUF) |
bph | 471 | drivers/char/scc.c | if(*bph == NULLBUF) |
bph | 474 | drivers/char/scc.c | *bph = bp; |
bph | 476 | drivers/char/scc.c | for(p = *bph ; p->next != NULLBUF ; p = p->next) |