tag | line | file | source code |
---|---|---|---|
lp | 618 | kernel/sys.c | unsigned long *lp, *lpend, *dest; |
lp | 648 | kernel/sys.c | lp = (unsigned long *) &r; |
lp | 651 | kernel/sys.c | for (; lp < lpend; lp++, dest++) |
lp | 652 | kernel/sys.c | put_fs_long(*lp, dest); |
lp | 151 | net/tcp/ip.c | struct ip_protocol *lp=NULL; |
lp | 174 | net/tcp/ip.c | if (p->copy == 0 && lp != NULL) |
lp | 175 | net/tcp/ip.c | lp->copy = 0; |
lp | 182 | net/tcp/ip.c | lp = p; |