taglinefilesource code
tmp203fs/buffer.cstruct buffer_head * tmp;
tmp205fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
tmp206fs/buffer.cif (tmp->b_dev==dev && tmp->b_blocknr==block)
tmp207fs/buffer.creturn tmp;
tmp248fs/buffer.cstruct buffer_head * bh, * tmp;
tmp255fs/buffer.cfor (tmp = free_list ; buffers-- > 0 ; tmp = tmp->b_next_free) {
tmp256fs/buffer.cif (tmp->b_count)
tmp258fs/buffer.cif (!bh || BADNESS(tmp)<BADNESS(bh)) {
tmp259fs/buffer.cbh = tmp;
tmp260fs/buffer.cif (!BADNESS(tmp))
tmp264fs/buffer.cif (tmp->b_dirt)
tmp265fs/buffer.cll_rw_block(WRITEA,tmp);
tmp370fs/buffer.cstruct buffer_head * bh, *tmp;
tmp378fs/buffer.ctmp=getblk(dev,first);
tmp379fs/buffer.cif (tmp) {
tmp380fs/buffer.cif (!tmp->b_uptodate)
tmp381fs/buffer.cll_rw_block(READA,tmp);
tmp382fs/buffer.ctmp->b_count--;
tmp132fs/exec.cchar ** tmp;
tmp134fs/exec.cif (tmp = argv)
tmp135fs/exec.cwhile (get_fs_long((unsigned long *) (tmp++)))
tmp161fs/exec.cchar *tmp, *pag;
tmp174fs/exec.cif (!(tmp = (char *)get_fs_long(((unsigned long *)argv)+argc)))
tmp181fs/exec.c} while (get_fs_byte(tmp++));
tmp187fs/exec.c--p; --tmp; --len;
tmp200fs/exec.c*(pag + offset) = get_fs_byte(tmp);
tmp264fs/exec.cint do_execve(unsigned long * eip,long tmp,char * filename,
tmp39fs/read_write.cint tmp;
tmp51fs/read_write.ctmp = offset;
tmp54fs/read_write.ctmp = file->f_pos + offset;
tmp59fs/read_write.ctmp = file->f_inode->i_size + offset;
tmp62fs/read_write.cif (tmp < 0)
tmp64fs/read_write.cfile->f_pos = tmp;
tmp79fs/select.cselect_table * tmp;
tmp88fs/select.ctmp = p->next_table;
tmp91fs/select.cp = tmp;
tmp17fs/stat.cstruct 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;
tmp28fs/stat.ctmp.st_size = inode->i_size;
tmp29fs/stat.ctmp.st_atime = inode->i_atime;
tmp30fs/stat.ctmp.st_mtime = inode->i_mtime;
tmp31fs/stat.ctmp.st_ctime = inode->i_ctime;
tmp32fs/stat.cfor (i=0 ; i<sizeof (tmp) ; i++)
tmp33fs/stat.cput_fs_byte(((char *) &tmp)[i],i + (char *) statbuf);
tmp187fs/super.cchar tmp[100],*t;
tmp216fs/super.cwhile (i < 100 && (tmp[i] = get_fs_byte(type++)))
tmp218fs/super.ct = tmp;
tmp154kernel/blk_drv/blk.hstruct buffer_head *tmp;
tmp163kernel/blk_drv/blk.htmp = CURRENT->bh;
tmp165kernel/blk_drv/blk.htmp->b_reqnext = NULL;
tmp174kernel/blk_drv/blk.hstruct request * tmp;
tmp176kernel/blk_drv/blk.htmp = CURRENT;
tmp177kernel/blk_drv/blk.hDEVICE_OFF(tmp->dev);
tmp178kernel/blk_drv/blk.hCURRENT = tmp->next;
tmp179kernel/blk_drv/blk.hif (tmp->bh) {
tmp180kernel/blk_drv/blk.htmp->bh->b_uptodate = uptodate;
tmp181kernel/blk_drv/blk.hunlock_buffer(tmp->bh);
tmp185kernel/blk_drv/blk.hprintk("dev %04x, block %d\n\r",tmp->dev,
tmp186kernel/blk_drv/blk.htmp->bh->b_blocknr);
tmp188kernel/blk_drv/blk.hwake_up(&tmp->waiting);
tmp189kernel/blk_drv/blk.htmp->dev = -1;
tmp81kernel/blk_drv/ll_rw_blk.cstruct request * tmp;
tmp87kernel/blk_drv/ll_rw_blk.cif (!(tmp = dev->current_request)) {
tmp93kernel/blk_drv/ll_rw_blk.cfor ( ; tmp->next ; tmp = tmp->next) {
tmp95kernel/blk_drv/ll_rw_blk.cif (tmp->next->bh)
tmp99kernel/blk_drv/ll_rw_blk.cif ((IN_ORDER(tmp,req) ||
tmp100kernel/blk_drv/ll_rw_blk.c!IN_ORDER(tmp,tmp->next)) &&
tmp101kernel/blk_drv/ll_rw_blk.cIN_ORDER(req,tmp->next))
tmp104kernel/blk_drv/ll_rw_blk.creq->next = tmp->next;
tmp105kernel/blk_drv/ll_rw_blk.ctmp->next = req;
tmp486kernel/chr_drv/console.cunsigned short tmp, old = video_erase_char;
tmp490kernel/chr_drv/console.ctmp = *p;
tmp492kernel/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;
tmp90kernel/chr_drv/mem.cmemcpy_fromfs((void *) page,tmp,i);
tmp92kernel/chr_drv/mem.ctmp += i;
tmp96kernel/chr_drv/mem.creturn tmp-buf;
tmp132kernel/chr_drv/mem.cchar * tmp = buf;
tmp135kernel/chr_drv/mem.cput_fs_byte(inb(i),tmp);
tmp137kernel/chr_drv/mem.ctmp++;
tmp140kernel/chr_drv/mem.creturn tmp-buf;
tmp146kernel/chr_drv/mem.cchar * tmp = buf;
tmp149kernel/chr_drv/mem.coutb(get_fs_byte(tmp),i);
tmp151kernel/chr_drv/mem.ctmp++;
tmp154kernel/chr_drv/mem.creturn tmp-buf;
tmp194kernel/chr_drv/tty_ioctl.cchar c, * tmp;
tmp198kernel/chr_drv/tty_ioctl.ctmp = (char *) &tty->winsize;
tmp200kernel/chr_drv/tty_ioctl.cfor (i = 0; i < sizeof (*ws) ; i++,tmp++) {
tmp202kernel/chr_drv/tty_ioctl.cif (c == *tmp)
tmp205kernel/chr_drv/tty_ioctl.c*tmp = c;
tmp215kernel/chr_drv/tty_ioctl.cchar * tmp;
tmp220kernel/chr_drv/tty_ioctl.ctmp = (char *) ws;
tmp221kernel/chr_drv/tty_ioctl.cfor (i = 0; i < sizeof (struct winsize) ; i++,tmp++)
tmp222kernel/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 = &EAX;
tmp75kernel/math/ea.ctmp = & REG(rm);
tmp91kernel/math/ea.creturn offset + (char *) *tmp;
tmp57kernel/math/emulate.ctemp_real tmp;
tmp136kernel/math/emulate.cfrndint(PST(0),&tmp);
tmp137kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp165kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp166kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp169kernel/math/emulate.cfmul(PST(0),PST(code & 7),&tmp);
tmp170kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp180kernel/math/emulate.creal_to_real(&ST(code & 7),&tmp);
tmp181kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp182kernel/math/emulate.cfadd(PST(0),&tmp,&tmp);
tmp183kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp187kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp188kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp191kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
tmp192kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp195kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
tmp196kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp210kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp211kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp214kernel/math/emulate.cfmul(PST(0),PST(code & 7),&tmp);
tmp215kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp226kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp227kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp230kernel/math/emulate.creal_to_real(&ST(0),&tmp);
tmp231kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp232kernel/math/emulate.cfadd(PST(code & 7),&tmp,&tmp);
tmp233kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp236kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
tmp237kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp240kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
tmp241kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp264kernel/math/emulate.cfadd(PST(code & 7),PST(0),&tmp);
tmp265kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp269kernel/math/emulate.cfmul(PST(code & 7),PST(0),&tmp);
tmp270kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp279kernel/math/emulate.cfadd(PST(0),PST(code & 7),&tmp);
tmp280kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp284kernel/math/emulate.creal_to_real(&ST(0),&tmp);
tmp285kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp286kernel/math/emulate.cfadd(PST(code & 7),&tmp,&tmp);
tmp287kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp291kernel/math/emulate.cfdiv(PST(0),PST(code & 7),&tmp);
tmp292kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp296kernel/math/emulate.cfdiv(PST(code & 7),PST(0),&tmp);
tmp297kernel/math/emulate.creal_to_real(&tmp,&ST(code & 7));
tmp358kernel/math/emulate.cget_temp_real(&tmp,info,code);
tmp359kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp406kernel/math/emulate.cget_BCD(&tmp,info,code);
tmp407kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp411kernel/math/emulate.cget_longlong_int(&tmp,info,code);
tmp412kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp425kernel/math/emulate.cget_short_real(&tmp,info,code);
tmp428kernel/math/emulate.cget_long_int(&tmp,info,code);
tmp431kernel/math/emulate.cget_long_real(&tmp,info,code);
tmp434kernel/math/emulate.cget_short_int(&tmp,info,code);
tmp438kernel/math/emulate.cfadd(&tmp,PST(0),&tmp);
tmp439kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp442kernel/math/emulate.cfmul(&tmp,PST(0),&tmp);
tmp443kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp446kernel/math/emulate.cfcom(&tmp,PST(0));
tmp449kernel/math/emulate.cfcom(&tmp,PST(0));
tmp453kernel/math/emulate.ctmp.exponent ^= 0x8000;
tmp454kernel/math/emulate.cfadd(&tmp,PST(0),&tmp);
tmp455kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp459kernel/math/emulate.cfadd(&tmp,PST(0),&tmp);
tmp460kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp463kernel/math/emulate.cfdiv(PST(0),&tmp,&tmp);
tmp464kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp467kernel/math/emulate.cfdiv(&tmp,PST(0),&tmp);
tmp468kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp473kernel/math/emulate.creal_to_real(&tmp,&ST(0));
tmp500kernel/math/emulate.cunsigned long tmp;
tmp502kernel/math/emulate.ctmp = I387.swd & 0xffffc7ff;
tmp505kernel/math/emulate.cI387.swd |= tmp;
tmp510kernel/math/emulate.cunsigned long tmp;
tmp512kernel/math/emulate.ctmp = I387.swd & 0xffffc7ff;
tmp515kernel/math/emulate.cI387.swd |= tmp;
tmp18kernel/math/get_put.cvoid get_short_real(temp_real * tmp,
tmp26kernel/math/get_put.cshort_to_temp(&sr,tmp);
tmp29kernel/math/get_put.cvoid get_long_real(temp_real * tmp,
tmp38kernel/math/get_put.clong_to_temp(&lr,tmp);
tmp41kernel/math/get_put.cvoid get_temp_real(temp_real * tmp,
tmp47kernel/math/get_put.ctmp->a = get_fs_long((unsigned long *) addr);
tmp48kernel/math/get_put.ctmp->b = get_fs_long(1 + (unsigned long *) addr);
tmp49kernel/math/get_put.ctmp->exponent = get_fs_word(4 + (unsigned short *) addr);
tmp52kernel/math/get_put.cvoid get_short_int(temp_real * tmp,
tmp63kernel/math/get_put.cint_to_real(&ti,tmp);
tmp66kernel/math/get_put.cvoid get_long_int(temp_real * tmp,
tmp77kernel/math/get_put.cint_to_real(&ti,tmp);
tmp80kernel/math/get_put.cvoid get_longlong_int(temp_real * tmp,
tmp94kernel/math/get_put.cint_to_real(&ti,tmp);
tmp110kernel/math/get_put.cvoid get_BCD(temp_real * tmp, struct info * info, unsigned short code)
tmp128kernel/math/get_put.cint_to_real(&i,tmp);
tmp131kernel/math/get_put.cvoid put_short_real(const temp_real * tmp,
tmp139kernel/math/get_put.ctemp_to_short(tmp,&sr);
tmp143kernel/math/get_put.cvoid put_long_real(const temp_real * tmp,
tmp151kernel/math/get_put.ctemp_to_long(tmp,&lr);
tmp156kernel/math/get_put.cvoid put_temp_real(const temp_real * tmp,
tmp163kernel/math/get_put.cput_fs_long(tmp->a, (unsigned long *) addr);
tmp164kernel/math/get_put.cput_fs_long(tmp->b, 1 + (unsigned long *) addr);
tmp165kernel/math/get_put.cput_fs_word(tmp->exponent, 4 + (short *) addr);
tmp168kernel/math/get_put.cvoid put_short_int(const temp_real * tmp,
tmp175kernel/math/get_put.creal_to_int(tmp,&ti);
tmp182kernel/math/get_put.cvoid put_long_int(const temp_real * tmp,
tmp189kernel/math/get_put.creal_to_int(tmp,&ti);
tmp196kernel/math/get_put.cvoid put_longlong_int(const temp_real * tmp,
tmp203kernel/math/get_put.creal_to_int(tmp,&ti);
tmp219kernel/math/get_put.cvoid put_BCD(const temp_real * tmp,struct info * info, unsigned short code)
tmp228kernel/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];
tmp248kernel/ptrace.cint tmp,res;
tmp250kernel/ptrace.cres = read_long(task[childno], addr, &tmp);
tmp254kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp260kernel/ptrace.cint tmp;
tmp265kernel/ptrace.ctmp = get_stack_long(child, 4*addr - MAGICNUMBER);
tmp266kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp290kernel/ptrace.clong tmp;
tmp297kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp298kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp308kernel/ptrace.clong tmp;
tmp313kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp314kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp319kernel/ptrace.clong tmp;
tmp321kernel/ptrace.ctmp = get_stack_long(child, 4*EFL-MAGICNUMBER) | TRAP_FLAG;
tmp322kernel/ptrace.cput_stack_long(child, 4*EFL-MAGICNUMBER,tmp);
tmp190kernel/sched.cstruct task_struct * wakeup_ptr, * tmp;
tmp203kernel/sched.ctmp = wakeup_ptr->next_wait;
tmp205kernel/sched.cwakeup_ptr = tmp;
tmp88kernel/signal.cstruct sigaction tmp;
tmp92kernel/signal.ctmp.sa_handler = (void (*)(int)) handler;
tmp93kernel/signal.ctmp.sa_mask = 0;
tmp94kernel/signal.ctmp.sa_flags = SA_ONESHOT | SA_NOMASK;
tmp95kernel/signal.ctmp.sa_restorer = (void (*)(void)) restorer;
tmp97kernel/signal.ccurrent->sigaction[signum-1] = tmp;
tmp104kernel/signal.cstruct sigaction tmp;
tmp108kernel/signal.ctmp = current->sigaction[signum-1];
tmp112kernel/signal.csave_old((char *) &tmp,(char *) oldaction);
tmp43kernel/vsprintf.cchar c,sign,tmp[36];
tmp63kernel/vsprintf.ctmp[i++]='0';
tmp65kernel/vsprintf.ctmp[i++]=digits[do_div(num,base)];
tmp86kernel/vsprintf.c*str++ = tmp[i];
tmp349mm/memory.cunsigned long tmp, *page_table;
tmp365mm/memory.cif (!(tmp=get_free_page()))
tmp367mm/memory.c*page_table = tmp | 7;
tmp368mm/memory.cpage_table = (unsigned long *) tmp;
tmp389mm/memory.cunsigned long tmp, *page_table;
tmp401mm/memory.cif (!(tmp=get_free_page()))
tmp403mm/memory.c*page_table = tmp|7;
tmp404mm/memory.cpage_table = (unsigned long *) tmp;
tmp494mm/memory.cunsigned long tmp;
tmp496mm/memory.cif (!(tmp=get_free_page()) || !put_page(tmp,address)) {
tmp497mm/memory.cfree_page(tmp);    /* 0 is ok - ignored */
tmp621mm/memory.cunsigned long tmp;
tmp647mm/memory.ctmp = *(unsigned long *) page;
tmp648mm/memory.cif (tmp & 1) {
tmp653mm/memory.cif (tmp) {
tmp659mm/memory.ctmp = address - tsk->start_code;
tmp662mm/memory.cif (tmp < tsk->end_data) {
tmp664mm/memory.cblock = 1 + tmp / BLOCK_SIZE;
tmp668mm/memory.cif (tmp < tsk->libraries[i].start)
tmp670mm/memory.cblock = tmp - tsk->libraries[i].start;
tmp683mm/memory.cif (tmp >= LIBRARY_OFFSET || tmp < tsk->brk)
tmp685mm/memory.cif (tmp+8192 >= (user_esp & 0xfffff000))
tmp691mm/memory.cif (share_page(inode,tmp)) {
tmp701mm/memory.ci = tmp + 4096 - tsk->end_data;
tmp704mm/memory.ctmp = page + 4096;
tmp706mm/memory.ctmp--;
tmp707mm/memory.c*(char *)tmp = 0;
tmp251mm/swap.cchar * tmp;
tmp271mm/swap.ctmp = (char *) get_free_page();
tmp272mm/swap.cif (!tmp) {
tmp279mm/swap.cread_swap_page(0,tmp);
tmp280mm/swap.cif (strncmp("SWAP-SPACE",tmp+4086,10)) {
tmp282mm/swap.cfree_page((long) tmp);
tmp289mm/swap.cmemset(tmp+4086,0,10);
tmp292mm/swap.cif (bit(tmp,i))
tmp296mm/swap.cfree_page((long) tmp);
tmp303mm/swap.cswap_bitmap = tmp;