taglinefilesource code
p1606fs/nfs/proc.cint *p1, *p2;
p1622fs/nfs/proc.cp1 = p++;
p1631fs/nfs/proc.c*p1 = htonl((p - (p1 + 1)) << 2);
p1531ipc/shm.cint shm_fork (struct task_struct *p1, struct task_struct *p2)
p1537ipc/shm.cif (!p1->shm)
p1539ipc/shm.cfor (shmd = p1->shm; shmd; shmd = shmd->task_next) {
p1131ipc/util.cint shm_fork (struct task_struct *p1, struct task_struct *p2)
p11559kernel/chr_drv/console.cunsigned char *p, *p1, *p2;
p11561kernel/chr_drv/console.cp1 = (unsigned char *)origin - hwscroll_offset + s + 1;
p11563kernel/chr_drv/console.cif (p1 > p2)
p11565kernel/chr_drv/console.cp = p1;
p11566kernel/chr_drv/console.cp1 = p2;
p11569kernel/chr_drv/console.cfor (p = p1; p <= p2; p += 2)
p1199net/inet/dev.cstruct packet_type *p1;
p1204net/inet/dev.cfor (p1 = ptype_base; p1 != NULL; p1 = p1->next) {
p1205net/inet/dev.cif (p1->type == pt->type) {