taglinefilesource code
tmp219fs/buffer.cstruct buffer_head * tmp;
tmp221fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
tmp222fs/buffer.cif (tmp->b_dev==dev && tmp->b_blocknr==block)
tmp223fs/buffer.cif (tmp->b_size == size)
tmp224fs/buffer.creturn tmp;
tmp269fs/buffer.cstruct buffer_head * bh, * tmp;
tmp282fs/buffer.cfor (tmp = free_list; buffers-- > 0 ; tmp = tmp->b_next_free) {
tmp283fs/buffer.cif (tmp->b_count || tmp->b_size != size)
tmp285fs/buffer.cif (!bh || BADNESS(tmp)<BADNESS(bh)) {
tmp286fs/buffer.cbh = tmp;
tmp287fs/buffer.cif (!BADNESS(tmp))
tmp291fs/buffer.cif (tmp->b_dirt)
tmp292fs/buffer.cll_rw_block(WRITEA,tmp);
tmp403fs/buffer.cstruct buffer_head * bh, *tmp;
tmp413fs/buffer.ctmp = getblk(dev, first, 1024);
tmp414fs/buffer.cif (tmp) {
tmp415fs/buffer.cif (!tmp->b_uptodate)
tmp416fs/buffer.cll_rw_block(READA,tmp);
tmp417fs/buffer.ctmp->b_count--;
tmp478fs/buffer.cstruct buffer_head *bh, *tmp;
tmp487fs/buffer.ctmp = NULL;
tmp493fs/buffer.cbh->b_this_page = tmp;
tmp494fs/buffer.ctmp = bh;
tmp499fs/buffer.ctmp = bh;
tmp501fs/buffer.ctmp->b_next_free = free_list;
tmp502fs/buffer.ctmp->b_prev_free = free_list->b_prev_free;
tmp503fs/buffer.cfree_list->b_prev_free->b_next_free = tmp;
tmp504fs/buffer.cfree_list->b_prev_free = tmp;
tmp505fs/buffer.cfree_list = tmp;
tmp507fs/buffer.cif (tmp->b_this_page)
tmp508fs/buffer.ctmp = tmp->b_this_page;
tmp512fs/buffer.ctmp->b_this_page = bh;
tmp518fs/buffer.cbh = tmp;
tmp520fs/buffer.ctmp = bh;
tmp522fs/buffer.cput_unused_buffer_head(tmp);
tmp534fs/buffer.cstruct buffer_head * tmp, * p;
tmp536fs/buffer.ctmp = bh;
tmp538fs/buffer.cif (!tmp)
tmp540fs/buffer.cif (tmp->b_count || tmp->b_dirt || tmp->b_lock)
tmp542fs/buffer.ctmp = tmp->b_this_page;
tmp543fs/buffer.c} while (tmp != bh);
tmp546fs/buffer.ctmp = bh;
tmp548fs/buffer.cp = tmp;
tmp549fs/buffer.ctmp = tmp->b_this_page;
tmp553fs/buffer.c} while (tmp != bh);
tmp254fs/exec.cchar ** tmp;
tmp256fs/exec.cif (tmp = argv)
tmp257fs/exec.cwhile (get_fs_long((unsigned long *) (tmp++)))
tmp283fs/exec.cchar *tmp, *pag = NULL;
tmp296fs/exec.cif (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc)))
tmp303fs/exec.c} while (get_fs_byte(tmp++));
tmp309fs/exec.c--p; --tmp; --len;
tmp322fs/exec.c*(pag + offset) = get_fs_byte(tmp);
tmp390fs/exec.cint do_execve(unsigned long * eip,long tmp,char * filename,
tmp71fs/ext/bitmap.cint tmp;
tmp74fs/ext/bitmap.ctmp = bh->b_data[end] & ((1<<numbits)-1);
tmp75fs/ext/bitmap.csum += nibblemap[tmp&0xf] + nibblemap[(tmp>>4)&0xf];
tmp199fs/ext/inode.clong tmp;
tmp204fs/ext/inode.ctmp = ext_count_free_blocks(sb);
tmp205fs/ext/inode.cput_fs_long(tmp, &buf->f_bfree);
tmp206fs/ext/inode.cput_fs_long(tmp, &buf->f_bavail);
tmp62fs/minix/bitmap.cint tmp;
tmp65fs/minix/bitmap.ctmp = bh->b_data[end] & ((1<<numbits)-1);
tmp66fs/minix/bitmap.csum += nibblemap[tmp&0xf] + nibblemap[(tmp>>4)&0xf];
tmp120fs/minix/inode.clong tmp;
tmp125fs/minix/inode.ctmp = minix_count_free_blocks(sb);
tmp126fs/minix/inode.cput_fs_long(tmp, &buf->f_bfree);
tmp127fs/minix/inode.cput_fs_long(tmp, &buf->f_bavail);
tmp38fs/read_write.cint tmp = -1;
tmp50fs/read_write.ctmp = offset;
tmp53fs/read_write.ctmp = file->f_pos + offset;
tmp58fs/read_write.ctmp = file->f_inode->i_size + offset;
tmp61fs/read_write.cif (tmp < 0)
tmp63fs/read_write.cfile->f_pos = tmp;
tmp16fs/stat.cstruct old_stat tmp;
tmp21fs/stat.ctmp.st_dev = inode->i_dev;
tmp22fs/stat.ctmp.st_ino = inode->i_ino;
tmp23fs/stat.ctmp.st_mode = inode->i_mode;
tmp24fs/stat.ctmp.st_nlink = inode->i_nlink;
tmp25fs/stat.ctmp.st_uid = inode->i_uid;
tmp26fs/stat.ctmp.st_gid = inode->i_gid;
tmp27fs/stat.ctmp.st_rdev = inode->i_rdev;
tmp29fs/stat.ctmp.st_size = 0;
tmp31fs/stat.ctmp.st_size = inode->i_size;
tmp32fs/stat.ctmp.st_atime = inode->i_atime;
tmp33fs/stat.ctmp.st_mtime = inode->i_mtime;
tmp34fs/stat.ctmp.st_ctime = inode->i_ctime;
tmp35fs/stat.cmemcpy_tofs(statbuf,&tmp,sizeof(tmp));
tmp40fs/stat.cstruct new_stat tmp = {0, };
tmp44fs/stat.ctmp.st_dev = inode->i_dev;
tmp45fs/stat.ctmp.st_ino = inode->i_ino;
tmp46fs/stat.ctmp.st_mode = inode->i_mode;
tmp47fs/stat.ctmp.st_nlink = inode->i_nlink;
tmp48fs/stat.ctmp.st_uid = inode->i_uid;
tmp49fs/stat.ctmp.st_gid = inode->i_gid;
tmp50fs/stat.ctmp.st_rdev = inode->i_rdev;
tmp52fs/stat.ctmp.st_size = 0;
tmp54fs/stat.ctmp.st_size = inode->i_size;
tmp55fs/stat.ctmp.st_atime = inode->i_atime;
tmp56fs/stat.ctmp.st_mtime = inode->i_mtime;
tmp57fs/stat.ctmp.st_ctime = inode->i_ctime;
tmp67fs/stat.cblocks = (tmp.st_size + 1023) / 1024;
tmp77fs/stat.ctmp.st_blksize = 1024;
tmp78fs/stat.ctmp.st_blocks = blocks;
tmp79fs/stat.cmemcpy_tofs(statbuf,&tmp,sizeof(tmp));
tmp260fs/super.cchar tmp[100],*t;
tmp293fs/super.cif (!(tmp[i] = get_fs_byte(type++)))
tmp295fs/super.ct = tmp;
tmp312include/linux/sched.hstruct wait_queue * tmp;
tmp316include/linux/sched.htmp = wait;
tmp317include/linux/sched.hwhile (tmp->next)
tmp318include/linux/sched.hif ((tmp = tmp->next)->next == *p)
tmp320include/linux/sched.h*p = tmp->next = wait;
tmp327include/linux/sched.hstruct wait_queue * tmp;
tmp333include/linux/sched.htmp = wait;
tmp334include/linux/sched.hwhile (tmp && tmp->next != wait)
tmp335include/linux/sched.htmp = tmp->next;
tmp336include/linux/sched.hif (tmp)
tmp337include/linux/sched.htmp->next = wait->next;
tmp110kernel/blk_drv/ll_rw_blk.cstruct request * tmp;
tmp116kernel/blk_drv/ll_rw_blk.cif (!(tmp = dev->current_request)) {
tmp122kernel/blk_drv/ll_rw_blk.cfor ( ; tmp->next ; tmp = tmp->next) {
tmp124kernel/blk_drv/ll_rw_blk.cif (tmp->next->bh)
tmp128kernel/blk_drv/ll_rw_blk.cif ((IN_ORDER(tmp,req) ||
tmp129kernel/blk_drv/ll_rw_blk.c!IN_ORDER(tmp,tmp->next)) &&
tmp130kernel/blk_drv/ll_rw_blk.cIN_ORDER(req,tmp->next))
tmp133kernel/blk_drv/ll_rw_blk.creq->next = tmp->next;
tmp134kernel/blk_drv/ll_rw_blk.ctmp->next = req;
tmp736kernel/chr_drv/console.cunsigned short tmp, old = video_erase_char;
tmp740kernel/chr_drv/console.ctmp = *p;
tmp742kernel/chr_drv/console.cold = tmp;
tmp30kernel/chr_drv/mem.cchar *tmp;
tmp37kernel/chr_drv/mem.ctmp = buf;
tmp55kernel/chr_drv/mem.cmemcpy_tofs(tmp,(void *) page,i);
tmp57kernel/chr_drv/mem.ctmp += i;
tmp61kernel/chr_drv/mem.creturn tmp-buf;
tmp67kernel/chr_drv/mem.cchar *tmp;
tmp74kernel/chr_drv/mem.ctmp = buf;
tmp96kernel/chr_drv/mem.cmemcpy_fromfs((void *) page,tmp,i);
tmp98kernel/chr_drv/mem.ctmp += i;
tmp102kernel/chr_drv/mem.cif (tmp != buf)
tmp103kernel/chr_drv/mem.creturn tmp-buf;
tmp142kernel/chr_drv/mem.cchar * tmp = buf;
tmp145kernel/chr_drv/mem.cput_fs_byte(inb(i),tmp);
tmp147kernel/chr_drv/mem.ctmp++;
tmp150kernel/chr_drv/mem.creturn tmp-buf;
tmp156kernel/chr_drv/mem.cchar * tmp = buf;
tmp159kernel/chr_drv/mem.coutb(get_fs_byte(tmp),i);
tmp161kernel/chr_drv/mem.ctmp++;
tmp164kernel/chr_drv/mem.creturn tmp-buf;
tmp404kernel/chr_drv/serial.cstruct serial_struct tmp;
tmp416kernel/chr_drv/serial.cmemcpy_fromfs(&tmp,info,sizeof(tmp));
tmp418kernel/chr_drv/serial.cif (!(new_port = tmp.port))
tmp420kernel/chr_drv/serial.cif (!(new_irq = tmp.irq))
tmp197kernel/chr_drv/tty_ioctl.cchar c, * tmp;
tmp201kernel/chr_drv/tty_ioctl.ctmp = (char *) &tty->winsize;
tmp203kernel/chr_drv/tty_ioctl.cfor (i = 0; i < sizeof (*ws) ; i++,tmp++) {
tmp205kernel/chr_drv/tty_ioctl.cif (c == *tmp)
tmp208kernel/chr_drv/tty_ioctl.c*tmp = c;
tmp218kernel/chr_drv/tty_ioctl.cchar * tmp;
tmp223kernel/chr_drv/tty_ioctl.ctmp = (char *) ws;
tmp224kernel/chr_drv/tty_ioctl.cfor (i = 0; i < sizeof (struct winsize) ; i++,tmp++)
tmp225kernel/chr_drv/tty_ioctl.cput_fs_byte(((char *) &tty->winsize)[i], tmp);
tmp42kernel/math/div.cint tmp[4];
tmp52kernel/math/div.ctmp[0] = a[0]; tmp[1] = a[1];
tmp53kernel/math/div.ctmp[2] = a[2]; tmp[3] = a[3];
tmp54kernel/math/div.cif (try_sub(b,tmp)) {
tmp56kernel/math/div.ca[0] = tmp[0]; a[1] = tmp[1];
tmp57kernel/math/div.ca[2] = tmp[2]; a[3] = tmp[3];
tmp66kernel/math/div.cint a[4],b[4],tmp[4] = {0,0,0,0};
tmp90kernel/math/div.cdiv64(a,b,tmp);
tmp91kernel/math/div.cif (tmp[0] || tmp[1] || tmp[2] || tmp[3]) {
tmp92kernel/math/div.cwhile (i && tmp[3] >= 0) {
tmp94kernel/math/div.cshift_left(tmp);
tmp96kernel/math/div.cif (tmp[3] >= 0)
tmp104kernel/math/div.cif (tmp[0] || tmp[1])
tmp107kernel/math/div.cresult->a = tmp[2];
tmp108kernel/math/div.cresult->b = tmp[3];
tmp61kernel/math/ea.clong * tmp;
tmp75kernel/math/ea.ctmp = & REG(rm);
tmp91kernel/math/ea.creturn offset + (char *) *tmp;
tmp57kernel/math/emulate.ctemp_real tmp;
tmp130kernel/math/emulate.cfsqrt(PST(0),&tmp);
tmp131kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp140kernel/math/emulate.cfrndint(PST(0),&tmp);
tmp141kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp169kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp170kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp173kernel/math/emulate.cfmul(PST(0),PST(code & 7),&tmp);
tmp174kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp184kernel/math/emulate.creal_to_real(&ST(code & 7),&tmp);
tmp185kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp186kernel/math/emulate.cfadd(PST(0),&tmp,&tmp);
tmp187kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp191kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp192kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp195kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
tmp196kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp199kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
tmp200kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp214kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp215kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp218kernel/math/emulate.cfmul(PST(0),PST(code & 7),&tmp);
tmp219kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp230kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp231kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp234kernel/math/emulate.creal_to_real(&ST(0),&tmp);
tmp235kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp236kernel/math/emulate.cfadd(PST(code & 7),&tmp,&tmp);
tmp237kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp240kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
tmp241kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp244kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
tmp245kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp268kernel/math/emulate.cfadd(PST(code & 7),PST(0),&tmp);
tmp269kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp273kernel/math/emulate.cfmul(PST(code & 7),PST(0),&tmp);
tmp274kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp283kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp284kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp288kernel/math/emulate.creal_to_real(&ST(0),&tmp);
tmp289kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp290kernel/math/emulate.cfadd(PST(code & 7),&tmp,&tmp);
tmp291kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp295kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
tmp296kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp300kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
tmp301kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp362kernel/math/emulate.cget_temp_real(&tmp,info,code);
tmp363kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp410kernel/math/emulate.cget_BCD(&tmp,info,code);
tmp411kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp415kernel/math/emulate.cget_longlong_int(&tmp,info,code);
tmp416kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp429kernel/math/emulate.cget_short_real(&tmp,info,code);
tmp432kernel/math/emulate.cget_long_int(&tmp,info,code);
tmp435kernel/math/emulate.cget_long_real(&tmp,info,code);
tmp438kernel/math/emulate.cget_short_int(&tmp,info,code);
tmp442kernel/math/emulate.cfadd(&tmp,PST(0),&tmp);
tmp443kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp446kernel/math/emulate.cfmul(&tmp,PST(0),&tmp);
tmp447kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp450kernel/math/emulate.cfcom(&tmp,PST(0));
tmp453kernel/math/emulate.cfcom(&tmp,PST(0));
tmp457kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp458kernel/math/emulate.cfadd(&tmp,PST(0),&tmp);
tmp459kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp463kernel/math/emulate.cfadd(&tmp,PST(0),&tmp);
tmp464kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp467kernel/math/emulate.cfdiv(PST(0),&tmp,&tmp);
tmp468kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp471kernel/math/emulate.cfdiv(&tmp,PST(0),&tmp);
tmp472kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp477kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp504kernel/math/emulate.cunsigned long tmp;
tmp506kernel/math/emulate.ctmp = I387.swd & 0xffffc7ff;
tmp509kernel/math/emulate.cI387.swd |= tmp;
tmp514kernel/math/emulate.cunsigned long tmp;
tmp516kernel/math/emulate.ctmp = I387.swd & 0xffffc7ff;
tmp519kernel/math/emulate.cI387.swd |= tmp;
tmp17kernel/math/get_put.cvoid get_short_real(temp_real * tmp,
tmp25kernel/math/get_put.cshort_to_temp(&sr,tmp);
tmp28kernel/math/get_put.cvoid get_long_real(temp_real * tmp,
tmp37kernel/math/get_put.clong_to_temp(&lr,tmp);
tmp40kernel/math/get_put.cvoid get_temp_real(temp_real * tmp,
tmp46kernel/math/get_put.ctmp->a = get_fs_long((unsigned long *) addr);
tmp47kernel/math/get_put.ctmp->b = get_fs_long(1 + (unsigned long *) addr);
tmp48kernel/math/get_put.ctmp->exponent = get_fs_word(4 + (unsigned short *) addr);
tmp51kernel/math/get_put.cvoid get_short_int(temp_real * tmp,
tmp62kernel/math/get_put.cint_to_real(&ti,tmp);
tmp65kernel/math/get_put.cvoid get_long_int(temp_real * tmp,
tmp76kernel/math/get_put.cint_to_real(&ti,tmp);
tmp79kernel/math/get_put.cvoid get_longlong_int(temp_real * tmp,
tmp93kernel/math/get_put.cint_to_real(&ti,tmp);
tmp109kernel/math/get_put.cvoid get_BCD(temp_real * tmp, struct info * info, unsigned short code)
tmp127kernel/math/get_put.cint_to_real(&i,tmp);
tmp130kernel/math/get_put.cvoid put_short_real(const temp_real * tmp,
tmp138kernel/math/get_put.ctemp_to_short(tmp,&sr);
tmp142kernel/math/get_put.cvoid put_long_real(const temp_real * tmp,
tmp150kernel/math/get_put.ctemp_to_long(tmp,&lr);
tmp155kernel/math/get_put.cvoid put_temp_real(const temp_real * tmp,
tmp162kernel/math/get_put.cput_fs_long(tmp->a, (unsigned long *) addr);
tmp163kernel/math/get_put.cput_fs_long(tmp->b, 1 + (unsigned long *) addr);
tmp164kernel/math/get_put.cput_fs_word(tmp->exponent, 4 + (short *) addr);
tmp167kernel/math/get_put.cvoid put_short_int(const temp_real * tmp,
tmp174kernel/math/get_put.creal_to_int(tmp,&ti);
tmp181kernel/math/get_put.cvoid put_long_int(const temp_real * tmp,
tmp188kernel/math/get_put.creal_to_int(tmp,&ti);
tmp195kernel/math/get_put.cvoid put_longlong_int(const temp_real * tmp,
tmp202kernel/math/get_put.creal_to_int(tmp,&ti);
tmp218kernel/math/get_put.cvoid put_BCD(const temp_real * tmp,struct info * info, unsigned short code)
tmp227kernel/math/get_put.creal_to_int(tmp,&i);
tmp49kernel/math/mul.cint tmp[4] = {0,0,0,0};
tmp62kernel/math/mul.cmul64(src1,src2,tmp);
tmp63kernel/math/mul.cif (tmp[0] || tmp[1] || tmp[2] || tmp[3])
tmp64kernel/math/mul.cwhile (i && tmp[3] >= 0) {
tmp66kernel/math/mul.cshift(tmp);
tmp71kernel/math/mul.cresult->a = tmp[2];
tmp72kernel/math/mul.cresult->b = tmp[3];
tmp24kernel/math/sqrt.cunsigned long tmp[4];
tmp34kernel/math/sqrt.c::"b" ((long) a),"c" ((long) tmp)
tmp36kernel/math/sqrt.cif (tmp[3] > b[3] ||
tmp37kernel/math/sqrt.c(tmp[3] == b[3] && (tmp[2] > b[2] ||
tmp38kernel/math/sqrt.c(tmp[2] == b[2] && (tmp[1] > b[1] ||
tmp39kernel/math/sqrt.c(tmp[1] == b[1] && tmp[0] > b[0]))))))
tmp235kernel/ptrace.clong tmp;
tmp251kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) | TRAP_FLAG;
tmp252kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp268kernel/ptrace.cint tmp,res;
tmp270kernel/ptrace.cres = read_long(child, addr, &tmp);
tmp274kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp280kernel/ptrace.cint tmp;
tmp285kernel/ptrace.ctmp = get_stack_long(child, 4*addr - MAGICNUMBER);
tmp286kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp310kernel/ptrace.clong tmp;
tmp317kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp318kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp328kernel/ptrace.clong tmp;
tmp333kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp334kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp339kernel/ptrace.clong tmp;
tmp341kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) | TRAP_FLAG;
tmp342kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp352kernel/ptrace.clong tmp;
tmp361kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp362kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp198kernel/sched.cstruct wait_queue *tmp, *next;
tmp206kernel/sched.ctmp = next;
tmp207kernel/sched.cnext = tmp->next;
tmp208kernel/sched.cif (p = tmp->task) {
tmp217kernel/sched.ctmp->next = NULL;
tmp91kernel/signal.cstruct sigaction tmp;
tmp95kernel/signal.ctmp.sa_handler = (void (*)(int)) handler;
tmp96kernel/signal.ctmp.sa_mask = 0;
tmp97kernel/signal.ctmp.sa_flags = SA_ONESHOT | SA_NOMASK | SA_INTERRUPT;
tmp98kernel/signal.ctmp.sa_restorer = (void (*)(void)) restorer;
tmp100kernel/signal.ccurrent->sigaction[signum-1] = tmp;
tmp107kernel/signal.cstruct sigaction tmp;
tmp111kernel/signal.ctmp = current->sigaction[signum-1];
tmp115kernel/signal.csave_old((char *) &tmp,(char *) oldaction);
tmp44kernel/vsprintf.cchar c,sign,tmp[36];
tmp64kernel/vsprintf.ctmp[i++]='0';
tmp66kernel/vsprintf.ctmp[i++]=digits[do_div(num,base)];
tmp87kernel/vsprintf.c*str++ = tmp[i];
tmp366mm/memory.cunsigned long tmp, *page_table;
tmp382mm/memory.ctmp = get_free_page(GFP_KERNEL);
tmp383mm/memory.cif (!tmp) {
tmp385mm/memory.ctmp = BAD_PAGETABLE;
tmp387mm/memory.c*page_table = tmp | 7;
tmp409mm/memory.cunsigned long tmp, *page_table;
tmp421mm/memory.cif (!(tmp=get_free_page(GFP_KERNEL)))
tmp423mm/memory.c*page_table = tmp|7;
tmp424mm/memory.cpage_table = (unsigned long *) tmp;
tmp535mm/memory.cunsigned long tmp;
tmp537mm/memory.ctmp = get_free_page(GFP_KERNEL);
tmp538mm/memory.cif (!tmp) {
tmp540mm/memory.ctmp = BAD_PAGE;
tmp542mm/memory.cif (!put_page(tmp,address))
tmp543mm/memory.cfree_page(tmp);
tmp667mm/memory.cunsigned long tmp;
tmp685mm/memory.ctmp = *(unsigned long *) page;
tmp686mm/memory.cif (tmp & 1) {
tmp691mm/memory.cif (tmp) {
tmp697mm/memory.ctmp = address - tsk->start_code;
tmp700mm/memory.cif (tmp < tsk->end_data) {
tmp702mm/memory.cblock = 1 + tmp / BLOCK_SIZE;
tmp706mm/memory.cif (tmp < tsk->libraries[i].start)
tmp708mm/memory.cblock = tmp - tsk->libraries[i].start;
tmp721mm/memory.cif (tmp >= LIBRARY_OFFSET || tmp < tsk->brk)
tmp723mm/memory.cif (tmp+8192 >= (user_esp & 0xfffff000))
tmp729mm/memory.cif (share_page(inode,tmp)) {
tmp743mm/memory.ci = tmp + 4096 - tsk->end_data;
tmp746mm/memory.ctmp = page + 4096;
tmp748mm/memory.ctmp--;
tmp749mm/memory.c*(char *)tmp = 0;
tmp308mm/swap.cchar * tmp;
tmp328mm/swap.ctmp = (char *) get_free_page(GFP_USER);
tmp330mm/swap.cif (!tmp || !swap_lockmap) {
tmp332mm/swap.cfree_page((long) tmp);
tmp341mm/swap.cread_swap_page(0,tmp);
tmp342mm/swap.cif (strncmp("SWAP-SPACE",tmp+4086,10)) {
tmp344mm/swap.cfree_page((long) tmp);
tmp353mm/swap.cmemset(tmp+4086,0,10);
tmp358mm/swap.cif (bit(tmp,i)) {
tmp366mm/swap.cfree_page((long) tmp);
tmp375mm/swap.cswap_bitmap = tmp;