taglinefilesource code
tmp43arch/alpha/boot/tools/build.cunsigned long tmp, start;
tmp81arch/alpha/boot/tools/build.ctmp = 0;
tmp83arch/alpha/boot/tools/build.ctmp += bootblock[i];
tmp84arch/alpha/boot/tools/build.cbootblock[63] = tmp;
tmp303arch/alpha/kernel/osf_sys.cstruct cdfs_args tmp;
tmp308arch/alpha/kernel/osf_sys.cmemcpy_fromfs(&tmp, args, sizeof(tmp));
tmp309arch/alpha/kernel/osf_sys.cretval = getdev(tmp.devname, 0, &inode);
tmp312arch/alpha/kernel/osf_sys.cretval = do_mount(inode->i_rdev, tmp.devname, dirname, "ext2", flags, NULL);
tmp323arch/alpha/kernel/osf_sys.cstruct cdfs_args tmp;
tmp328arch/alpha/kernel/osf_sys.cmemcpy_fromfs(&tmp, args, sizeof(tmp));
tmp329arch/alpha/kernel/osf_sys.cretval = getdev(tmp.devname, 1, &inode);
tmp332arch/alpha/kernel/osf_sys.cretval = do_mount(inode->i_rdev, tmp.devname, dirname, "iso9660", flags, NULL);
tmp343arch/alpha/kernel/osf_sys.cstruct procfs_args tmp;
tmp348arch/alpha/kernel/osf_sys.cmemcpy_fromfs(&tmp, args, sizeof(tmp));
tmp391arch/alpha/kernel/osf_sys.cstruct timeval tmp;
tmp400arch/alpha/kernel/osf_sys.cmemcpy_fromfs(&tmp, sleep, sizeof(*sleep));
tmp401arch/alpha/kernel/osf_sys.cticks = tmp.tv_usec;
tmp403arch/alpha/kernel/osf_sys.cticks += tmp.tv_sec * HZ;
tmp415arch/alpha/kernel/osf_sys.ctmp.tv_sec = ticks / HZ;
tmp416arch/alpha/kernel/osf_sys.ctmp.tv_usec = ticks % HZ;
tmp417arch/alpha/kernel/osf_sys.cmemcpy_tofs(remain, &tmp, sizeof(*remain));
tmp547arch/alpha/kernel/ptrace.cunsigned long tmp;
tmp550arch/alpha/kernel/ptrace.cres = read_long(child, addr, &tmp);
tmp551arch/alpha/kernel/ptrace.cDBG(DBG_MEM, ("peek %#lx->%#lx\n", addr, tmp));
tmp555arch/alpha/kernel/ptrace.creturn tmp;
tmp107arch/alpha/kernel/setup.cunsigned long tmp;
tmp108arch/alpha/kernel/setup.ctmp = (cluster->start_pfn + cluster->numpages) << PAGE_SHIFT;
tmp109arch/alpha/kernel/setup.cif (tmp > high)
tmp110arch/alpha/kernel/setup.chigh = tmp;
tmp64arch/alpha/lib/memcpy.cunsigned long tmp;
tmp71arch/alpha/lib/memcpy.c:"=r" (tmp)
tmp74arch/alpha/lib/memcpy.c*(unsigned long *) d = low_word | tmp;
tmp96arch/alpha/lib/memcpy.cunsigned long tmp;
tmp97arch/alpha/lib/memcpy.c__asm__("ldq %0,%1":"=r" (tmp):"m" (*(unsigned long *) s));
tmp100arch/alpha/lib/memcpy.c*(unsigned long *) d = tmp;
tmp143arch/alpha/mm/init.cunsigned long tmp;
tmp152arch/alpha/mm/init.ctmp = KERNEL_START;
tmp153arch/alpha/mm/init.cwhile (tmp < start_mem) {
tmp154arch/alpha/mm/init.cmem_map[MAP_NR(tmp)].reserved = 1;
tmp155arch/alpha/mm/init.ctmp += PAGE_SIZE;
tmp158arch/alpha/mm/init.cfor (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) {
tmp159arch/alpha/mm/init.cif (mem_map[MAP_NR(tmp)].reserved)
tmp161arch/alpha/mm/init.cmem_map[MAP_NR(tmp)].count = 1;
tmp162arch/alpha/mm/init.cfree_page(tmp);
tmp164arch/alpha/mm/init.ctmp = nr_free_pages << PAGE_SHIFT;
tmp165arch/alpha/mm/init.cprintk("Memory: %luk available\n", tmp >> 10);
tmp352arch/i386/kernel/ptrace.cunsigned long tmp;
tmp355arch/i386/kernel/ptrace.cres = read_long(child, addr, &tmp);
tmp360arch/i386/kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp366arch/i386/kernel/ptrace.cunsigned long tmp;
tmp376arch/i386/kernel/ptrace.ctmp = 0;  /* Default return condition */
tmp380arch/i386/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*addr - MAGICNUMBER);
tmp384arch/i386/kernel/ptrace.ctmp &= 0xffff;
tmp390arch/i386/kernel/ptrace.ctmp = child->debugreg[addr];
tmp392arch/i386/kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp459arch/i386/kernel/ptrace.clong tmp;
tmp470arch/i386/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp471arch/i386/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp481arch/i386/kernel/ptrace.clong tmp;
tmp488arch/i386/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp489arch/i386/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp494arch/i386/kernel/ptrace.clong tmp;
tmp499arch/i386/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) | TRAP_FLAG;
tmp500arch/i386/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp508arch/i386/kernel/ptrace.clong tmp;
tmp519arch/i386/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp520arch/i386/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp332arch/i386/kernel/setup.cchar tmp[17];
tmp335arch/i386/kernel/setup.csprintf(tmp,"%lu.%02lu",cpu_data[i].udelay_val/500000L,
tmp337arch/i386/kernel/setup.cbp+=sprintf(bp,"%-16s",tmp);
tmp126arch/i386/kernel/sys_i386.cstruct ipc_kludge tmp;
tmp130arch/i386/kernel/sys_i386.cif ((err = verify_area (VERIFY_READ, ptr, sizeof(tmp))))
tmp132arch/i386/kernel/sys_i386.cmemcpy_fromfs (&tmp,(struct ipc_kludge *) ptr,
tmp133arch/i386/kernel/sys_i386.csizeof (tmp));
tmp134arch/i386/kernel/sys_i386.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
tmp55arch/i386/kernel/vm86.cunsigned long tmp;
tmp64arch/i386/kernel/vm86.ctmp = current->tss.esp0;
tmp67arch/i386/kernel/vm86.creturn (struct pt_regs *) tmp;
tmp40arch/i386/math-emu/fpu_trig.cFPU_REG tmp;
tmp53arch/i386/math-emu/fpu_trig.creg_div(X, &CONST_PI2, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
tmp54arch/i386/math-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
tmp56arch/i386/math-emu/fpu_trig.cq = significand(&tmp);
tmp60arch/i386/math-emu/fpu_trig.c&significand(&tmp),
tmp63arch/i386/math-emu/fpu_trig.ctmp.exp = CONST_PI2.exp;
tmp64arch/i386/math-emu/fpu_trig.cnormalize(&tmp);
tmp65arch/i386/math-emu/fpu_trig.creg_move(&tmp, X);
tmp92arch/i386/math-emu/fpu_trig.csignificand(&tmp) = q + 1;
tmp93arch/i386/math-emu/fpu_trig.ctmp.exp = EXP_BIAS + 63;
tmp94arch/i386/math-emu/fpu_trig.ctmp.tag = TW_Valid;
tmp95arch/i386/math-emu/fpu_trig.cnormalize(&tmp);
tmp96arch/i386/math-emu/fpu_trig.creg_mul(&CONST_PI2extra, &tmp, &tmp, FULL_PRECISION);
tmp97arch/i386/math-emu/fpu_trig.creg_add(X, &tmp,  X, FULL_PRECISION);
tmp121arch/i386/math-emu/fpu_trig.csignificand(&tmp) = q;
tmp122arch/i386/math-emu/fpu_trig.ctmp.exp = EXP_BIAS + 63;
tmp123arch/i386/math-emu/fpu_trig.ctmp.tag = TW_Valid;
tmp124arch/i386/math-emu/fpu_trig.cnormalize(&tmp);
tmp125arch/i386/math-emu/fpu_trig.creg_mul(&CONST_PI2extra, &tmp, &tmp, FULL_PRECISION);
tmp126arch/i386/math-emu/fpu_trig.creg_sub(X, &tmp, X, FULL_PRECISION);
tmp772arch/i386/math-emu/fpu_trig.cFPU_REG tmp;
tmp797arch/i386/math-emu/fpu_trig.creg_div(st0_ptr, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
tmp799arch/i386/math-emu/fpu_trig.cif ( tmp.exp >= EXP_BIAS )
tmp801arch/i386/math-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow
tmp803arch/i386/math-emu/fpu_trig.cq = significand(&tmp);
tmp806arch/i386/math-emu/fpu_trig.c&significand(&tmp),
tmp810arch/i386/math-emu/fpu_trig.ctmp.exp = st1_ptr->exp;
tmp814arch/i386/math-emu/fpu_trig.creg_move(st0_ptr, &tmp);
tmp817arch/i386/math-emu/fpu_trig.ctmp.sign = sign;
tmp819arch/i386/math-emu/fpu_trig.cif ( (round == RC_RND) && (tmp.sigh & 0xc0000000) )
tmp824arch/i386/math-emu/fpu_trig.cexpdif = st1_ptr->exp - tmp.exp;
tmp828arch/i386/math-emu/fpu_trig.cx = significand(st1_ptr) - significand(&tmp);
tmp830arch/i386/math-emu/fpu_trig.cx = (significand(st1_ptr) << 1) - significand(&tmp);
tmp831arch/i386/math-emu/fpu_trig.cif ( (x < significand(&tmp)) ||
tmp833arch/i386/math-emu/fpu_trig.c((x == significand(&tmp)) && (q & 1) ) )
tmp835arch/i386/math-emu/fpu_trig.ctmp.sign ^= (SIGN_POS^SIGN_NEG);
tmp836arch/i386/math-emu/fpu_trig.csignificand(&tmp) = x;
tmp862arch/i386/math-emu/fpu_trig.creg_move(st0_ptr, &tmp);
tmp863arch/i386/math-emu/fpu_trig.ctmp.exp = EXP_BIAS + 56;
tmp867arch/i386/math-emu/fpu_trig.creg_div(&tmp, st1_ptr, &tmp, PR_64_BITS | RC_CHOP | 0x3f);
tmp870arch/i386/math-emu/fpu_trig.cround_to_int(&tmp);  /* Fortunately, this can't overflow to 2^64 */
tmp873arch/i386/math-emu/fpu_trig.c&significand(&tmp),
tmp875arch/i386/math-emu/fpu_trig.csignificand(&tmp),
tmp876arch/i386/math-emu/fpu_trig.ctmp.exp - EXP_BIAS
tmp878arch/i386/math-emu/fpu_trig.ctmp.exp = exp_1 + expdif;
tmp879arch/i386/math-emu/fpu_trig.ctmp.sign = sign;
tmp886arch/i386/math-emu/fpu_trig.cif ( !(tmp.sigh | tmp.sigl) )
tmp905arch/i386/math-emu/fpu_trig.cnormalize_nuo(&tmp);
tmp906arch/i386/math-emu/fpu_trig.creg_move(&tmp, st0_ptr);
tmp1556arch/i386/math-emu/fpu_trig.cFPU_REG tmp;
tmp1588arch/i386/math-emu/fpu_trig.creg_move(st1_ptr, &tmp);
tmp1589arch/i386/math-emu/fpu_trig.cround_to_int(&tmp);               /* This can never overflow here */
tmp1591arch/i386/math-emu/fpu_trig.cscale = st1_ptr->sign ? -tmp.sigl : tmp.sigl;
tmp470arch/i386/math-emu/reg_ld_str.cFPU_REG tmp;
tmp472arch/i386/math-emu/reg_ld_str.creg_move(st0_ptr, &tmp);
tmp473arch/i386/math-emu/reg_ld_str.cexp = tmp.exp - EXP_BIAS;
tmp491arch/i386/math-emu/reg_ld_str.ctmp.exp += -DOUBLE_Emin + 52;  /* largest exp to be 51 */
tmp493arch/i386/math-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
tmp500arch/i386/math-emu/reg_ld_str.cif ( !((tmp.sigh == 0x00100000) && (tmp.sigl == 0) &&
tmp514arch/i386/math-emu/reg_ld_str.cl[0] = tmp.sigl;
tmp515arch/i386/math-emu/reg_ld_str.cl[1] = tmp.sigh;
tmp519arch/i386/math-emu/reg_ld_str.cif ( tmp.sigl & 0x000007ff )
tmp525arch/i386/math-emu/reg_ld_str.cincrement = ((tmp.sigl & 0x7ff) > 0x400) |  /* nearest */
tmp526arch/i386/math-emu/reg_ld_str.c((tmp.sigl & 0xc00) == 0xc00);            /* odd -> even */
tmp529arch/i386/math-emu/reg_ld_str.cincrement = (tmp.sign == SIGN_POS) ? 0 : tmp.sigl & 0x7ff;
tmp532arch/i386/math-emu/reg_ld_str.cincrement = (tmp.sign == SIGN_POS) ? tmp.sigl & 0x7ff : 0;
tmp540arch/i386/math-emu/reg_ld_str.ctmp.sigl &= 0xfffff800;
tmp546arch/i386/math-emu/reg_ld_str.cif ( tmp.sigl >= 0xfffff800 )
tmp549arch/i386/math-emu/reg_ld_str.cif ( tmp.sigh == 0xffffffff )
tmp552arch/i386/math-emu/reg_ld_str.ctmp.sigh = 0x80000000;
tmp559arch/i386/math-emu/reg_ld_str.ctmp.sigh ++;
tmp561arch/i386/math-emu/reg_ld_str.ctmp.sigl = 0x00000000;
tmp566arch/i386/math-emu/reg_ld_str.ctmp.sigl += 0x00000800;
tmp573arch/i386/math-emu/reg_ld_str.cl[0] = (tmp.sigl >> 11) | (tmp.sigh << 21);
tmp574arch/i386/math-emu/reg_ld_str.cl[1] = ((tmp.sigh >> 11) & 0xfffff);
tmp665arch/i386/math-emu/reg_ld_str.cFPU_REG tmp;
tmp667arch/i386/math-emu/reg_ld_str.creg_move(st0_ptr, &tmp);
tmp668arch/i386/math-emu/reg_ld_str.cexp = tmp.exp - EXP_BIAS;
tmp686arch/i386/math-emu/reg_ld_str.ctmp.exp += -SINGLE_Emin + 23;  /* largest exp to be 22 */
tmp688arch/i386/math-emu/reg_ld_str.cif ( (precision_loss = round_to_int(&tmp)) )
tmp695arch/i386/math-emu/reg_ld_str.cif ( !((tmp.sigl == 0x00800000) &&
tmp709arch/i386/math-emu/reg_ld_str.ctempl = tmp.sigl;
tmp713arch/i386/math-emu/reg_ld_str.cif ( tmp.sigl | (tmp.sigh & 0x000000ff) )
tmp715arch/i386/math-emu/reg_ld_str.cunsigned long sigh = tmp.sigh;
tmp716arch/i386/math-emu/reg_ld_str.cunsigned long sigl = tmp.sigl;
tmp726arch/i386/math-emu/reg_ld_str.cincrement = (tmp.sign == SIGN_POS)
tmp730arch/i386/math-emu/reg_ld_str.cincrement = (tmp.sign == SIGN_POS)
tmp739arch/i386/math-emu/reg_ld_str.ctmp.sigl = 0;
tmp748arch/i386/math-emu/reg_ld_str.ctmp.sigh = 0x80000000;
tmp755arch/i386/math-emu/reg_ld_str.ctmp.sigh &= 0xffffff00;
tmp756arch/i386/math-emu/reg_ld_str.ctmp.sigh += 0x100;
tmp762arch/i386/math-emu/reg_ld_str.ctmp.sigh &= 0xffffff00;  /* Finish the truncation */
tmp766arch/i386/math-emu/reg_ld_str.ctempl = (tmp.sigh >> 8) & 0x007fffff;
tmp1383arch/i386/math-emu/reg_ld_str.cFPU_REG tmp;
tmp1425arch/i386/math-emu/reg_ld_str.creg_move(rp, &tmp);
tmp1426arch/i386/math-emu/reg_ld_str.ctmp.exp += -EXTENDED_Emin + 63;  /* largest exp to be 63 */
tmp1427arch/i386/math-emu/reg_ld_str.cround_to_int(&tmp);
tmp1430arch/i386/math-emu/reg_ld_str.cput_fs_long(tmp.sigl, (unsigned long *) d);
tmp1431arch/i386/math-emu/reg_ld_str.cput_fs_long(tmp.sigh, (unsigned long *) (d + 4));
tmp113arch/i386/mm/init.cunsigned long tmp;
tmp182arch/i386/mm/init.cfor (tmp = 0 ; tmp < PTRS_PER_PTE ; tmp++,pg_table++) {
tmp200arch/i386/mm/init.cunsigned long tmp;
tmp235arch/i386/mm/init.cfor (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) {
tmp236arch/i386/mm/init.cif (mem_map[MAP_NR(tmp)].reserved) {
tmp237arch/i386/mm/init.cif (tmp >= 0xA0000 && tmp < 0x100000)
tmp239arch/i386/mm/init.celse if (tmp < (unsigned long) &_etext)
tmp245arch/i386/mm/init.cmem_map[MAP_NR(tmp)].count = 1;
tmp246arch/i386/mm/init.cfree_page(tmp);
tmp248arch/i386/mm/init.ctmp = nr_free_pages << PAGE_SHIFT;
tmp250arch/i386/mm/init.ctmp >> 10,
tmp60arch/mips/kernel/ipc.cstruct ipc_kludge tmp;
tmp64arch/mips/kernel/ipc.cif ((err = verify_area (VERIFY_READ, ptr, sizeof(tmp))))
tmp66arch/mips/kernel/ipc.cmemcpy_fromfs (&tmp,(struct ipc_kludge *) ptr,
tmp67arch/mips/kernel/ipc.csizeof (tmp));
tmp68arch/mips/kernel/ipc.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
tmp334arch/mips/kernel/ptrace.cunsigned long tmp;
tmp337arch/mips/kernel/ptrace.cres = read_long(child, addr, &tmp);
tmp342arch/mips/kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp348arch/mips/kernel/ptrace.cunsigned long tmp;
tmp358arch/mips/kernel/ptrace.ctmp = 0;  /* Default return condition */
tmp362arch/mips/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*addr - MAGICNUMBER);
tmp366arch/mips/kernel/ptrace.ctmp &= 0xffff;
tmp372arch/mips/kernel/ptrace.ctmp = child->debugreg[addr];
tmp374arch/mips/kernel/ptrace.cput_fs_long(tmp,(unsigned long *) data);
tmp441arch/mips/kernel/ptrace.clong tmp;
tmp452arch/mips/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp453arch/mips/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp463arch/mips/kernel/ptrace.clong tmp;
tmp470arch/mips/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp471arch/mips/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp476arch/mips/kernel/ptrace.clong tmp;
tmp481arch/mips/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) | TRAP_FLAG;
tmp482arch/mips/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp490arch/mips/kernel/ptrace.clong tmp;
tmp501arch/mips/kernel/ptrace.ctmp = get_stack_long(child, sizeof(long)*EFL-MAGICNUMBER) & ~TRAP_FLAG;
tmp502arch/mips/kernel/ptrace.cput_stack_long(child, sizeof(long)*EFL-MAGICNUMBER,tmp);
tmp238arch/mips/mm/init.cunsigned long tmp;
tmp251arch/mips/mm/init.ctmp = start_mem;
tmp252arch/mips/mm/init.cwhile (tmp < high_memory) {
tmp253arch/mips/mm/init.cmem_map[MAP_NR(tmp)].reserved = 0;
tmp254arch/mips/mm/init.ctmp += PAGE_SIZE;
tmp263arch/mips/mm/init.cfor (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) {
tmp264arch/mips/mm/init.cif (mem_map[MAP_NR(tmp)].reserved) {
tmp265arch/mips/mm/init.cif (tmp < (unsigned long) &_etext)
tmp267arch/mips/mm/init.celse if (tmp < start_mem)
tmp271arch/mips/mm/init.cmem_map[MAP_NR(tmp)].count = 1;
tmp272arch/mips/mm/init.cfree_page(tmp);
tmp274arch/mips/mm/init.ctmp = nr_free_pages << PAGE_SHIFT;
tmp276arch/mips/mm/init.ctmp >> 10,
tmp534arch/ppc/kernel/raw_printf.ctmp = val;
tmp168arch/ppc/mm/init.cunsigned long tmp;
tmp185arch/ppc/mm/init.cfor (tmp = 0 ; tmp < PTRS_PER_PAGE ; tmp++,pg_table++) {
tmp206arch/ppc/mm/init.cunsigned long tmp;
tmp228arch/ppc/mm/init.cfor (tmp = KERNELBASE ; tmp < high_memory ; tmp += PAGE_SIZE)
tmp230arch/ppc/mm/init.cif (mem_map[MAP_NR(tmp)].reserved)
tmp239arch/ppc/mm/init.c} else if (tmp < (unsigned long) &etext)
tmp248arch/ppc/mm/init.cmem_map[MAP_NR(tmp)].count = 1;
tmp249arch/ppc/mm/init.cfree_page(tmp);
tmp251arch/ppc/mm/init.ctmp = nr_free_pages << PAGE_SHIFT;
tmp253arch/ppc/mm/init.ctmp >> 10,
tmp85arch/sparc/kernel/sys_sparc.cstruct ipc_kludge tmp;
tmp89arch/sparc/kernel/sys_sparc.cif ((err = verify_area (VERIFY_READ, ptr, sizeof(tmp))))
tmp91arch/sparc/kernel/sys_sparc.cmemcpy_fromfs (&tmp,(struct ipc_kludge *) ptr,
tmp92arch/sparc/kernel/sys_sparc.csizeof (tmp));
tmp93arch/sparc/kernel/sys_sparc.creturn sys_msgrcv (first, tmp.msgp, second, tmp.msgtyp, third);
tmp875arch/sparc/mm/sun4c.cunsigned long pte, tmp;
tmp886arch/sparc/mm/sun4c.cfor(tmp = 0; tmp < SUN4C_PTRS_PER_PTE; tmp++, pg_table++) {
tmp2592drivers/block/floppy.cint tmp;
tmp2641drivers/block/floppy.ctmp = make_raw_rw_request();
tmp2642drivers/block/floppy.cif (tmp < 2){
tmp2643drivers/block/floppy.crequest_done(tmp);
tmp3433drivers/block/floppy.cchar *tmp;
tmp3477drivers/block/floppy.ctmp=(char *)dma_mem_alloc(1024 * try);
tmp3478drivers/block/floppy.cif (!tmp) {
tmp3481drivers/block/floppy.ctmp= (char *)dma_mem_alloc(1024*try);
tmp3483drivers/block/floppy.cif (!tmp) {
tmp3488drivers/block/floppy.cfree_pages((unsigned long)tmp,__get_order(try*1024));
tmp3491drivers/block/floppy.cfloppy_track_buffer = tmp;
tmp604drivers/block/ide.cbyte tmp;
tmp606drivers/block/ide.cif (!OK_STAT(tmp=GET_STAT(), 0, BUSY_STAT)) {
tmp611drivers/block/ide.cprintk("%s: reset timed-out, status=0x%02x\n", hwif->name, tmp);
tmp614drivers/block/ide.cif ((tmp = GET_ERR()) == 1)
tmp618drivers/block/ide.cswitch (tmp & 0x7f) {
tmp629drivers/block/ide.cdefault:printk("error (0x%02x?)", tmp);
tmp631drivers/block/ide.cif (tmp & 0x80)
tmp256drivers/block/ll_rw_blk.cstruct request * tmp;
tmp281drivers/block/ll_rw_blk.cif (!(tmp = dev->current_request)) {
tmp287drivers/block/ll_rw_blk.cfor ( ; tmp->next ; tmp = tmp->next) {
tmp288drivers/block/ll_rw_blk.cif ((IN_ORDER(tmp,req) ||
tmp289drivers/block/ll_rw_blk.c!IN_ORDER(tmp,tmp->next)) &&
tmp290drivers/block/ll_rw_blk.cIN_ORDER(req,tmp->next))
tmp293drivers/block/ll_rw_blk.creq->next = tmp->next;
tmp294drivers/block/ll_rw_blk.ctmp->next = req;
tmp82drivers/block/umc8672.cint i, tmp;
tmp91drivers/block/umc8672.ctmp = 0;
tmp94drivers/block/umc8672.ctmp = (tmp << 2) | speedtab[1][speeds[i]];
tmp96drivers/block/umc8672.cout_umc (0xdc,tmp);
tmp158drivers/cdrom/optcd_isp16.hu_char tmp;
tmp170drivers/cdrom/optcd_isp16.htmp = ISP16_IN( ISP16_CTRL_PORT );
tmp172drivers/cdrom/optcd_isp16.hif ( tmp != 2 )  /* isp16 with 82C929 not detected */
tmp1727drivers/cdrom/sjcd.cu_char tmp;
tmp1739drivers/cdrom/sjcd.ctmp = ISP16_IN( ISP16_CTRL_PORT );
tmp1741drivers/cdrom/sjcd.cif ( tmp != 2 )  /* isp16 with 82C929 not detected */
tmp1172drivers/char/console.cunsigned short tmp, old = video_erase_char;
tmp1176drivers/char/console.ctmp = scr_readw(p);
tmp1178drivers/char/console.cold = tmp;
tmp1814drivers/char/cyclades.cstruct serial_struct tmp;
tmp1820drivers/char/cyclades.cmemset(&tmp, 0, sizeof(tmp));
tmp1821drivers/char/cyclades.ctmp.type = info->type;
tmp1822drivers/char/cyclades.ctmp.line = info->line;
tmp1823drivers/char/cyclades.ctmp.port = info->card * 0x100 + info->line - cinfo->first_line;
tmp1824drivers/char/cyclades.ctmp.irq = cinfo->irq;
tmp1825drivers/char/cyclades.ctmp.flags = info->flags;
tmp1826drivers/char/cyclades.ctmp.baud_base = 0;          /*!!!*/
tmp1827drivers/char/cyclades.ctmp.close_delay = info->close_delay;
tmp1828drivers/char/cyclades.ctmp.custom_divisor = 0;     /*!!!*/
tmp1829drivers/char/cyclades.ctmp.hub6 = 0;               /*!!!*/
tmp1830drivers/char/cyclades.cmemcpy_tofs(retinfo,&tmp,sizeof(*retinfo));
tmp2055drivers/char/cyclades.cunsigned long tmp;
tmp2065drivers/char/cyclades.ctmp = base_addr[CyCOR3<<index] & CyREC_FIFO;
tmp2066drivers/char/cyclades.cput_fs_long(tmp,value);
tmp2107drivers/char/cyclades.cunsigned long tmp;
tmp2117drivers/char/cyclades.ctmp = base_addr[CyRTPR<<index];
tmp2118drivers/char/cyclades.cput_fs_long(tmp,value);
tmp133drivers/char/mem.cchar * tmp = buf;
tmp136drivers/char/mem.cput_user(inb(i),tmp);
tmp138drivers/char/mem.ctmp++;
tmp141drivers/char/mem.creturn tmp-buf;
tmp147drivers/char/mem.cconst char * tmp = buf;
tmp150drivers/char/mem.coutb(get_user(tmp),i);
tmp152drivers/char/mem.ctmp++;
tmp155drivers/char/mem.creturn tmp-buf;
tmp582drivers/char/random.c__u32 tmp[4];
tmp601drivers/char/random.ctmp[0] = 0x67452301;
tmp602drivers/char/random.ctmp[1] = 0xefcdab89;
tmp603drivers/char/random.ctmp[2] = 0x98badcfe;
tmp604drivers/char/random.ctmp[3] = 0x10325476;
tmp606drivers/char/random.cMD5Transform(tmp, r->pool+i);
tmp608drivers/char/random.cadd_entropy_word(r, tmp[0]);
tmp609drivers/char/random.cadd_entropy_word(r, tmp[1]);
tmp610drivers/char/random.cadd_entropy_word(r, tmp[2]);
tmp611drivers/char/random.cadd_entropy_word(r, tmp[3]);
tmp617drivers/char/random.cMD5Transform(tmp, r->pool);
tmp622drivers/char/random.cmemcpy_tofs(buf, (__u8 const *)tmp, i);
tmp624drivers/char/random.cmemcpy(buf, (__u8 const *)tmp, i);
tmp630drivers/char/random.cmemset(tmp, 0, sizeof(tmp));
tmp152drivers/char/selection.cint tmp = ps;
tmp154drivers/char/selection.cpe = tmp;
tmp1469drivers/char/serial.cstruct serial_struct tmp;
tmp1473drivers/char/serial.cmemset(&tmp, 0, sizeof(tmp));
tmp1474drivers/char/serial.ctmp.type = info->type;
tmp1475drivers/char/serial.ctmp.line = info->line;
tmp1476drivers/char/serial.ctmp.port = info->port;
tmp1477drivers/char/serial.ctmp.irq = info->irq;
tmp1478drivers/char/serial.ctmp.flags = info->flags;
tmp1479drivers/char/serial.ctmp.baud_base = info->baud_base;
tmp1480drivers/char/serial.ctmp.close_delay = info->close_delay;
tmp1481drivers/char/serial.ctmp.closing_wait = info->closing_wait;
tmp1482drivers/char/serial.ctmp.custom_divisor = info->custom_divisor;
tmp1483drivers/char/serial.ctmp.hub6 = info->hub6;
tmp1484drivers/char/serial.cmemcpy_tofs(retinfo,&tmp,sizeof(*retinfo));
tmp237drivers/char/tty_ioctl.cstruct sgttyb tmp;
tmp242drivers/char/tty_ioctl.ctmp.sg_ispeed = 0;
tmp243drivers/char/tty_ioctl.ctmp.sg_ospeed = 0;
tmp244drivers/char/tty_ioctl.ctmp.sg_erase = tty->termios->c_cc[VERASE];
tmp245drivers/char/tty_ioctl.ctmp.sg_kill = tty->termios->c_cc[VKILL];
tmp246drivers/char/tty_ioctl.ctmp.sg_flags = get_sgflags(tty);
tmp247drivers/char/tty_ioctl.cmemcpy_tofs(sgttyb, &tmp, sizeof(tmp));
tmp279drivers/char/tty_ioctl.cstruct sgttyb tmp;
tmp289drivers/char/tty_ioctl.cmemcpy_fromfs(&tmp, sgttyb, sizeof(tmp));
tmp290drivers/char/tty_ioctl.ctermios.c_cc[VERASE] = tmp.sg_erase;
tmp291drivers/char/tty_ioctl.ctermios.c_cc[VKILL] = tmp.sg_kill;
tmp292drivers/char/tty_ioctl.cset_sgflags(&termios, tmp.sg_flags);
tmp302drivers/char/tty_ioctl.cstruct tchars tmp;
tmp307drivers/char/tty_ioctl.ctmp.t_intrc = tty->termios->c_cc[VINTR];
tmp308drivers/char/tty_ioctl.ctmp.t_quitc = tty->termios->c_cc[VQUIT];
tmp309drivers/char/tty_ioctl.ctmp.t_startc = tty->termios->c_cc[VSTART];
tmp310drivers/char/tty_ioctl.ctmp.t_stopc = tty->termios->c_cc[VSTOP];
tmp311drivers/char/tty_ioctl.ctmp.t_eofc = tty->termios->c_cc[VEOF];
tmp312drivers/char/tty_ioctl.ctmp.t_brkc = tty->termios->c_cc[VEOL2];  /* what is brkc anyway? */
tmp313drivers/char/tty_ioctl.cmemcpy_tofs(tchars, &tmp, sizeof(tmp));
tmp320drivers/char/tty_ioctl.cstruct tchars tmp;
tmp325drivers/char/tty_ioctl.cmemcpy_fromfs(&tmp, tchars, sizeof(tmp));
tmp326drivers/char/tty_ioctl.ctty->termios->c_cc[VINTR] = tmp.t_intrc;
tmp327drivers/char/tty_ioctl.ctty->termios->c_cc[VQUIT] = tmp.t_quitc;
tmp328drivers/char/tty_ioctl.ctty->termios->c_cc[VSTART] = tmp.t_startc;
tmp329drivers/char/tty_ioctl.ctty->termios->c_cc[VSTOP] = tmp.t_stopc;
tmp330drivers/char/tty_ioctl.ctty->termios->c_cc[VEOF] = tmp.t_eofc;
tmp331drivers/char/tty_ioctl.ctty->termios->c_cc[VEOL2] = tmp.t_brkc;  /* what is brkc anyway? */
tmp340drivers/char/tty_ioctl.cstruct ltchars tmp;
tmp345drivers/char/tty_ioctl.ctmp.t_suspc = tty->termios->c_cc[VSUSP];
tmp346drivers/char/tty_ioctl.ctmp.t_dsuspc = tty->termios->c_cc[VSUSP];  /* what is dsuspc anyway? */
tmp347drivers/char/tty_ioctl.ctmp.t_rprntc = tty->termios->c_cc[VREPRINT];
tmp348drivers/char/tty_ioctl.ctmp.t_flushc = tty->termios->c_cc[VEOL2];  /* what is flushc anyway? */
tmp349drivers/char/tty_ioctl.ctmp.t_werasc = tty->termios->c_cc[VWERASE];
tmp350drivers/char/tty_ioctl.ctmp.t_lnextc = tty->termios->c_cc[VLNEXT];
tmp351drivers/char/tty_ioctl.cmemcpy_tofs(ltchars, &tmp, sizeof(tmp));
tmp358drivers/char/tty_ioctl.cstruct ltchars tmp;
tmp363drivers/char/tty_ioctl.cmemcpy_fromfs(&tmp, ltchars, sizeof(tmp));
tmp364drivers/char/tty_ioctl.ctty->termios->c_cc[VSUSP] = tmp.t_suspc;
tmp365drivers/char/tty_ioctl.ctty->termios->c_cc[VEOL2] = tmp.t_dsuspc;  /* what is dsuspc anyway? */
tmp366drivers/char/tty_ioctl.ctty->termios->c_cc[VREPRINT] = tmp.t_rprntc;
tmp367drivers/char/tty_ioctl.ctty->termios->c_cc[VEOL2] = tmp.t_flushc;  /* what is flushc anyway? */
tmp368drivers/char/tty_ioctl.ctty->termios->c_cc[VWERASE] = tmp.t_werasc;
tmp369drivers/char/tty_ioctl.ctty->termios->c_cc[VLNEXT] = tmp.t_lnextc;
tmp494drivers/net/de4x5.cint tmp = num_de4x5s, status = -ENODEV;
tmp504drivers/net/de4x5.cif ((tmp == num_de4x5s) && (iobase != 0) && loading_module) {
tmp527drivers/net/de4x5.cchar *tmp;
tmp624drivers/net/de4x5.cfor (tmp=NULL, j=0; (j<BUFF_ALLOC_RETRIES) && (tmp==NULL); j++) {
tmp625drivers/net/de4x5.cif ((tmp = (void *)kmalloc(RX_BUFF_SZ * NUM_RX_DESC + ALIGN, 
tmp627drivers/net/de4x5.ctmp = (char *)(((u_long) tmp + ALIGN) & ~ALIGN);
tmp631drivers/net/de4x5.clp->rx_ring[i].buf = virt_to_bus(tmp + i * RX_BUFF_SZ);
tmp638drivers/net/de4x5.cif (tmp != NULL) {
tmp1636drivers/net/de4x5.cstruct device *tmp = NULL, *ret;
tmp1655drivers/net/de4x5.ctmp = dev->next;                     /* point to the next device */
tmp1698drivers/net/de4x5.cfor (; (tmp->next!=NULL) && (tmp->base_addr!=DE4X5_NDA); tmp=tmp->next);
tmp1704drivers/net/de4x5.cif ((tmp->next == NULL) && !(tmp->base_addr == DE4X5_NDA)) {
tmp1705drivers/net/de4x5.ctmp->next = (struct device *)kmalloc(sizeof(struct device) + 8,
tmp1707drivers/net/de4x5.ctmp = tmp->next;                     /* point to the new device */
tmp1708drivers/net/de4x5.cif (tmp == NULL) {
tmp1717drivers/net/de4x5.ctmp->name = (char *)(tmp + sizeof(struct device));
tmp1719drivers/net/de4x5.csprintf(tmp->name,"eth????");       /* New device name */
tmp1721drivers/net/de4x5.csprintf(tmp->name,"eth%d", num_eth);/* New device name */
tmp1723drivers/net/de4x5.ctmp->base_addr = 0;                /* re-insert the io address */
tmp1724drivers/net/de4x5.ctmp->next = NULL;                  /* mark the end of list */
tmp1725drivers/net/de4x5.ctmp->init = init;                  /* initialisation routine */
tmp1728drivers/net/de4x5.ctmp->base_addr = 0;                  /* re-insert the io address */
tmp2224drivers/net/de4x5.cint i, j, tmp, status = 0;
tmp2235drivers/net/de4x5.cwhile ((tmp = inl(aprom_addr)) < 0);
tmp2236drivers/net/de4x5.cdata = (char)tmp;
tmp2268drivers/net/de4x5.cint i, k, tmp, status = 0;
tmp2278drivers/net/de4x5.cwhile ((tmp = inl(DE4X5_APROM)) < 0);
tmp2279drivers/net/de4x5.ck += (u_char) tmp;
tmp2280drivers/net/de4x5.cdev->dev_addr[i++] = (u_char) tmp;
tmp2281drivers/net/de4x5.cwhile ((tmp = inl(DE4X5_APROM)) < 0);
tmp2282drivers/net/de4x5.ck += (u_short) (tmp << 8);
tmp2283drivers/net/de4x5.cdev->dev_addr[i++] = (u_char) tmp;
tmp2289drivers/net/de4x5.ck += (u_char) (tmp = inb(EISA_APROM));
tmp2290drivers/net/de4x5.cdev->dev_addr[i++] = (u_char) tmp;
tmp2291drivers/net/de4x5.ck += (u_short) ((tmp = inb(EISA_APROM)) << 8);
tmp2292drivers/net/de4x5.cdev->dev_addr[i++] = (u_char) tmp;
tmp2301drivers/net/de4x5.cwhile ((tmp = inl(DE4X5_APROM)) < 0);
tmp2302drivers/net/de4x5.cchksum = (u_char) tmp;
tmp2303drivers/net/de4x5.cwhile ((tmp = inl(DE4X5_APROM)) < 0);
tmp2304drivers/net/de4x5.cchksum |= (u_short) (tmp << 8);
tmp2373drivers/net/de4x5.cs32 tmp;
tmp2377drivers/net/de4x5.ctmp = getfrom_srom(addr);
tmp2380drivers/net/de4x5.cword = (word << 1) | ((tmp >> 3) & 0x01);
tmp2413drivers/net/de4x5.cs32 tmp;
tmp2415drivers/net/de4x5.ctmp = inl(addr);
tmp2418drivers/net/de4x5.creturn tmp;
tmp2505drivers/net/de4x5.c} tmp;
tmp2514drivers/net/de4x5.ctmp.addr[i] = dev->dev_addr[i];
tmp2516drivers/net/de4x5.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp2527drivers/net/de4x5.cmemcpy_fromfs(tmp.addr, ioc->data, ETH_ALEN);
tmp2529drivers/net/de4x5.cdev->dev_addr[i] = tmp.addr[i];
tmp2582drivers/net/de4x5.cmemcpy_fromfs(tmp.addr, ioc->data, ETH_ALEN * ioc->len);
tmp2633drivers/net/de4x5.ctmp.addr[0] = inl(DE4X5_OMR);
tmp2635drivers/net/de4x5.cmemcpy_tofs(ioc->data, tmp.addr, 1);
tmp2642drivers/net/de4x5.cmemcpy_fromfs(tmp.addr, ioc->data, 1);
tmp2643drivers/net/de4x5.coutl(tmp.addr[0], DE4X5_OMR);
tmp2652drivers/net/de4x5.ctmp.lval[0] = inl(DE4X5_STS); j+=4;
tmp2653drivers/net/de4x5.ctmp.lval[1] = inl(DE4X5_BMR); j+=4;
tmp2654drivers/net/de4x5.ctmp.lval[2] = inl(DE4X5_IMR); j+=4;
tmp2655drivers/net/de4x5.ctmp.lval[3] = inl(DE4X5_OMR); j+=4;
tmp2656drivers/net/de4x5.ctmp.lval[4] = inl(DE4X5_SISR); j+=4;
tmp2657drivers/net/de4x5.ctmp.lval[5] = inl(DE4X5_SICR); j+=4;
tmp2658drivers/net/de4x5.ctmp.lval[6] = inl(DE4X5_STRR); j+=4;
tmp2659drivers/net/de4x5.ctmp.lval[7] = inl(DE4X5_SIGR); j+=4;
tmp2662drivers/net/de4x5.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp2670drivers/net/de4x5.ctmp.addr[j++] = dev->irq;
tmp2672drivers/net/de4x5.ctmp.addr[j++] = dev->dev_addr[i];
tmp2674drivers/net/de4x5.ctmp.addr[j++] = lp->rxRingSize;
tmp2675drivers/net/de4x5.ctmp.lval[j>>2] = (long)lp->rx_ring; j+=4;
tmp2676drivers/net/de4x5.ctmp.lval[j>>2] = (long)lp->tx_ring; j+=4;
tmp2680drivers/net/de4x5.ctmp.lval[j>>2] = (long)&lp->rx_ring[i].status; j+=4;
tmp2683drivers/net/de4x5.ctmp.lval[j>>2] = (long)&lp->rx_ring[i].status; j+=4;
tmp2686drivers/net/de4x5.ctmp.lval[j>>2] = (long)&lp->tx_ring[i].status; j+=4;
tmp2689drivers/net/de4x5.ctmp.lval[j>>2] = (long)&lp->tx_ring[i].status; j+=4;
tmp2693drivers/net/de4x5.ctmp.lval[j>>2] = (s32)lp->rx_ring[i].buf; j+=4;
tmp2696drivers/net/de4x5.ctmp.lval[j>>2] = (s32)lp->rx_ring[i].buf; j+=4;
tmp2699drivers/net/de4x5.ctmp.lval[j>>2] = (s32)lp->tx_ring[i].buf; j+=4;
tmp2702drivers/net/de4x5.ctmp.lval[j>>2] = (s32)lp->tx_ring[i].buf; j+=4;
tmp2705drivers/net/de4x5.ctmp.lval[j>>2] = lp->rx_ring[i].status; j+=4;
tmp2708drivers/net/de4x5.ctmp.lval[j>>2] = lp->tx_ring[i].status; j+=4;
tmp2711drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_STS); j+=4;
tmp2712drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_BMR); j+=4;
tmp2713drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_IMR); j+=4;
tmp2714drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_OMR); j+=4;
tmp2715drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_SISR); j+=4;
tmp2716drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_SICR); j+=4;
tmp2717drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_STRR); j+=4;
tmp2718drivers/net/de4x5.ctmp.lval[j>>2] = inl(DE4X5_SIGR); j+=4; 
tmp2720drivers/net/de4x5.ctmp.addr[j++] = lp->txRingSize;
tmp2721drivers/net/de4x5.ctmp.addr[j++] = dev->tbusy;
tmp2725drivers/net/de4x5.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp441drivers/net/depca.cint tmp = num_depcas, status = -ENODEV;
tmp451drivers/net/depca.cif ((tmp == num_depcas) && (iobase != 0) && loading_module) {
tmp1294drivers/net/depca.cstruct device *tmp = NULL, *ret;
tmp1313drivers/net/depca.ctmp = dev->next;                     /* point to the next device */
tmp1356drivers/net/depca.cfor (;(tmp->next!=NULL) && (tmp->base_addr!=DEPCA_NDA); tmp=tmp->next);
tmp1362drivers/net/depca.cif ((tmp->next == NULL) && !(tmp->base_addr == DEPCA_NDA)) {
tmp1363drivers/net/depca.ctmp->next = (struct device *)kmalloc(sizeof(struct device) + 8,
tmp1365drivers/net/depca.ctmp = tmp->next;                     /* point to the new device */
tmp1366drivers/net/depca.cif (tmp == NULL) {
tmp1375drivers/net/depca.ctmp->name = (char *)(tmp + sizeof(struct device));
tmp1377drivers/net/depca.csprintf(tmp->name,"eth????");       /* New device name */
tmp1379drivers/net/depca.csprintf(tmp->name,"eth%d", num_eth);/* New device name */
tmp1381drivers/net/depca.ctmp->base_addr = 0;                /* re-insert the io address */
tmp1382drivers/net/depca.ctmp->next = NULL;                  /* mark the end of list */
tmp1383drivers/net/depca.ctmp->init = init;                  /* initialisation routine */
tmp1386drivers/net/depca.ctmp->base_addr = 0;                  /* re-insert the io address */
tmp1501drivers/net/depca.cint i, k, tmp, status = 0;
tmp1510drivers/net/depca.ck += (u_char) (tmp = inb(DEPCA_PROM + x));
tmp1511drivers/net/depca.cdev->dev_addr[i++] = (u_char) tmp;
tmp1512drivers/net/depca.ck += (u_short) ((tmp = inb(DEPCA_PROM + x)) << 8);
tmp1513drivers/net/depca.cdev->dev_addr[i++] = (u_char) tmp;
tmp1706drivers/net/depca.c} tmp;
tmp1711drivers/net/depca.ctmp.addr[i] = dev->dev_addr[i];
tmp1715drivers/net/depca.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp1722drivers/net/depca.cmemcpy_fromfs(tmp.addr,ioc->data,ETH_ALEN);
tmp1724drivers/net/depca.cdev->dev_addr[i] = tmp.addr[i];
tmp1791drivers/net/depca.cmemcpy_fromfs(tmp.addr, ioc->data, ETH_ALEN * ioc->len);
tmp1836drivers/net/depca.ctmp.sval[i++] = inw(DEPCA_NICSR);
tmp1838drivers/net/depca.ctmp.sval[i++] = inw(DEPCA_DATA);
tmp1839drivers/net/depca.cmemcpy(&tmp.sval[i], &lp->init_block, sizeof(struct depca_init));
tmp1842drivers/net/depca.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp344drivers/net/ewrk3.cint tmp = num_ewrk3s, status = -ENODEV;
tmp355drivers/net/ewrk3.cif ((tmp == num_ewrk3s) && (iobase != 0) && loading_module) {
tmp402drivers/net/ewrk3.c} tmp;
tmp404drivers/net/ewrk3.ctmp.val = (short)Read_EEPROM(iobase, (i>>1));
tmp405drivers/net/ewrk3.ceeprom_image[i] = tmp.c[0];
tmp406drivers/net/ewrk3.ceeprom_image[i+1] = tmp.c[1];
tmp1268drivers/net/ewrk3.cu_char tmp;
tmp1271drivers/net/ewrk3.ctmp = inb(EWRK3_DATA);
tmp1272drivers/net/ewrk3.ctmp |= bit;
tmp1274drivers/net/ewrk3.coutb(tmp, EWRK3_DATA); 
tmp1374drivers/net/ewrk3.cstruct device *tmp = NULL, *ret;
tmp1393drivers/net/ewrk3.ctmp = dev->next;                     /* point to the next device */
tmp1436drivers/net/ewrk3.cfor (;(tmp->next!=NULL) && (tmp->base_addr!=EWRK3_NDA); tmp=tmp->next);
tmp1442drivers/net/ewrk3.cif ((tmp->next == NULL) && !(tmp->base_addr == EWRK3_NDA)) {
tmp1443drivers/net/ewrk3.ctmp->next = (struct device *)kmalloc(sizeof(struct device) + 8,
tmp1445drivers/net/ewrk3.ctmp = tmp->next;                     /* point to the new device */
tmp1446drivers/net/ewrk3.cif (tmp == NULL) {
tmp1455drivers/net/ewrk3.ctmp->name = (char *)(tmp + sizeof(struct device));
tmp1457drivers/net/ewrk3.csprintf(tmp->name,"eth????");       /* New device name */
tmp1459drivers/net/ewrk3.csprintf(tmp->name,"eth%d", num_eth);/* New device name */
tmp1461drivers/net/ewrk3.ctmp->base_addr = 0;                /* re-insert the io address */
tmp1462drivers/net/ewrk3.ctmp->next = NULL;                  /* mark the end of list */
tmp1463drivers/net/ewrk3.ctmp->init = init;                  /* initialisation routine */
tmp1466drivers/net/ewrk3.ctmp->base_addr = 0;                  /* re-insert the io address */
tmp1593drivers/net/ewrk3.cu16 tmp;
tmp1610drivers/net/ewrk3.ck += (u_char) (tmp = inb(EWRK3_APROM));
tmp1611drivers/net/ewrk3.cdev->dev_addr[i] = (u_char) tmp;
tmp1614drivers/net/ewrk3.ck += (u_short) ((tmp = inb(EWRK3_APROM)) << 8);
tmp1615drivers/net/ewrk3.cdev->dev_addr[i] = (u_char) tmp;
tmp1680drivers/net/ewrk3.c} tmp;
tmp1685drivers/net/ewrk3.ctmp.addr[i] = dev->dev_addr[i];
tmp1689drivers/net/ewrk3.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp1700drivers/net/ewrk3.cmemcpy_fromfs(tmp.addr,ioc->data,ETH_ALEN);
tmp1702drivers/net/ewrk3.cdev->dev_addr[i] = tmp.addr[i];
tmp1703drivers/net/ewrk3.coutb(tmp.addr[i], EWRK3_PAR0 + i);
tmp1746drivers/net/ewrk3.ctmp.addr[i] = inb(EWRK3_DATA);
tmp1750drivers/net/ewrk3.cmemcpy_fromio(tmp.addr, (char *)(lp->shmem_base + PAGE0_HTE), (HASH_TABLE_LEN >> 3));
tmp1753drivers/net/ewrk3.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len); 
tmp1761drivers/net/ewrk3.cmemcpy_fromfs(tmp.addr, ioc->data, ETH_ALEN * ioc->len);
tmp1808drivers/net/ewrk3.ctmp.addr[0] = inb(EWRK3_CSR);
tmp1811drivers/net/ewrk3.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp1818drivers/net/ewrk3.cmemcpy_fromfs(tmp.addr, ioc->data, 1);
tmp1819drivers/net/ewrk3.coutb(tmp.addr[0], EWRK3_CSR);
tmp1829drivers/net/ewrk3.ctmp.val[i] = (short)Read_EEPROM(iobase, i);
tmp1832drivers/net/ewrk3.ctmp.addr[i++] = inb(EWRK3_CMR);            /* Config/Management Reg. */
tmp1834drivers/net/ewrk3.ctmp.addr[i++] = inb(EWRK3_PAR0 + j);
tmp1838drivers/net/ewrk3.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp1848drivers/net/ewrk3.cmemcpy_fromfs(tmp.addr, ioc->data, EEPROM_MAX);
tmp1850drivers/net/ewrk3.cWrite_EEPROM(tmp.val[i], iobase, i);
tmp1859drivers/net/ewrk3.ctmp.addr[0] = inb(EWRK3_CMR);
tmp1862drivers/net/ewrk3.cmemcpy_tofs(ioc->data, tmp.addr, ioc->len);
tmp698drivers/net/seeq8005.cint tmp;
tmp722drivers/net/seeq8005.ctmp = jiffies;
tmp723drivers/net/seeq8005.cwhile ( (((status=inw(SEEQ_STATUS)) & SEEQSTAT_FIFO_EMPTY) == 0) && (jiffies < tmp + HZ))
tmp741drivers/net/seeq8005.cint tmp;
tmp744drivers/net/seeq8005.ctmp = jiffies + HZ;
tmp745drivers/net/seeq8005.cwhile ( ( ((status=inw(SEEQ_STATUS)) & SEEQSTAT_WINDOW_INT) != SEEQSTAT_WINDOW_INT) && jiffies < tmp)
tmp1039drivers/net/slip.cunsigned int tmp;
tmp1068drivers/net/slip.ctmp = get_user((int *)arg);
tmp1070drivers/net/slip.cif (tmp & (SL_MODE_CSLIP|SL_MODE_ADAPTIVE))  {
tmp1074drivers/net/slip.cif ((tmp & (SL_MODE_ADAPTIVE | SL_MODE_CSLIP)) ==
tmp1077drivers/net/slip.ctmp &= ~SL_MODE_ADAPTIVE;
tmp1081drivers/net/slip.cif (tmp & SL_MODE_SLIP6)  {
tmp1086drivers/net/slip.cif (tmp & SL_MODE_AX25) {
tmp1090drivers/net/slip.cif (tmp & SL_MODE_AX25) {
tmp1098drivers/net/slip.csl->mode = tmp;
tmp1123drivers/net/slip.ctmp = get_user((int *)arg);
tmp1124drivers/net/slip.cif (tmp > 255) /* max for unchar */
tmp1126drivers/net/slip.cif ((sl->keepalive = (unchar) tmp) != 0) {
tmp1148drivers/net/slip.ctmp = get_user((int *)arg);
tmp1149drivers/net/slip.cif (tmp > 255) /* max for unchar */
tmp1151drivers/net/slip.cif ((sl->outfill = (unchar) tmp) != 0){
tmp178drivers/net/wd.cint tmp = inb(ioaddr+1); /* fiddle with 16bit bit */
tmp179drivers/net/wd.coutb( tmp ^ 0x01, ioaddr+1 ); /* attempt to clear 16bit bit */
tmp181drivers/net/wd.c&& (tmp & 0x01) == 0x01  ) {        /* In a 16 slot. */
tmp185drivers/net/wd.coutb(tmp, ioaddr+1);
tmp192drivers/net/wd.coutb(tmp, ioaddr+1);      /* Restore original reg1 value. */
tmp713drivers/pci/pci.cunsigned char cmd, tmp, hdr_type = 0;
tmp777drivers/pci/pci.c&tmp);
tmp778drivers/pci/pci.cdev->master = ((tmp & PCI_COMMAND_MASTER) != 0);
tmp945drivers/scsi/53c7,8xx.ctmp = hostdata->this_id_mask = NCR53c7x0_read8(SCID_REG);
tmp946drivers/scsi/53c7,8xx.cfor (host->this_id = 0; tmp != 1; tmp >>=1, ++host->this_id);
tmp1180drivers/scsi/53c7,8xx.cvoid *tmp;
tmp1324drivers/scsi/53c7,8xx.ctmp = (hostdata->script + hostdata->script_count);
tmp1325drivers/scsi/53c7,8xx.chostdata->free = ROUNDUP(tmp, void *);
tmp1326drivers/scsi/53c7,8xx.chostdata->free->real = tmp;
tmp1594drivers/scsi/53c7,8xx.cunsigned char tmp;
tmp1650drivers/scsi/53c7,8xx.ctmp = NCR53c7x0_read8(DMODE_REG_10);
tmp1651drivers/scsi/53c7,8xx.ctmp &= (DMODE_800_ERL | DMODE_BL_MASK);
tmp1655drivers/scsi/53c7,8xx.cmemory_to_ncr = tmp|DMODE_800_DIOM;
tmp1656drivers/scsi/53c7,8xx.cncr_to_memory = tmp|DMODE_800_SIOM;
tmp1659drivers/scsi/53c7,8xx.cmemory_to_ncr = ncr_to_memory = tmp;
tmp1674drivers/scsi/53c7,8xx.cpatch_abs_rwri_data (hostdata->script, 0, dmode_memory_to_memory, tmp);
tmp3182drivers/scsi/53c7,8xx.cstruct Scsi_Host *tmp;
tmp3401drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;
tmp3442drivers/scsi/53c7,8xx.ctmp = ROUNDUP(real, void *);
tmp3443drivers/scsi/53c7,8xx.ctmp->real = real;
tmp3444drivers/scsi/53c7,8xx.ctmp->size = size;      
tmp3446drivers/scsi/53c7,8xx.ctmp->free = ((void (*)(void *, int)) kfree_s);
tmp3448drivers/scsi/53c7,8xx.ctmp->free = ((void (*)(void *, int)) kfree);
tmp3452drivers/scsi/53c7,8xx.ctmp->next = hostdata->free;
tmp3453drivers/scsi/53c7,8xx.chostdata->free = tmp;
tmp3458drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) hostdata->free;
tmp3459drivers/scsi/53c7,8xx.cif (tmp) {
tmp3460drivers/scsi/53c7,8xx.chostdata->free = tmp->next;
tmp3463drivers/scsi/53c7,8xx.cif (!tmp)
tmp3466drivers/scsi/53c7,8xx.creturn tmp;
tmp3489drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *tmp;   /* NCR53c7x0_cmd structure for this command */
tmp3503drivers/scsi/53c7,8xx.cif (!(tmp = allocate_cmd (cmd)))
tmp3596drivers/scsi/53c7,8xx.ctmp->saved_data_pointer = virt_to_bus (hostdata->script) + 
tmp3603drivers/scsi/53c7,8xx.ctmp->cmd = cmd;
tmp3604drivers/scsi/53c7,8xx.ctmp->next = NULL;
tmp3605drivers/scsi/53c7,8xx.ctmp->flags = 0;
tmp3606drivers/scsi/53c7,8xx.ctmp->dsa_next_addr = virt_to_bus(tmp->dsa) + hostdata->dsa_next - 
tmp3608drivers/scsi/53c7,8xx.ctmp->dsa_addr = virt_to_bus(tmp->dsa) - hostdata->dsa_start;
tmp3614drivers/scsi/53c7,8xx.ctmp->data_transfer_start = tmp->dsa + (hostdata->dsa_end - 
tmp3616drivers/scsi/53c7,8xx.ctmp->data_transfer_end = tmp->data_transfer_start + 
tmp3619drivers/scsi/53c7,8xx.ccmd_datain = datain ? tmp->data_transfer_start : NULL;
tmp3620drivers/scsi/53c7,8xx.ccmd_dataout = dataout ? (datain ? cmd_datain + 2 * datain : tmp->
tmp3632drivers/scsi/53c7,8xx.chostdata->dsa_fixup(tmp);
tmp3634drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_next, 0, 0);
tmp3635drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_cmnd, 0, virt_to_bus(cmd));
tmp3648drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_select, 0, hostdata->sync[cmd->target].
tmp3656drivers/scsi/53c7,8xx.cmemcpy ((void *) (tmp->select + 1), (void *) wdtr_message,
tmp3658drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout, 0, 1 + sizeof(wdtr_message));
tmp3664drivers/scsi/53c7,8xx.cmemcpy ((void *) (tmp->select + 1), (void *) sdtr_message, 
tmp3666drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout, 0, 1 + sizeof(sdtr_message));
tmp3667drivers/scsi/53c7,8xx.ctmp->flags |= CMD_FLAG_SDTR;
tmp3677drivers/scsi/53c7,8xx.cmemcpy ((void *) (tmp->select + 1), (void *) async_message, 
tmp3679drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout, 0, 1 + sizeof(async_message));
tmp3680drivers/scsi/53c7,8xx.ctmp->flags |= CMD_FLAG_SDTR;
tmp3684drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout, 0, 1);
tmp3686drivers/scsi/53c7,8xx.ctmp->select[0] = (hostdata->options & OPTION_DISCONNECT) ? 
tmp3688drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout, 1, virt_to_bus(tmp->select));
tmp3689drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_cmdout, 0, cmd->cmd_len);
tmp3690drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_cmdout, 1, virt_to_bus(cmd->cmnd));
tmp3691drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_dataout, 0, cmd_dataout ? 
tmp3694drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_datain, 0, cmd_datain ? 
tmp3701drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgin, 0, 1);
tmp3707drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgin, 1, virt_to_bus(&cmd->result) + 1);
tmp3708drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_status, 0, 1);
tmp3709drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_status, 1, virt_to_bus(&cmd->result));
tmp3710drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout_other, 0, 1);
tmp3711drivers/scsi/53c7,8xx.cpatch_dsa_32(tmp->dsa, dsa_msgout_other, 1, 
tmp3827drivers/scsi/53c7,8xx.creturn tmp;
tmp3857drivers/scsi/53c7,8xx.cScsi_Cmnd *tmp;
tmp3899drivers/scsi/53c7,8xx.ccmd->host_scribble = (unsigned char *) tmp = create_cmd (cmd);
tmp3912drivers/scsi/53c7,8xx.cfor (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp->SCp.ptr; 
tmp3913drivers/scsi/53c7,8xx.ctmp = (Scsi_Cmnd *) tmp->SCp.ptr);
tmp3914drivers/scsi/53c7,8xx.ctmp->SCp.ptr = (unsigned char *) cmd;
tmp3944drivers/scsi/53c7,8xx.cScsi_Cmnd *tmp = cmd->cmd;
tmp3966drivers/scsi/53c7,8xx.ctmp->result = (DID_BAD_TARGET << 16);
tmp3969drivers/scsi/53c7,8xx.ctmp->scsi_done(tmp);
tmp3979drivers/scsi/53c7,8xx.c++hostdata->busy[tmp->target][tmp->lun];
tmp3996drivers/scsi/53c7,8xx.ctmp->result = (DID_ERROR << 16);
tmp3999drivers/scsi/53c7,8xx.ctmp->scsi_done(tmp);
tmp4058drivers/scsi/53c7,8xx.cScsi_Cmnd *tmp, *prev;
tmp4083drivers/scsi/53c7,8xx.ctmp = (Scsi_Cmnd *) hostdata->issue_queue;
tmp4084drivers/scsi/53c7,8xx.chostdata->issue_queue = (Scsi_Cmnd *) tmp->SCp.ptr;
tmp4085drivers/scsi/53c7,8xx.ctmp->result = (DID_BAD_TARGET << 16);
tmp4086drivers/scsi/53c7,8xx.cif (tmp->host_scribble) {
tmp4087drivers/scsi/53c7,8xx.c((struct NCR53c7x0_cmd *)tmp->host_scribble)->next = 
tmp4090drivers/scsi/53c7,8xx.c(struct NCR53c7x0_cmd *)tmp->host_scribble;
tmp4091drivers/scsi/53c7,8xx.ctmp->host_scribble = NULL;
tmp4093drivers/scsi/53c7,8xx.ctmp->scsi_done (tmp);
tmp4096drivers/scsi/53c7,8xx.cfor (tmp = (Scsi_Cmnd *) hostdata->issue_queue, 
tmp4097drivers/scsi/53c7,8xx.cprev = NULL; tmp; prev = tmp, tmp = (Scsi_Cmnd *) 
tmp4098drivers/scsi/53c7,8xx.ctmp->SCp.ptr) 
tmp4099drivers/scsi/53c7,8xx.cif (!tmp->host_scribble || 
tmp4100drivers/scsi/53c7,8xx.c!busyp (host, hostdata, tmp)) {
tmp4102drivers/scsi/53c7,8xx.cprev->SCp.ptr = tmp->SCp.ptr;
tmp4105drivers/scsi/53c7,8xx.ctmp->SCp.ptr;
tmp4106drivers/scsi/53c7,8xx.ctmp->SCp.ptr = NULL;
tmp4107drivers/scsi/53c7,8xx.cif (tmp->host_scribble) {
tmp4110drivers/scsi/53c7,8xx.chost->host_no, tmp->target, tmp->lun);
tmp4115drivers/scsi/53c7,8xx.ctmp->host_scribble);
tmp4117drivers/scsi/53c7,8xx.cif (((tmp->result & 0xff) == 0xff) ||
tmp4118drivers/scsi/53c7,8xx.c((tmp->result & 0xff00) == 0xff00)) {
tmp4121drivers/scsi/53c7,8xx.ctmp->result = DID_ERROR << 16;
tmp4124drivers/scsi/53c7,8xx.ctmp->scsi_done(tmp);
tmp4417drivers/scsi/53c7,8xx.cScsi_Cmnd *tmp;
tmp4424drivers/scsi/53c7,8xx.cif (!(tmp = cmd->cmd)) {
tmp4434drivers/scsi/53c7,8xx.cif (((tmp->result & 0xff) == 0xff) ||
tmp4435drivers/scsi/53c7,8xx.c((tmp->result & 0xff00) == 0xff00))
tmp4444drivers/scsi/53c7,8xx.c--hostdata->busy[tmp->target][tmp->lun];
tmp4448drivers/scsi/53c7,8xx.ctmp->host_scribble = NULL;
tmp4452drivers/scsi/53c7,8xx.chost->host_no, tmp->pid, tmp->target, tmp->lun, tmp->result);
tmp4453drivers/scsi/53c7,8xx.cprint_command (tmp->cmnd);
tmp4459drivers/scsi/53c7,8xx.ctmp->scsi_done(tmp);
tmp5006drivers/scsi/53c7,8xx.cint tmp;
tmp5037drivers/scsi/53c7,8xx.ctmp = pcibios_read_config_word (hostdata->pci_bus, 
tmp5040drivers/scsi/53c7,8xx.cif (tmp == PCIBIOS_SUCCESSFUL) {
tmp5053drivers/scsi/53c7,8xx.chost->host_no, pcibios_strerror (tmp));
tmp5107drivers/scsi/53c7,8xx.cint tmp;
tmp5270drivers/scsi/53c7,8xx.cswitch ((tmp = hostdata->dstat_sir_intr (host, cmd))) {
tmp5290drivers/scsi/53c7,8xx.ctmp);
tmp5332drivers/scsi/53c7,8xx.c*tmp;      
tmp5361drivers/scsi/53c7,8xx.ctmp = buf + strlen(buf);
tmp5363drivers/scsi/53c7,8xx.csprintf (tmp, " 0x%08x (virt 0x%p)\n", insn[2], 
tmp5367drivers/scsi/53c7,8xx.csprintf (tmp, "\n");
tmp5587drivers/scsi/53c7,8xx.cScsi_Cmnd *tmp;
tmp5614drivers/scsi/53c7,8xx.cfor (tmp = nuke_list = return_outstanding_commands (host, 1 /* free */,
tmp5615drivers/scsi/53c7,8xx.c0 /* issue */ ); tmp; tmp = (Scsi_Cmnd *) tmp->SCp.buffer)
tmp5616drivers/scsi/53c7,8xx.cif (tmp == cmd) {
tmp5644drivers/scsi/53c7,8xx.cfor (; nuke_list; nuke_list = tmp) {
tmp5645drivers/scsi/53c7,8xx.ctmp = (Scsi_Cmnd *) nuke_list->SCp.buffer;
tmp6093drivers/scsi/53c7,8xx.cScsi_Cmnd *list = NULL, *tmp;
tmp6122drivers/scsi/53c7,8xx.cfor (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp; tmp = tmp->next) {
tmp6123drivers/scsi/53c7,8xx.cif (tmp->SCp.buffer) {
tmp6128drivers/scsi/53c7,8xx.ctmp->SCp.buffer = (struct scatterlist *) list;
tmp6129drivers/scsi/53c7,8xx.clist = tmp;
tmp6157drivers/scsi/53c7,8xx.cScsi_Cmnd *nuke_list, *tmp;
tmp6167drivers/scsi/53c7,8xx.cfor (; nuke_list; nuke_list = tmp) {
tmp6168drivers/scsi/53c7,8xx.ctmp = (Scsi_Cmnd *) nuke_list->SCp.buffer;
tmp6192drivers/scsi/53c7,8xx.cunsigned char istat, tmp;
tmp6213drivers/scsi/53c7,8xx.ctmp = NCR53c7x0_read8(SIST0_REG_800);
tmp6215drivers/scsi/53c7,8xx.ctmp = NCR53c7x0_read8(SIST1_REG_800);
tmp6217drivers/scsi/53c7,8xx.ctmp = NCR53c7x0_read8(SSTAT0_REG);
tmp6220drivers/scsi/53c7,8xx.ctmp = NCR53c7x0_read8(DSTAT_REG);
tmp6222drivers/scsi/53c7,8xx.cif (tmp & DSTAT_ABRT) {
tmp6343drivers/scsi/53c7,8xx.cstruct NCR53c7x0_cmd *cmd, *tmp;
tmp6348drivers/scsi/53c7,8xx.cstruct Scsi_Host *tmp;
tmp6349drivers/scsi/53c7,8xx.cfor (irq_count = 0, tmp = first_host; tmp; tmp = tmp->next)
tmp6350drivers/scsi/53c7,8xx.cif (tmp->hostt == the_template && tmp->irq == host->irq)
tmp6360drivers/scsi/53c7,8xx.cfor (cmd = (struct NCR53c7x0_cmd *) hostdata->free; cmd; cmd = tmp, 
tmp6362drivers/scsi/53c7,8xx.ctmp = (struct NCR53c7x0_cmd *) cmd->next;
tmp816drivers/scsi/AM53C974.cScsi_Cmnd                *tmp;
tmp839drivers/scsi/AM53C974.cfor (tmp = (Scsi_Cmnd *)hostdata->issue_queue; tmp->host_scribble; 
tmp840drivers/scsi/AM53C974.ctmp = (Scsi_Cmnd *)tmp->host_scribble);
tmp841drivers/scsi/AM53C974.cLIST(cmd, tmp);
tmp842drivers/scsi/AM53C974.ctmp->host_scribble = (unsigned char *)cmd; }
tmp866drivers/scsi/AM53C974.cScsi_Cmnd                *tmp, *prev;
tmp887drivers/scsi/AM53C974.cfor (tmp = (Scsi_Cmnd *)hostdata->issue_queue, prev = NULL; tmp; 
tmp888drivers/scsi/AM53C974.cprev = tmp, tmp = (Scsi_Cmnd *)tmp->host_scribble) {
tmp890drivers/scsi/AM53C974.cif (!(hostdata->busy[tmp->target] & (1 << tmp->lun))) {
tmp892drivers/scsi/AM53C974.cREMOVE(prev, (Scsi_Cmnd *)(prev->host_scribble), tmp,
tmp893drivers/scsi/AM53C974.c(Scsi_Cmnd *)(tmp->host_scribble));
tmp894drivers/scsi/AM53C974.cprev->host_scribble = tmp->host_scribble; } 
tmp896drivers/scsi/AM53C974.cREMOVE(-1, hostdata->issue_queue, tmp, tmp->host_scribble);
tmp897drivers/scsi/AM53C974.chostdata->issue_queue = (Scsi_Cmnd *)tmp->host_scribble; }
tmp898drivers/scsi/AM53C974.ctmp->host_scribble = NULL;
tmp903drivers/scsi/AM53C974.chostdata->sel_cmd = tmp;
tmp1790drivers/scsi/AM53C974.cunsigned char            cfifo, tmp[3];
tmp1800drivers/scsi/AM53C974.ctmp[0] = IDENTIFY(1, cmd->lun);
tmp1804drivers/scsi/AM53C974.ctmp[1] = SIMPLE_QUEUE_TAG;
tmp1812drivers/scsi/AM53C974.ctmp[2] = cmd->tag;
tmp1815drivers/scsi/AM53C974.cAM53C974_write_8(FFREG, tmp[0]);
tmp1816drivers/scsi/AM53C974.cAM53C974_write_8(FFREG, tmp[1]);
tmp1817drivers/scsi/AM53C974.cAM53C974_write_8(FFREG, tmp[2]);
tmp1823drivers/scsi/AM53C974.cAM53C974_write_8(FFREG, tmp[0]);
tmp1877drivers/scsi/AM53C974.cScsi_Cmnd                *tmp = NULL, *prev;
tmp1934drivers/scsi/AM53C974.cfor (tmp = (Scsi_Cmnd *)hostdata->disconnected_queue, prev = NULL; 
tmp1935drivers/scsi/AM53C974.ctmp; prev = tmp, tmp = (Scsi_Cmnd *)tmp->host_scribble) 
tmp1936drivers/scsi/AM53C974.cif ((target == tmp->target) && (lun == tmp->lun) 
tmp1938drivers/scsi/AM53C974.c&& (tag == tmp->tag) 
tmp1942drivers/scsi/AM53C974.cREMOVE(prev, (Scsi_Cmnd *)(prev->host_scribble), tmp,
tmp1943drivers/scsi/AM53C974.c(Scsi_Cmnd *)(tmp->host_scribble));
tmp1944drivers/scsi/AM53C974.cprev->host_scribble = tmp->host_scribble; } 
tmp1946drivers/scsi/AM53C974.cREMOVE(-1, hostdata->disconnected_queue, tmp, tmp->host_scribble);
tmp1947drivers/scsi/AM53C974.chostdata->disconnected_queue = (Scsi_Cmnd *)tmp->host_scribble; }
tmp1948drivers/scsi/AM53C974.ctmp->host_scribble = NULL;
tmp1949drivers/scsi/AM53C974.chostdata->connected = tmp;
tmp1952drivers/scsi/AM53C974.cif (!tmp) {
tmp1974drivers/scsi/AM53C974.cinstance->host_no, target, tmp->lun, tmp->tag));
tmp2101drivers/scsi/AM53C974.cScsi_Cmnd                *tmp, **prev;
tmp2127drivers/scsi/AM53C974.ctmp = (Scsi_Cmnd *)hostdata->issue_queue; tmp; 
tmp2128drivers/scsi/AM53C974.cprev = (Scsi_Cmnd **)&(tmp->host_scribble),
tmp2129drivers/scsi/AM53C974.ctmp = (Scsi_Cmnd *)tmp->host_scribble) {
tmp2130drivers/scsi/AM53C974.cif (cmd == tmp) {
tmp2132drivers/scsi/AM53C974.cREMOVE(5, *prev, tmp, tmp->host_scribble);
tmp2133drivers/scsi/AM53C974.c(*prev) = (Scsi_Cmnd *)tmp->host_scribble;
tmp2134drivers/scsi/AM53C974.ctmp->host_scribble = NULL;
tmp2135drivers/scsi/AM53C974.ctmp->result = DID_ABORT << 16;
tmp2137drivers/scsi/AM53C974.ctmp->done(tmp);
tmp2141drivers/scsi/AM53C974.cif (prev == (Scsi_Cmnd **)tmp) 
tmp2164drivers/scsi/AM53C974.cfor (tmp = (Scsi_Cmnd *)hostdata->disconnected_queue; tmp; 
tmp2165drivers/scsi/AM53C974.ctmp = (Scsi_Cmnd *)tmp->host_scribble) {
tmp2166drivers/scsi/AM53C974.cif (cmd == tmp) {
tmp2171drivers/scsi/AM53C974.chostdata->sel_cmd = tmp;
tmp541drivers/scsi/NCR5380.cstruct Scsi_Host *tmp, **prev;
tmp549drivers/scsi/NCR5380.cfor (prev = &expires_first, tmp = expires_first; tmp; 
tmp550drivers/scsi/NCR5380.cprev = &(((struct NCR5380_hostdata *) tmp->host_data)->next_timer), 
tmp551drivers/scsi/NCR5380.ctmp = ((struct NCR5380_hostdata *) tmp->host_data)->next_timer)
tmp552drivers/scsi/NCR5380.cif (instance->time_expires < tmp->time_expires) 
tmp555drivers/scsi/NCR5380.cinstance->next_timer = tmp;
tmp912drivers/scsi/NCR5380.cScsi_Cmnd *tmp;
tmp951drivers/scsi/NCR5380.cfor (tmp = (Scsi_Cmnd *) hostdata->issue_queue; tmp->host_scribble; 
tmp952drivers/scsi/NCR5380.ctmp = (Scsi_Cmnd *) tmp->host_scribble);
tmp953drivers/scsi/NCR5380.cLIST(cmd, tmp);
tmp954drivers/scsi/NCR5380.ctmp->host_scribble = (unsigned char *) cmd;
tmp979drivers/scsi/NCR5380.cScsi_Cmnd *tmp, *prev;
tmp1012drivers/scsi/NCR5380.cfor (tmp= (Scsi_Cmnd *) hostdata->issue_queue, prev=NULL; tmp && (tmp != prev); prev=tmp, tmp=(Scsi_Cmnd*)tmp->host_scribble)
tmp1015drivers/scsi/NCR5380.cif ((tmp == prev) && tmp) printk(" LOOP\n");/* else printk("\n");*/
tmp1017drivers/scsi/NCR5380.cfor (tmp = (Scsi_Cmnd *) hostdata->issue_queue, 
tmp1018drivers/scsi/NCR5380.cprev = NULL; tmp; prev = tmp, tmp = (Scsi_Cmnd *) 
tmp1019drivers/scsi/NCR5380.ctmp->host_scribble) {
tmp1022drivers/scsi/NCR5380.cif (prev != tmp)
tmp1023drivers/scsi/NCR5380.cprintk("MAIN tmp=%p   target=%d   busy=%d lun=%d\n", tmp, tmp->target, hostdata->busy[tmp->target], tmp->lun);
tmp1026drivers/scsi/NCR5380.cif (!(hostdata->busy[tmp->target] & (1 << tmp->lun))) {
tmp1028drivers/scsi/NCR5380.cREMOVE(prev,prev->host_scribble,tmp,tmp->host_scribble);
tmp1029drivers/scsi/NCR5380.cprev->host_scribble = tmp->host_scribble;
tmp1031drivers/scsi/NCR5380.cREMOVE(-1,hostdata->issue_queue,tmp,tmp->host_scribble);
tmp1032drivers/scsi/NCR5380.chostdata->issue_queue = (Scsi_Cmnd *) tmp->host_scribble;
tmp1034drivers/scsi/NCR5380.ctmp->host_scribble = NULL;
tmp1047drivers/scsi/NCR5380.cinstance->host_no, tmp->target, tmp->lun);
tmp1061drivers/scsi/NCR5380.cif (!NCR5380_select(instance, tmp, 
tmp1068drivers/scsi/NCR5380.c(tmp->cmnd[0] == REQUEST_SENSE) ? TAG_NONE : 
tmp1073drivers/scsi/NCR5380.cLIST(tmp, hostdata->issue_queue);
tmp1074drivers/scsi/NCR5380.ctmp->host_scribble = (unsigned char *) 
tmp1076drivers/scsi/NCR5380.chostdata->issue_queue = tmp;
tmp1261drivers/scsi/NCR5380.cunsigned char tmp[3], phase;
tmp1518drivers/scsi/NCR5380.ctmp[0] = IDENTIFY(((instance->irq == IRQ_NONE) ? 0 : 1), cmd->lun);
tmp1521drivers/scsi/NCR5380.ctmp[1] = SIMPLE_QUEUE_TAG;
tmp1532drivers/scsi/NCR5380.ctmp[2] = cmd->tag;
tmp1543drivers/scsi/NCR5380.cdata = tmp;
tmp1590drivers/scsi/NCR5380.cregister unsigned char p = *phase, tmp;
tmp1615drivers/scsi/NCR5380.cwhile (!((tmp = NCR5380_read(STATUS_REG)) & SR_REQ));
tmp1622drivers/scsi/NCR5380.cif ((tmp & PHASE_MASK) != p) {
tmp1701drivers/scsi/NCR5380.ctmp = NCR5380_read(STATUS_REG);
tmp1702drivers/scsi/NCR5380.cif (tmp & SR_REQ)
tmp1703drivers/scsi/NCR5380.c*phase = tmp & PHASE_MASK;
tmp1737drivers/scsi/NCR5380.cunsigned char tmp, *msgptr, phase;
tmp1755drivers/scsi/NCR5380.cwhile (!(tmp = NCR5380_read(STATUS_REG)) & SR_REQ);
tmp1757drivers/scsi/NCR5380.cNCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp));
tmp1759drivers/scsi/NCR5380.cif ((tmp & PHASE_MASK) != PHASE_MSGOUT) {
tmp1766drivers/scsi/NCR5380.ctmp = ABORT;
tmp1767drivers/scsi/NCR5380.cmsgptr = &tmp;
tmp1807drivers/scsi/NCR5380.cunsigned char tmp;
tmp1819drivers/scsi/NCR5380.cif ((tmp = (NCR5380_read(STATUS_REG) & PHASE_MASK)) != p) {
tmp1820drivers/scsi/NCR5380.c*phase = tmp;
tmp1898drivers/scsi/NCR5380.ctmp = NCR5380_read(BUS_AND_STATUS_REG);
tmp1899drivers/scsi/NCR5380.c} while ((tmp & BASR_PHASE_MATCH) && !(tmp & (BASR_BUSY_ERROR | 
tmp1949drivers/scsi/NCR5380.cwhile (((tmp = NCR5380_read(BUS_AND_STATUS_REG)) & BASR_ACK) ||
tmp1951drivers/scsi/NCR5380.cif (!(tmp & BASR_PHASE_MATCH)) break;
tmp1959drivers/scsi/NCR5380.cinstance->host_no, tmp, NCR5380_read(STATUS_REG));
tmp2157drivers/scsi/NCR5380.cunsigned char phase, tmp, extended_msg[10], old_phase=0xff;
tmp2162drivers/scsi/NCR5380.ctmp = NCR5380_read(STATUS_REG);
tmp2164drivers/scsi/NCR5380.cif (tmp & SR_REQ) {
tmp2165drivers/scsi/NCR5380.cphase = (tmp & PHASE_MASK); 
tmp2174drivers/scsi/NCR5380.cNCR5380_write(TARGET_COMMAND_REG, PHASE_SR_TO_TCR(tmp));
tmp2276drivers/scsi/NCR5380.cdata = &tmp;
tmp2278drivers/scsi/NCR5380.ccmd->SCp.Message = tmp;
tmp2280drivers/scsi/NCR5380.cswitch (tmp) {
tmp2514drivers/scsi/NCR5380.ctmp = 0;
tmp2519drivers/scsi/NCR5380.ctmp = 0;
tmp2523drivers/scsi/NCR5380.ctmp = 0;
tmp2532drivers/scsi/NCR5380.cif (!tmp) {
tmp2536drivers/scsi/NCR5380.c} else if (tmp != EXTENDED_MESSAGE)
tmp2538drivers/scsi/NCR5380.cinstance->host_no, tmp, cmd->target, cmd->lun);
tmp2588drivers/scsi/NCR5380.cdata = &tmp;
tmp2590drivers/scsi/NCR5380.ccmd->SCp.Status = tmp;
tmp2640drivers/scsi/NCR5380.cScsi_Cmnd *tmp = NULL, *prev;
tmp2710drivers/scsi/NCR5380.cfor (tmp = (Scsi_Cmnd *) hostdata->disconnected_queue, prev = NULL; 
tmp2711drivers/scsi/NCR5380.ctmp; prev = tmp, tmp = (Scsi_Cmnd *) tmp->host_scribble) 
tmp2712drivers/scsi/NCR5380.cif ((target_mask == (1 << tmp->target)) && (lun == tmp->lun)
tmp2714drivers/scsi/NCR5380.c&& (tag == tmp->tag) 
tmp2718drivers/scsi/NCR5380.cREMOVE(prev,prev->host_scribble,tmp,tmp->host_scribble);
tmp2719drivers/scsi/NCR5380.cprev->host_scribble = tmp->host_scribble;
tmp2721drivers/scsi/NCR5380.cREMOVE(-1,hostdata->disconnected_queue,tmp,tmp->host_scribble);
tmp2722drivers/scsi/NCR5380.chostdata->disconnected_queue = (Scsi_Cmnd *) tmp->host_scribble;
tmp2724drivers/scsi/NCR5380.ctmp->host_scribble = NULL;
tmp2728drivers/scsi/NCR5380.cif (!tmp) {
tmp2747drivers/scsi/NCR5380.chostdata->connected = tmp;
tmp2750drivers/scsi/NCR5380.cinstance->host_no, tmp->target, tmp->lun, tmp->tag);
tmp2828drivers/scsi/NCR5380.cScsi_Cmnd *tmp, **prev;
tmp2891drivers/scsi/NCR5380.ctmp = (Scsi_Cmnd *) hostdata->issue_queue;
tmp2892drivers/scsi/NCR5380.ctmp; prev = (Scsi_Cmnd **) &(tmp->host_scribble), tmp = 
tmp2893drivers/scsi/NCR5380.c(Scsi_Cmnd *) tmp->host_scribble) 
tmp2894drivers/scsi/NCR5380.cif (cmd == tmp) {
tmp2895drivers/scsi/NCR5380.cREMOVE(5,*prev,tmp,tmp->host_scribble);
tmp2896drivers/scsi/NCR5380.c(*prev) = (Scsi_Cmnd *) tmp->host_scribble;
tmp2897drivers/scsi/NCR5380.ctmp->host_scribble = NULL;
tmp2898drivers/scsi/NCR5380.ctmp->result = DID_ABORT << 16;
tmp2904drivers/scsi/NCR5380.ctmp->done(tmp);
tmp2909drivers/scsi/NCR5380.celse if (prev == tmp) printk("scsi%d : LOOP\n", instance->host_no);
tmp2956drivers/scsi/NCR5380.cfor (tmp = (Scsi_Cmnd *) hostdata->disconnected_queue; tmp; 
tmp2957drivers/scsi/NCR5380.ctmp = (Scsi_Cmnd *) tmp->host_scribble) 
tmp2958drivers/scsi/NCR5380.cif (cmd == tmp) {
tmp2975drivers/scsi/NCR5380.ctmp = (Scsi_Cmnd *) hostdata->disconnected_queue;
tmp2976drivers/scsi/NCR5380.ctmp; prev = (Scsi_Cmnd **) &(tmp->host_scribble), tmp = 
tmp2977drivers/scsi/NCR5380.c(Scsi_Cmnd *) tmp->host_scribble) 
tmp2978drivers/scsi/NCR5380.cif (cmd == tmp) {
tmp2979drivers/scsi/NCR5380.cREMOVE(5,*prev,tmp,tmp->host_scribble);
tmp2980drivers/scsi/NCR5380.c*prev = (Scsi_Cmnd *) tmp->host_scribble;
tmp2981drivers/scsi/NCR5380.ctmp->host_scribble = NULL;
tmp2982drivers/scsi/NCR5380.ctmp->result = DID_ABORT << 16;
tmp2984drivers/scsi/NCR5380.ctmp->done(tmp);
tmp347drivers/scsi/NCR5380.hregister int tmp;
tmp350drivers/scsi/NCR5380.htmp = get_dma_residue(instance->dma_channel);
tmp352drivers/scsi/NCR5380.hreturn tmp;
tmp335drivers/scsi/NCR53c406a.cregister int tmp;
tmp340drivers/scsi/NCR53c406a.ctmp = get_dma_residue(dma_chan);
tmp343drivers/scsi/NCR53c406a.creturn tmp;
tmp4208drivers/scsi/advansys.cushort tmp;
tmp4240drivers/scsi/advansys.ctmp = (ushort) inpw(0xC000 | ((pciData->slot << 8) + pciData->offset));
tmp4267drivers/scsi/advansys.ctmp = (ushort) ((inl(0xCFC) >>
tmp4270drivers/scsi/advansys.cASC_DBG1(4, "asc_get_cfg_word: config data: %x\n", tmp);
tmp4271drivers/scsi/advansys.creturn tmp;
tmp4282drivers/scsi/advansys.cuchar tmp;
tmp4311drivers/scsi/advansys.ctmp = inp(0xC000 | ((pciData->slot << 8) + pciData->offset));
tmp4344drivers/scsi/advansys.ctmp = (uchar) ((inl(0xCFC) >> ((pciData->offset & 3) * 8)) & 0xFF);
tmp4346drivers/scsi/advansys.cASC_DBG1(4, "asc_get_cfg_byte: config data: %x\n", tmp);
tmp4347drivers/scsi/advansys.creturn tmp;
tmp8603drivers/scsi/advansys.cuchar               tmp;
tmp8605drivers/scsi/advansys.ctmp = buf[3];
tmp8607drivers/scsi/advansys.cbuf[0] = tmp;
tmp8609drivers/scsi/advansys.ctmp = buf[1];
tmp8611drivers/scsi/advansys.cbuf[2] = tmp;
tmp146drivers/scsi/aha1740.cchar    name[4],tmp;
tmp149drivers/scsi/aha1740.cname[0]= 'A' -1 + ((tmp = inb(HID0)) >> 2); /* First character */
tmp150drivers/scsi/aha1740.cname[1]= 'A' -1 + ((tmp & 3) << 3);
tmp151drivers/scsi/aha1740.cname[1]+= ((tmp = inb(HID1)) >> 5)&0x7;  /* Second Character */
tmp152drivers/scsi/aha1740.cname[2]= 'A' -1 + (tmp & 0x1f);    /* Third Character */
tmp154drivers/scsi/aha1740.ctmp = inb(HID2);
tmp140drivers/scsi/in2000.cchar    tmp;
tmp142drivers/scsi/in2000.ctmp = inb(INFLED);
tmp145drivers/scsi/in2000.cif ( ((~tmp & 0x3) != index ) || (tmp & 0x80) || !(tmp & 0x4) )
tmp147drivers/scsi/in2000.cprintk("IN-2000 probe got dip setting of %02X\n", tmp);
tmp148drivers/scsi/in2000.ctmp = inb(INVERS);
tmp154drivers/scsi/in2000.ctmp, (unsigned int)bios_tab[i]);
tmp588drivers/scsi/in2000.cint loop, tmp;
tmp604drivers/scsi/in2000.ctmp = inb(INFLED);
tmp607drivers/scsi/in2000.cif ( (tmp & 0x4) == 0 ) {
tmp614drivers/scsi/in2000.cif ( (tmp & 0x40) == 0)
tmp621drivers/scsi/in2000.cif ( (tmp & 0x20) == 0)
tmp216drivers/scsi/pas16.cunsigned int  tmp;
tmp231drivers/scsi/pas16.ctmp = inb( io_port + IO_CONFIG_3 );
tmp233drivers/scsi/pas16.cif( (( tmp & 0x0f ) == pas_irq_code) && pas_irq_code > 0 
tmp243drivers/scsi/pas16.ctmp = (  tmp & 0x0f ) | ( pas_irq_code << 4 );
tmp244drivers/scsi/pas16.coutb( tmp, io_port + IO_CONFIG_3 );
tmp264drivers/scsi/pas16.cunsigned char  board_rev, tmp;
tmp282drivers/scsi/pas16.ctmp = board_rev ^ 0xe0;
tmp284drivers/scsi/pas16.coutb( tmp, io_port + PCB_CONFIG );
tmp285drivers/scsi/pas16.ctmp = inb( io_port + PCB_CONFIG );
tmp288drivers/scsi/pas16.cif( board_rev != tmp )   /* Not a PAS-16 */
tmp372drivers/scsi/scsi_ioctl.cint tmp;
tmp375drivers/scsi/scsi_ioctl.ctmp = scsi_ioctl (dev, cmd, arg);
tmp377drivers/scsi/scsi_ioctl.creturn tmp;
tmp755drivers/scsi/sd.cchar * tmp;
tmp764drivers/scsi/sd.ctmp = (char *) scsi_malloc(sgpnt[count].length 
tmp767drivers/scsi/sd.ctmp = NULL;
tmp770drivers/scsi/sd.cif(tmp){
tmp772drivers/scsi/sd.csgpnt[count].address = tmp;
tmp340drivers/scsi/t128.cunsigned char tmp;
tmp343drivers/scsi/t128.ctmp = *foo;
tmp344drivers/scsi/t128.c*foo = tmp | T_CR_CT;
tmp345drivers/scsi/t128.c*foo = tmp;
tmp383drivers/scsi/t128.cunsigned char tmp;
tmp386drivers/scsi/t128.ctmp = *foo;
tmp387drivers/scsi/t128.c*foo = tmp | T_CR_CT;
tmp388drivers/scsi/t128.c*foo = tmp;
tmp1112drivers/sound/ad1848.cunsigned char   tmp;
tmp1118drivers/sound/ad1848.ctmp = ad_read (devc, 9) & ~0x03;
tmp1120drivers/sound/ad1848.ctmp |= 0x02;
tmp1122drivers/sound/ad1848.ctmp |= 0x01;
tmp1123drivers/sound/ad1848.cad_write (devc, 9, tmp);
tmp1132drivers/sound/ad1848.cunsigned char   tmp;
tmp1213drivers/sound/ad1848.ctmp = ad_read (devc, 12);
tmp1214drivers/sound/ad1848.cad_write (devc, 12, (~tmp) & 0x0f);
tmp1216drivers/sound/ad1848.cif ((tmp & 0x0f) != ((tmp1 = ad_read (devc, 12)) & 0x0f))
tmp1336drivers/sound/ad1848.cunsigned char   tmp = ad_read (devc, 23);
tmp1338drivers/sound/ad1848.cad_write (devc, 23, ~tmp);
tmp1339drivers/sound/ad1848.cif (ad_read (devc, 23) != tmp)  /* AD1845 ? */
tmp1345drivers/sound/ad1848.cad_write (devc, 23, tmp);  /* Restore */
tmp1478drivers/sound/ad1848.cunsigned char   tmp = ad_read (devc, 16);
tmp1485drivers/sound/ad1848.cad_write (devc, 16, tmp | 0x40);  /* Enable timer */
tmp1487drivers/sound/ad1848.cad_write (devc, 16, tmp & ~0x40);    /* Disable timer */
tmp1673drivers/sound/ad1848.cunsigned char   tmp;
tmp1704drivers/sound/ad1848.cif ((tmp = inb (hw_config->io_base + 3)) == 0xff)  /* Bus float */
tmp1706drivers/sound/ad1848.cDDB (printk ("I/O address is inactive (%x)\n", tmp));
tmp1709drivers/sound/ad1848.cif ((tmp & 0x3f) != 0x04 &&
tmp1710drivers/sound/ad1848.c(tmp & 0x3f) != 0x0f &&
tmp1711drivers/sound/ad1848.c(tmp & 0x3f) != 0x00)
tmp438drivers/sound/configure.cchar            tmp[100];
tmp444drivers/sound/configure.cstrncpy (tmp, buf, 8);
tmp445drivers/sound/configure.ctmp[8] = 0;
tmp447drivers/sound/configure.cif (strcmp (tmp, "/*build ") == 0)
tmp453drivers/sound/configure.cstrncpy (tmp, buf, 8);
tmp454drivers/sound/configure.ctmp[8] = 0;
tmp456drivers/sound/configure.cif (strcmp (tmp, "#define ") == 0)
tmp465drivers/sound/configure.cstrncpy (tmp, id, i);
tmp466drivers/sound/configure.ctmp[i] = 0;
tmp468drivers/sound/configure.cif (strcmp (tmp, "SELECTED_SOUND_OPTIONS") == 0)
tmp471drivers/sound/configure.cif (strcmp (tmp, "KERNEL_SOUNDCARD") == 0)
tmp474drivers/sound/configure.ctmp[8] = 0;    /* Truncate the string */
tmp475drivers/sound/configure.cif (strcmp (tmp, "EXCLUDE_") == 0)
tmp478drivers/sound/configure.cstrncpy (tmp, id, i);
tmp479drivers/sound/configure.ctmp[7] = 0;    /* Truncate the string */
tmp481drivers/sound/configure.cif (strcmp (tmp, "CONFIG_") == 0)
tmp483drivers/sound/configure.cstrncpy (tmp, &id[7], i - 7);
tmp484drivers/sound/configure.ctmp[i - 7] = 0;
tmp487drivers/sound/configure.cif (strcmp (hw_table[i].macro, tmp) == 0)
tmp499drivers/sound/configure.cif (strcmp (tmp, "#undef  ") == 0)
tmp508drivers/sound/configure.cstrncpy (tmp, id, i);
tmp509drivers/sound/configure.ctmp[7] = 0;    /* Truncate the string */
tmp510drivers/sound/configure.cif (strcmp (tmp, "CONFIG_") == 0)
tmp513drivers/sound/configure.cstrncpy (tmp, id, i);
tmp515drivers/sound/configure.ctmp[8] = 0;    /* Truncate the string */
tmp516drivers/sound/configure.cif (strcmp (tmp, "EXCLUDE_") != 0)
tmp518drivers/sound/configure.cstrncpy (tmp, &id[8], i - 8);
tmp519drivers/sound/configure.ctmp[i - 8] = 0;
tmp522drivers/sound/configure.cif (strcmp (hw_table[i].macro, tmp) == 0)
tmp794drivers/sound/dmabuf.cint             tmp = audio_devs[dev]->local_qlen (dev);
tmp796drivers/sound/dmabuf.cif (tmp && info->fragments)
tmp797drivers/sound/dmabuf.ctmp--;  /*
tmp800drivers/sound/dmabuf.cinfo->fragments -= tmp;
tmp957drivers/sound/dmabuf.cint             len, max, tmp;
tmp973drivers/sound/dmabuf.ctmp = audio_devs[dev]->local_qlen (dev);
tmp974drivers/sound/dmabuf.cif (tmp && len)
tmp975drivers/sound/dmabuf.ctmp--;      /*
tmp978drivers/sound/dmabuf.clen += tmp;
tmp240drivers/sound/gus_wave.cunsigned char   tmp;
tmp250drivers/sound/gus_wave.ctmp = inb (u_DRAMIO);
tmp253drivers/sound/gus_wave.creturn tmp;
tmp699drivers/sound/gus_wave.cunsigned char   dma_image, irq_image, tmp;
tmp765drivers/sound/gus_wave.ctmp = gus_irq_map[gus_irq];
tmp766drivers/sound/gus_wave.cif (!tmp)
tmp768drivers/sound/gus_wave.cirq_image |= tmp;
tmp777drivers/sound/gus_wave.ctmp = gus_dma_map[gus_dma];
tmp778drivers/sound/gus_wave.cif (!tmp)
tmp781drivers/sound/gus_wave.cdma_image |= tmp;
tmp790drivers/sound/gus_wave.ctmp = gus_dma_map[gus_dma2] << 3;
tmp791drivers/sound/gus_wave.cif (!tmp)
tmp794drivers/sound/gus_wave.ctmp = 0x40;    /* Combine DMA channels */
tmp798drivers/sound/gus_wave.cdma_image |= tmp;
tmp3178drivers/sound/gus_wave.cunsigned char   tmp;
tmp3186drivers/sound/gus_wave.ctmp = gus_read8 (0x00);
tmp3187drivers/sound/gus_wave.ctmp &= ~0x20;      /*
tmp3190drivers/sound/gus_wave.cgus_write8 (0x00, tmp);
tmp3192drivers/sound/gus_wave.cif (tmp & 0x03)    /* Voice stopped */
tmp3274drivers/sound/gus_wave.cunsigned char   tmp;
tmp3283drivers/sound/gus_wave.ctmp = gus_read8 (0x0d);
tmp3284drivers/sound/gus_wave.ctmp &= ~0x20;      /*
tmp3287drivers/sound/gus_wave.cgus_write8 (0x0d, tmp);
tmp113drivers/sound/mad16.cunsigned char   tmp;
tmp130drivers/sound/mad16.ctmp = inb (port);
tmp133drivers/sound/mad16.creturn tmp;
tmp163drivers/sound/mad16.cunsigned char   tmp, tmp2;
tmp171drivers/sound/mad16.cif ((tmp = mad_read (MC1_PORT)) == 0xff)
tmp181drivers/sound/mad16.cif ((tmp2 = inb (MC1_PORT)) == tmp)  /* It didn't close */
tmp187drivers/sound/mad16.cmad_write (MC1_PORT, tmp ^ 0x80);  /* Togge a bit */
tmp189drivers/sound/mad16.cif ((tmp2 = mad_read (MC1_PORT)) != (tmp ^ 0x80))  /* Compare the bit */
tmp191drivers/sound/mad16.cmad_write (MC1_PORT, tmp);  /* Restore */
tmp192drivers/sound/mad16.cDDB (printk ("Bit revert test failed (0x%02x, 0x%02x)\n", tmp, tmp2));
tmp196drivers/sound/mad16.cmad_write (MC1_PORT, tmp);  /* Restore */
tmp207drivers/sound/mad16.cunsigned char   tmp;
tmp265drivers/sound/mad16.ctmp = 0x80;      /* Enable WSS, Disable SB */
tmp277drivers/sound/mad16.ctmp |= i << 4;  /* WSS port select bits */
tmp287drivers/sound/mad16.ctmp |= ((MAD16_CONF) & 0x0f);  /* CD-ROM and joystick bits */
tmp289drivers/sound/mad16.cmad_write (MC1_PORT, tmp);
tmp292drivers/sound/mad16.ctmp = MAD16_CDSEL;
tmp294drivers/sound/mad16.ctmp = 0x03;
tmp298drivers/sound/mad16.ctmp |= 0x20;      /* Enable OPL4 access */
tmp301drivers/sound/mad16.cmad_write (MC2_PORT, tmp);
tmp486drivers/sound/mad16.cunsigned char   tmp;
tmp501drivers/sound/mad16.cunsigned char   tmp;
tmp503drivers/sound/mad16.ctmp = mad_read (MC3_PORT);
tmp519drivers/sound/mad16.ctmp = (tmp & 0x3f) | 0x80;
tmp522drivers/sound/mad16.ctmp = (tmp & 0x3f);
tmp525drivers/sound/mad16.ctmp = (tmp & 0x3f) | 0x40;
tmp532drivers/sound/mad16.cmad_write (MC3_PORT, tmp | 0x04);
tmp539drivers/sound/mad16.ctmp = 0x83;      /* MPU-401 enable */
tmp555drivers/sound/mad16.ctmp |= i << 5;
tmp574drivers/sound/mad16.ctmp |= i << 3;
tmp578drivers/sound/mad16.cmad_write (MC6_PORT, tmp);  /* Write MPU401 config */
tmp1000drivers/sound/mpu401.cint             tmp;
tmp1004drivers/sound/mpu401.cif ((tmp = mpu_cmd (num_midis, 0xAC, 0)) < 0)
tmp1007drivers/sound/mpu401.cif ((tmp & 0xf0) > 0x20)  /* Why it's larger than 2.x ??? */
tmp1010drivers/sound/mpu401.cdevc->version = tmp;
tmp1012drivers/sound/mpu401.cif ((tmp = mpu_cmd (num_midis, 0xAD, 0)) < 0)
tmp1017drivers/sound/mpu401.cdevc->revision = tmp;
tmp261drivers/sound/opl3.cunsigned char   tmp;
tmp274drivers/sound/opl3.cif ((tmp = inb (ioaddr)) == 0x02)    /* Have a OPL4 */
tmp281drivers/sound/opl3.cint             tmp;
tmp285drivers/sound/opl3.ctmp = inb (ioaddr - 7);  /* Read it */
tmp288drivers/sound/opl3.cif (tmp == 0x20)  /* OPL4 should return 0x20 here */
tmp913drivers/sound/opl3.ctmp = instr->operators[(cell-1)+(((cell-1)/2)*OFFS_4OP)]; \
tmp915drivers/sound/opl3.ctmp |= 0x40;    /* Vibrato on */ \
tmp916drivers/sound/opl3.copl3_command (map->ioaddr, AM_VIB + map->op[cell-1], tmp);}
tmp921drivers/sound/opl3.cint             tmp;
tmp61drivers/sound/pas2_pcm.cint             foo, tmp;
tmp77drivers/sound/pas2_pcm.ctmp = pas_read (FILTER_FREQUENCY);
tmp88drivers/sound/pas2_pcm.ctmp &= 0xe0;
tmp90drivers/sound/pas2_pcm.ctmp |= 0x21;
tmp92drivers/sound/pas2_pcm.ctmp |= 0x22;
tmp94drivers/sound/pas2_pcm.ctmp |= 0x29;
tmp96drivers/sound/pas2_pcm.ctmp |= 0x31;
tmp98drivers/sound/pas2_pcm.ctmp |= 0x39;
tmp100drivers/sound/pas2_pcm.ctmp |= 0x24;
tmp101drivers/sound/pas2_pcm.cpcm_filter = tmp;
tmp107drivers/sound/pas2_pcm.cpas_write (tmp & ~(F_F_PCM_RATE_COUNTER | F_F_PCM_BUFFER_COUNTER), FILTER_FREQUENCY);
tmp111drivers/sound/pas2_pcm.cpas_write (tmp, FILTER_FREQUENCY);
tmp133drivers/sound/pss.cunsigned short  tmp, bits;
tmp138drivers/sound/pss.ctmp = inw (REG (dev)) & ~0x38;  /* Load confreg, mask IRQ bits out */
tmp146drivers/sound/pss.coutw (tmp | bits, REG (dev));
tmp153drivers/sound/pss.cunsigned short  tmp = inw (REG (dev)) & 0x003f;
tmp156drivers/sound/pss.coutw (bits | tmp, REG (dev));
tmp170drivers/sound/pss.cunsigned short  tmp, bits;
tmp175drivers/sound/pss.ctmp = inw (REG (dev)) & ~0x07;  /* Load confreg, mask DMA bits out */
tmp183drivers/sound/pss.coutw (tmp | bits, REG (dev));
tmp325drivers/sound/pss.cchar            tmp[100];
tmp367drivers/sound/pss.csprintf (tmp, "ECHO-PSS  Rev. %d", id);
tmp368drivers/sound/pss.cconf_printf (tmp, hw_config);
tmp523drivers/sound/pss.cunsigned short  tmp;
tmp541drivers/sound/pss.cif (!pss_get_dspword (devc, &tmp))
tmp547drivers/sound/pss.cbuf.parm1 = tmp;
tmp559drivers/sound/pss.cunsigned short  tmp;
tmp577drivers/sound/pss.ctmp = (unsigned int) buf.parm2 & 0xffff;
tmp578drivers/sound/pss.cif (!pss_put_dspword (devc, tmp))
tmp593drivers/sound/pss.cunsigned short  tmp;
tmp611drivers/sound/pss.ctmp = ((unsigned int) buf.parm2 >> 8) & 0xffff;
tmp612drivers/sound/pss.cif (!pss_put_dspword (devc, tmp))
tmp618drivers/sound/pss.ctmp = (unsigned int) buf.parm2 & 0x00ff;
tmp619drivers/sound/pss.cif (!pss_put_dspword (devc, tmp))
tmp634drivers/sound/pss.cunsigned short  tmp;
tmp652drivers/sound/pss.cif (!pss_get_dspword (devc, &tmp))  /* Read msb */
tmp658drivers/sound/pss.cbuf.parm1 = tmp << 8;
tmp660drivers/sound/pss.cif (!pss_get_dspword (devc, &tmp))  /* Read lsb */
tmp666drivers/sound/pss.cbuf.parm1 |= tmp & 0x00ff;
tmp381drivers/sound/sb_dsp.cint             tmp;
tmp393drivers/sound/sb_dsp.ctmp = 65536 - (tconst << 8);
tmp394drivers/sound/sb_dsp.cspeed = (256000000 + tmp / 2) / tmp;
tmp398drivers/sound/sb_dsp.cint             tmp;
tmp411drivers/sound/sb_dsp.ctmp = 256 - tconst;
tmp412drivers/sound/sb_dsp.cspeed = (1000000 + tmp / 2) / tmp;
tmp1320drivers/sound/sb_dsp.cunsigned char   cfg, tmp;
tmp1324drivers/sound/sb_dsp.ctmp = (hw_config->io_base & 0x0f0) >> 4;
tmp1326drivers/sound/sb_dsp.cif (tmp > 3)
tmp1332drivers/sound/sb_dsp.ccfg |= tmp << 3;
tmp1334drivers/sound/sb_dsp.ctmp = 1;      /* MPU enabled without interrupts */
tmp1339drivers/sound/sb_dsp.ctmp = 0x4;
tmp1342drivers/sound/sb_dsp.ctmp = 0x5;
tmp1345drivers/sound/sb_dsp.ctmp = 0x6;
tmp1348drivers/sound/sb_dsp.ctmp = 0x7;
tmp1352drivers/sound/sb_dsp.ccfg |= tmp << 5;
tmp1354drivers/sound/sb_dsp.cif (tmp != 1)
tmp1080drivers/sound/sequencer.cint             level, tmp;
tmp1192drivers/sound/sequencer.cif ((tmp = synth_devs[i]->open (i, mode)) < 0)
tmp1194drivers/sound/sequencer.cprintk ("Sequencer: Warning! Cannot open synth device #%d (%d)\n", i, tmp);
tmp1860drivers/sound/sequencer.cint             tmp = get_fs_long ((long *) arg);
tmp1867drivers/sound/sequencer.cif (tmp < 1)
tmp1868drivers/sound/sequencer.ctmp = 1;
tmp1869drivers/sound/sequencer.cif (tmp >= SEQ_MAX_QUEUE)
tmp1870drivers/sound/sequencer.ctmp = SEQ_MAX_QUEUE - 1;
tmp1871drivers/sound/sequencer.coutput_treshold = tmp;
tmp150drivers/sound/sound_switch.cint             drv, tmp;
tmp172drivers/sound/sound_switch.ctmp = snd_installed_cards[i].config.irq;
tmp173drivers/sound/sound_switch.cif (tmp < 0)
tmp174drivers/sound/sound_switch.ctmp = -tmp;
tmp175drivers/sound/sound_switch.cif (!put_status_int (tmp, 10))
tmp51drivers/sound/sound_timer.cunsigned long   tmp;
tmp54drivers/sound/sound_timer.ctmp = tmr_value * usecs_per_tmr;  /* Convert to usecs */
tmp58drivers/sound/sound_timer.creturn (tmp + (scale / 2)) / scale;
tmp290drivers/sound/sscape.cint             tmp;
tmp294drivers/sound/sscape.ctmp = -1;
tmp296drivers/sound/sscape.ctmp = host_read (devc);
tmp298drivers/sound/sscape.creturn tmp;
tmp304drivers/sound/sscape.cunsigned char   bits, tmp;
tmp336drivers/sound/sscape.ctmp = sscape_read (devc, GA_INTENA_REG);
tmp337drivers/sound/sscape.csscape_write (devc, GA_INTENA_REG, (~bits & 0x0e) | (tmp & 0xf1));
tmp1063drivers/sound/sscape.cunsigned char   tmp;
tmp1066drivers/sound/sscape.cif (!((tmp = sscape_read (devc, GA_HMCTL_REG)) & 0xc0))
tmp1068drivers/sound/sscape.csscape_write (devc, GA_HMCTL_REG, tmp | 0x80);
tmp255drivers/sound/trix.cunsigned char   tmp;
tmp257drivers/sound/trix.ctmp = trix_read (0x13) & ~30;
tmp258drivers/sound/trix.ctrix_write (0x13, tmp | 0x80 | (dma1 << 4));
tmp260drivers/sound/trix.ctmp = trix_read (0x14) & ~30;
tmp261drivers/sound/trix.ctrix_write (0x14, tmp | 0x80 | (dma2 << 4));
tmp280drivers/sound/trix.cint             tmp;
tmp303drivers/sound/trix.ctmp = hw_config->irq;
tmp304drivers/sound/trix.cif (tmp > 7)
tmp306drivers/sound/trix.cif (irq_translate[tmp] == -1)
tmp309drivers/sound/trix.ctmp = hw_config->dma;
tmp310drivers/sound/trix.cif (tmp != 1 && tmp != 3)
tmp461fs/buffer.cstruct buffer_head * tmp;
tmp463fs/buffer.cfor (tmp = hash(dev,block) ; tmp != NULL ; tmp = tmp->b_next)
tmp464fs/buffer.cif (tmp->b_blocknr == block && tmp->b_dev == dev)
tmp465fs/buffer.cif (tmp->b_size == size)
tmp466fs/buffer.creturn tmp;
tmp552fs/buffer.cstruct buffer_head * bh, * tmp;
tmp606fs/buffer.cfor (bh = lru_list[i]; buffers[i] > 0; bh = tmp, buffers[i]--)
tmp609fs/buffer.ctmp = bh->b_next_free;
tmp681fs/buffer.cfor (bh = candidate[i]; buffers[i] > 0; bh = tmp, buffers[i]--) {
tmp683fs/buffer.ctmp = bh->b_next_free;
tmp1082fs/buffer.cstruct buffer_head * tmp;
tmp1103fs/buffer.ctmp = get_hash_table(dev, block, size);
tmp1104fs/buffer.cif (tmp) {
tmp1105fs/buffer.cif (!buffer_uptodate(tmp)) {
tmp1107fs/buffer.cll_rw_block(READ, 1, &tmp);
tmp1108fs/buffer.cwait_on_buffer(tmp);
tmp1111fs/buffer.cmemcpy(next->b_data, tmp->b_data, size);
tmp1113fs/buffer.cmemcpy(tmp->b_data, next->b_data, size);
tmp1114fs/buffer.cset_bit(BH_Dirty, &tmp->b_state);
tmp1116fs/buffer.cbrelse(tmp);
tmp1148fs/buffer.cstruct buffer_head *tmp = bh;
tmp1152fs/buffer.cif (!test_bit(BH_Uptodate, &tmp->b_state)) {
tmp1156fs/buffer.ctmp=tmp->b_this_page;
tmp1157fs/buffer.c} while (tmp && tmp != bh);
tmp1166fs/buffer.cstruct buffer_head *tmp;
tmp1190fs/buffer.cfor (tmp = bh; tmp=tmp->b_this_page, tmp!=bh; ) {
tmp1191fs/buffer.cif (test_bit(BH_Lock, &tmp->b_state) || tmp->b_count)
tmp1200fs/buffer.ctmp = bh;
tmp1202fs/buffer.cif (!test_bit(BH_FreeOnIO, &tmp->b_state)) {
tmp1208fs/buffer.ctmp->b_next_free = reuse_list;
tmp1209fs/buffer.creuse_list = tmp;
tmp1210fs/buffer.cclear_bit(BH_FreeOnIO, &tmp->b_state);
tmp1211fs/buffer.ctmp = tmp->b_this_page;
tmp1212fs/buffer.c} while (tmp != bh);
tmp1267fs/buffer.cstruct buffer_head *bh, *tmp;
tmp1288fs/buffer.ctmp = bh;
tmp1292fs/buffer.ctmp->b_next_free = insert_point->b_next_free;
tmp1293fs/buffer.ctmp->b_prev_free = insert_point;
tmp1294fs/buffer.cinsert_point->b_next_free->b_prev_free = tmp;
tmp1295fs/buffer.cinsert_point->b_next_free = tmp;
tmp1297fs/buffer.ctmp->b_prev_free = tmp;
tmp1298fs/buffer.ctmp->b_next_free = tmp;
tmp1300fs/buffer.cinsert_point = tmp;
tmp1302fs/buffer.cif (tmp->b_this_page)
tmp1303fs/buffer.ctmp = tmp->b_this_page;
tmp1309fs/buffer.ctmp->b_this_page = bh;
tmp1326fs/buffer.cstruct buffer_head * tmp, * p;
tmp1332fs/buffer.ctmp = bh;
tmp1334fs/buffer.cif (!tmp)
tmp1336fs/buffer.cif (tmp->b_count || buffer_protected(tmp) ||
tmp1337fs/buffer.cbuffer_dirty(tmp) || buffer_locked(tmp) || tmp->b_wait)
tmp1339fs/buffer.cif (priority && buffer_touched(tmp))
tmp1341fs/buffer.ctmp = tmp->b_this_page;
tmp1342fs/buffer.c} while (tmp != bh);
tmp1343fs/buffer.ctmp = bh;
tmp1345fs/buffer.cp = tmp;
tmp1346fs/buffer.ctmp = tmp->b_this_page;
tmp1357fs/buffer.c} while (tmp != bh);
tmp1368fs/buffer.cstruct buffer_head *tmp = bh;
tmp1382fs/buffer.ctouched |= clear_bit(BH_Touched, &tmp->b_state);
tmp1383fs/buffer.ctmp = tmp->b_this_page;
tmp1384fs/buffer.cset_bit(BH_Has_aged, &tmp->b_state);
tmp1385fs/buffer.c} while (tmp != bh);
tmp1591fs/buffer.cstruct buffer_head * tmp, * p;
tmp1597fs/buffer.ctmp = bh;
tmp1599fs/buffer.cif (!tmp)
tmp1602fs/buffer.cif (tmp->b_count || buffer_protected(tmp) ||
tmp1603fs/buffer.cbuffer_dirty(tmp) || buffer_locked(tmp))
tmp1605fs/buffer.ctmp = tmp->b_this_page;
tmp1606fs/buffer.c} while (tmp != bh);
tmp1607fs/buffer.ctmp = bh;
tmp1609fs/buffer.cwhile((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) 
tmp1610fs/buffer.ctmp = tmp->b_this_page;
tmp1613fs/buffer.cbh = tmp;
tmp1615fs/buffer.cp = tmp;
tmp1616fs/buffer.ctmp = tmp->b_this_page;
tmp1623fs/buffer.c} while (tmp != bh);
tmp1670fs/buffer.cstruct buffer_head * bh, * tmp, * arr[MAX_BUF_PER_PAGE];
tmp1689fs/buffer.ctmp = bh;
tmp1709fs/buffer.cbh->b_this_page = tmp;
tmp1714fs/buffer.cwhile ((tmp = bh) != NULL) {
tmp1716fs/buffer.cput_unused_buffer_head(tmp);
tmp938fs/dquot.cchar *tmp;
tmp945fs/dquot.cif ((error = getname(path, &tmp)) != 0)
tmp947fs/dquot.cerror = open_namei(tmp, O_RDWR, 0600, &inode, 0);
tmp948fs/dquot.cputname(tmp);
tmp77fs/exec.cstruct linux_binfmt ** tmp = &formats;
tmp83fs/exec.cwhile (*tmp) {
tmp84fs/exec.cif (fmt == *tmp)
tmp86fs/exec.ctmp = &(*tmp)->next;
tmp96fs/exec.cstruct linux_binfmt ** tmp = &formats;
tmp98fs/exec.cwhile (*tmp) {
tmp99fs/exec.cif (fmt == *tmp) {
tmp100fs/exec.c*tmp = fmt->next;
tmp103fs/exec.ctmp = &(*tmp)->next;
tmp257fs/exec.cchar ** tmp, *p;
tmp259fs/exec.cif ((tmp = argv) != NULL) {
tmp260fs/exec.cerror = verify_area(VERIFY_READ, tmp, sizeof(char *));
tmp263fs/exec.cwhile ((p = get_user(tmp++)) != NULL) {
tmp293fs/exec.cchar *tmp, *pag = NULL;
tmp306fs/exec.cif (!(tmp = get_user(argv+argc)))
tmp313fs/exec.c} while (get_user(tmp++));
tmp319fs/exec.c--p; --tmp; --len;
tmp332fs/exec.c*(pag + offset) = get_user(tmp);
tmp33fs/ext/fsync.cint tmp;
tmp37fs/ext/fsync.ctmp = *block;
tmp41fs/ext/fsync.cif (*block != tmp) {
tmp62fs/ext/fsync.cint rc, tmp;
tmp65fs/ext/fsync.ctmp = *iblock;
tmp66fs/ext/fsync.cif (!tmp)
tmp71fs/ext/fsync.c*bh = bread(inode->i_dev, tmp, blocksize);
tmp72fs/ext/fsync.cif (tmp != *iblock) {
tmp159fs/ext/inode.cstruct statfs tmp;
tmp161fs/ext/inode.ctmp.f_type = EXT_SUPER_MAGIC;
tmp162fs/ext/inode.ctmp.f_bsize = 1024;
tmp163fs/ext/inode.ctmp.f_blocks = sb->u.ext_sb.s_nzones << sb->u.ext_sb.s_log_zone_size;
tmp164fs/ext/inode.ctmp.f_bfree = ext_count_free_blocks(sb);
tmp165fs/ext/inode.ctmp.f_bavail = tmp.f_bfree;
tmp166fs/ext/inode.ctmp.f_files = sb->u.ext_sb.s_ninodes;
tmp167fs/ext/inode.ctmp.f_ffree = ext_count_free_inodes(sb);
tmp168fs/ext/inode.ctmp.f_namelen = EXT_NAME_LEN;
tmp169fs/ext/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp176fs/ext/inode.cint tmp;
tmp180fs/ext/inode.ctmp = ((unsigned long *) bh->b_data)[nr];
tmp182fs/ext/inode.creturn tmp;
tmp231fs/ext/inode.cint tmp;
tmp237fs/ext/inode.ctmp = *p;
tmp238fs/ext/inode.cif (tmp) {
tmp239fs/ext/inode.cresult = getblk(inode->i_dev, tmp, BLOCK_SIZE);
tmp240fs/ext/inode.cif (tmp == *p)
tmp247fs/ext/inode.ctmp = ext_new_block(inode->i_sb);
tmp248fs/ext/inode.cif (!tmp)
tmp250fs/ext/inode.cresult = getblk(inode->i_dev, tmp, BLOCK_SIZE);
tmp252fs/ext/inode.cext_free_block(inode->i_sb,tmp);
tmp256fs/ext/inode.c*p = tmp;
tmp265fs/ext/inode.cint tmp;
tmp281fs/ext/inode.ctmp = *p;
tmp282fs/ext/inode.cif (tmp) {
tmp283fs/ext/inode.cresult = getblk(bh->b_dev, tmp, BLOCK_SIZE);
tmp284fs/ext/inode.cif (tmp == *p) {
tmp295fs/ext/inode.ctmp = ext_new_block(inode->i_sb);
tmp296fs/ext/inode.cif (!tmp) {
tmp300fs/ext/inode.cresult = getblk(bh->b_dev, tmp, BLOCK_SIZE);
tmp302fs/ext/inode.cext_free_block(inode->i_sb,tmp);
tmp306fs/ext/inode.c*p = tmp;
tmp34fs/ext/truncate.cint i, tmp;
tmp43fs/ext/truncate.cif (!(tmp = *p))
tmp45fs/ext/truncate.cbh = getblk(inode->i_dev,tmp,BLOCK_SIZE);
tmp50fs/ext/truncate.cif ((bh && bh->b_count != 1) || tmp != *p) {
tmp58fs/ext/truncate.cext_free_block(inode->i_sb,tmp);
tmp65fs/ext/truncate.cint i, tmp;
tmp72fs/ext/truncate.ctmp = *p;
tmp73fs/ext/truncate.cif (!tmp)
tmp75fs/ext/truncate.cind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp76fs/ext/truncate.cif (tmp != *p) {
tmp91fs/ext/truncate.ctmp = *ind;
tmp92fs/ext/truncate.cif (!tmp)
tmp94fs/ext/truncate.cbh = getblk(inode->i_dev,tmp,BLOCK_SIZE);
tmp99fs/ext/truncate.cif ((bh && bh->b_count != 1) || tmp != *ind) {
tmp107fs/ext/truncate.cext_free_block(inode->i_sb,tmp);
tmp117fs/ext/truncate.ctmp = *p;
tmp120fs/ext/truncate.cext_free_block(inode->i_sb,tmp);
tmp128fs/ext/truncate.cint i,tmp;
tmp134fs/ext/truncate.ctmp = *p;
tmp135fs/ext/truncate.cif (!tmp)
tmp137fs/ext/truncate.cdind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp138fs/ext/truncate.cif (tmp != *p) {
tmp153fs/ext/truncate.ctmp = *dind;
tmp154fs/ext/truncate.cif (!tmp)
tmp167fs/ext/truncate.ctmp = *p;
tmp170fs/ext/truncate.cext_free_block(inode->i_sb,tmp);
tmp178fs/ext/truncate.cint i,tmp;
tmp185fs/ext/truncate.cif (!(tmp = *p))
tmp187fs/ext/truncate.ctind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp188fs/ext/truncate.cif (tmp != *p) {
tmp214fs/ext/truncate.ctmp = *p;
tmp217fs/ext/truncate.cext_free_block(inode->i_sb,tmp);
tmp262fs/ext2/balloc.cint i, j, k, tmp;
tmp413fs/ext2/balloc.ctmp = j + i * EXT2_BLOCKS_PER_GROUP(sb) + es->s_first_data_block;
tmp416fs/ext2/balloc.c(tmp == gdp->bg_block_bitmap ||
tmp417fs/ext2/balloc.ctmp == gdp->bg_inode_bitmap ||
tmp418fs/ext2/balloc.cin_range (tmp, gdp->bg_inode_table, sb->u.ext2_sb.s_itb_per_group)))
tmp421fs/ext2/balloc.c"block = %u", tmp);
tmp439fs/ext2/balloc.c*prealloc_block = tmp + 1;
tmp459fs/ext2/balloc.cj = tmp;
tmp106fs/ext2/dir.cstruct buffer_head * bh, * tmp, * bha[16];
tmp136fs/ext2/dir.ctmp = ext2_getblk (inode, ++blk, 0, &err);
tmp137fs/ext2/dir.cif (tmp && !buffer_uptodate(tmp) && !buffer_locked(tmp))
tmp138fs/ext2/dir.cbha[num++] = tmp;
tmp140fs/ext2/dir.cbrelse (tmp);
tmp33fs/ext2/fsync.cint tmp;
tmp37fs/ext2/fsync.ctmp = *block;
tmp41fs/ext2/fsync.cif (*block != tmp) {
tmp61fs/ext2/fsync.cint rc, tmp;
tmp64fs/ext2/fsync.ctmp = *iblock;
tmp65fs/ext2/fsync.cif (!tmp)
tmp70fs/ext2/fsync.c*bh = bread (inode->i_dev, tmp, blocksize);
tmp71fs/ext2/fsync.cif (tmp != *iblock) {
tmp316fs/ext2/ialloc.cstruct ext2_group_desc * tmp;
tmp348fs/ext2/ialloc.ctmp = get_group_desc (sb, j, &bh2);
tmp349fs/ext2/ialloc.cif (tmp->bg_free_inodes_count &&
tmp350fs/ext2/ialloc.ctmp->bg_free_inodes_count >= avefreei) {
tmp352fs/ext2/ialloc.c(tmp->bg_free_blocks_count >
tmp355fs/ext2/ialloc.cgdp = tmp;
tmp367fs/ext2/ialloc.ctmp = get_group_desc (sb, i, &bh2);
tmp368fs/ext2/ialloc.cif (tmp->bg_free_inodes_count)
tmp369fs/ext2/ialloc.cgdp = tmp;
tmp380fs/ext2/ialloc.ctmp = get_group_desc (sb, i, &bh2);
tmp381fs/ext2/ialloc.cif (tmp->bg_free_inodes_count) {
tmp382fs/ext2/ialloc.cgdp = tmp;
tmp395fs/ext2/ialloc.ctmp = get_group_desc (sb, i, &bh2);
tmp396fs/ext2/ialloc.cif (tmp->bg_free_inodes_count) {
tmp397fs/ext2/ialloc.cgdp = tmp;
tmp46fs/ext2/inode.cint tmp;
tmp50fs/ext2/inode.ctmp = ((u32 *) bh->b_data)[nr];
tmp52fs/ext2/inode.creturn tmp;
tmp187fs/ext2/inode.cint tmp, goal = 0;
tmp193fs/ext2/inode.ctmp = *p;
tmp194fs/ext2/inode.cif (tmp) {
tmp195fs/ext2/inode.cresult = getblk (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tmp196fs/ext2/inode.cif (tmp == *p)
tmp213fs/ext2/inode.cfor (tmp = nr - 1; tmp >= 0; tmp--) {
tmp214fs/ext2/inode.cif (inode->u.ext2_i.i_data[tmp]) {
tmp215fs/ext2/inode.cgoal = inode->u.ext2_i.i_data[tmp];
tmp227fs/ext2/inode.ctmp = ext2_alloc_block (inode, goal, err);
tmp228fs/ext2/inode.cif (!tmp)
tmp230fs/ext2/inode.cresult = getblk (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tmp232fs/ext2/inode.cext2_free_blocks (inode, tmp, 1);
tmp236fs/ext2/inode.c*p = tmp;
tmp238fs/ext2/inode.cinode->u.ext2_i.i_next_alloc_goal = tmp;
tmp253fs/ext2/inode.cint tmp, goal = 0;
tmp270fs/ext2/inode.ctmp = *p;
tmp271fs/ext2/inode.cif (tmp) {
tmp272fs/ext2/inode.cresult = getblk (bh->b_dev, tmp, blocksize);
tmp273fs/ext2/inode.cif (tmp == *p) {
tmp290fs/ext2/inode.cfor (tmp = nr - 1; tmp >= 0; tmp--) {
tmp291fs/ext2/inode.cif (((u32 *) bh->b_data)[tmp]) {
tmp292fs/ext2/inode.cgoal = ((u32 *)bh->b_data)[tmp];
tmp299fs/ext2/inode.ctmp = ext2_alloc_block (inode, goal, err);
tmp300fs/ext2/inode.cif (!tmp) {
tmp304fs/ext2/inode.cresult = getblk (bh->b_dev, tmp, blocksize);
tmp306fs/ext2/inode.cext2_free_blocks (inode, tmp, 1);
tmp310fs/ext2/inode.c*p = tmp;
tmp320fs/ext2/inode.cinode->u.ext2_i.i_next_alloc_goal = tmp;
tmp645fs/ext2/super.cunsigned long tmp;
tmp651fs/ext2/super.cif (!parse_options (data, &tmp, &resuid, &resgid,
tmp718fs/ext2/super.cstruct statfs tmp;
tmp735fs/ext2/super.ctmp.f_type = EXT2_SUPER_MAGIC;
tmp736fs/ext2/super.ctmp.f_bsize = sb->s_blocksize;
tmp737fs/ext2/super.ctmp.f_blocks = sb->u.ext2_sb.s_es->s_blocks_count - overhead;
tmp738fs/ext2/super.ctmp.f_bfree = ext2_count_free_blocks (sb);
tmp739fs/ext2/super.ctmp.f_bavail = tmp.f_bfree - sb->u.ext2_sb.s_es->s_r_blocks_count;
tmp740fs/ext2/super.cif (tmp.f_bfree < sb->u.ext2_sb.s_es->s_r_blocks_count)
tmp741fs/ext2/super.ctmp.f_bavail = 0;
tmp742fs/ext2/super.ctmp.f_files = sb->u.ext2_sb.s_es->s_inodes_count;
tmp743fs/ext2/super.ctmp.f_ffree = ext2_count_free_inodes (sb);
tmp744fs/ext2/super.ctmp.f_namelen = EXT2_NAME_LEN;
tmp745fs/ext2/super.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp62fs/ext2/truncate.cint i, tmp;
tmp75fs/ext2/truncate.ctmp = *p;
tmp76fs/ext2/truncate.cif (!tmp)
tmp78fs/ext2/truncate.cbh = get_hash_table (inode->i_dev, tmp,
tmp84fs/ext2/truncate.cif ((bh && bh->b_count != 1) || tmp != *p) {
tmp94fs/ext2/truncate.cblock_to_free = tmp;
tmp96fs/ext2/truncate.c} else if (free_count > 0 && block_to_free == tmp - free_count)
tmp100fs/ext2/truncate.cblock_to_free = tmp;
tmp112fs/ext2/truncate.cint i, tmp;
tmp124fs/ext2/truncate.ctmp = *p;
tmp125fs/ext2/truncate.cif (!tmp)
tmp127fs/ext2/truncate.cind_bh = bread (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tmp128fs/ext2/truncate.cif (tmp != *p) {
tmp143fs/ext2/truncate.ctmp = *ind;
tmp144fs/ext2/truncate.cif (!tmp)
tmp146fs/ext2/truncate.cbh = get_hash_table (inode->i_dev, tmp,
tmp152fs/ext2/truncate.cif ((bh && bh->b_count != 1) || tmp != *ind) {
tmp161fs/ext2/truncate.cblock_to_free = tmp;
tmp163fs/ext2/truncate.c} else if (free_count > 0 && block_to_free == tmp - free_count)
tmp167fs/ext2/truncate.cblock_to_free = tmp;
tmp184fs/ext2/truncate.ctmp = *p;
tmp188fs/ext2/truncate.cext2_free_blocks (inode, tmp, 1);
tmp201fs/ext2/truncate.cint i, tmp;
tmp210fs/ext2/truncate.ctmp = *p;
tmp211fs/ext2/truncate.cif (!tmp)
tmp213fs/ext2/truncate.cdind_bh = bread (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tmp214fs/ext2/truncate.cif (tmp != *p) {
tmp229fs/ext2/truncate.ctmp = *dind;
tmp230fs/ext2/truncate.cif (!tmp)
tmp244fs/ext2/truncate.ctmp = *p;
tmp248fs/ext2/truncate.cext2_free_blocks (inode, tmp, 1);
tmp260fs/ext2/truncate.cint i, tmp;
tmp272fs/ext2/truncate.cif (!(tmp = *p))
tmp274fs/ext2/truncate.ctind_bh = bread (inode->i_dev, tmp, inode->i_sb->s_blocksize);
tmp275fs/ext2/truncate.cif (tmp != *p) {
tmp303fs/ext2/truncate.ctmp = *p;
tmp307fs/ext2/truncate.cext2_free_blocks (inode, tmp, 1);
tmp142fs/fat/buffer.cstruct buffer_head *tmp[32];
tmp145fs/fat/buffer.ctmp[i] = bh[i]->b_next;
tmp147fs/fat/buffer.cll_rw_block(opr,nbreq,tmp);
tmp322fs/fat/inode.cstruct statfs tmp;
tmp334fs/fat/inode.ctmp.f_type = sb->s_magic;
tmp335fs/fat/inode.ctmp.f_bsize = MSDOS_SB(sb)->cluster_size*SECTOR_SIZE;
tmp336fs/fat/inode.ctmp.f_blocks = MSDOS_SB(sb)->clusters;
tmp337fs/fat/inode.ctmp.f_bfree = free;
tmp338fs/fat/inode.ctmp.f_bavail = free;
tmp339fs/fat/inode.ctmp.f_files = 0;
tmp340fs/fat/inode.ctmp.f_ffree = 0;
tmp341fs/fat/inode.ctmp.f_namelen = 12;
tmp342fs/fat/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp745fs/hpfs/hpfs_fs.cstruct statfs tmp;
tmp759fs/hpfs/hpfs_fs.ctmp.f_type = s->s_magic;
tmp760fs/hpfs/hpfs_fs.ctmp.f_bsize = 512;
tmp761fs/hpfs/hpfs_fs.ctmp.f_blocks = s->s_hpfs_fs_size;
tmp762fs/hpfs/hpfs_fs.ctmp.f_bfree = s->s_hpfs_n_free;
tmp763fs/hpfs/hpfs_fs.ctmp.f_bavail = s->s_hpfs_n_free;
tmp764fs/hpfs/hpfs_fs.ctmp.f_files = s->s_hpfs_dirband_size;
tmp765fs/hpfs/hpfs_fs.ctmp.f_ffree = s->s_hpfs_n_free_dnodes;
tmp766fs/hpfs/hpfs_fs.ctmp.f_namelen = 254;
tmp767fs/hpfs/hpfs_fs.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp586fs/inode.cstruct inode * tmp = inode->i_mount;
tmp587fs/inode.ctmp->i_count++;
tmp589fs/inode.cinode = tmp;
tmp402fs/isofs/inode.cstruct statfs tmp;
tmp404fs/isofs/inode.ctmp.f_type = ISOFS_SUPER_MAGIC;
tmp405fs/isofs/inode.ctmp.f_bsize = 1 << ISOFS_BLOCK_BITS;
tmp406fs/isofs/inode.ctmp.f_blocks = sb->u.isofs_sb.s_nzones;
tmp407fs/isofs/inode.ctmp.f_bfree = 0;
tmp408fs/isofs/inode.ctmp.f_bavail = 0;
tmp409fs/isofs/inode.ctmp.f_files = sb->u.isofs_sb.s_ninodes;
tmp410fs/isofs/inode.ctmp.f_ffree = 0;
tmp411fs/isofs/inode.ctmp.f_namelen = NAME_MAX;
tmp412fs/isofs/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp781fs/isofs/inode.cvoid * tmp;
tmp783fs/isofs/inode.ctmp = kmalloc(size, GFP_KERNEL);
tmp784fs/isofs/inode.creturn tmp;
tmp722fs/locks.cstruct file_lock *tmp;
tmp725fs/locks.cif ((tmp = (struct file_lock *)kmalloc(sizeof(struct file_lock),
tmp727fs/locks.creturn (tmp);
tmp729fs/locks.ctmp->fl_nextlink = NULL;
tmp730fs/locks.ctmp->fl_prevlink = NULL;
tmp731fs/locks.ctmp->fl_next = NULL;
tmp732fs/locks.ctmp->fl_block = NULL;
tmp733fs/locks.ctmp->fl_flags = fl->fl_flags;
tmp734fs/locks.ctmp->fl_owner = fl->fl_owner;
tmp735fs/locks.ctmp->fl_file = fl->fl_file;
tmp736fs/locks.ctmp->fl_wait = NULL;
tmp737fs/locks.ctmp->fl_type = fl->fl_type;
tmp738fs/locks.ctmp->fl_start = fl->fl_start;
tmp739fs/locks.ctmp->fl_end = fl->fl_end;
tmp741fs/locks.creturn (tmp);
tmp32fs/minix/bitmap.cint tmp;
tmp35fs/minix/bitmap.ctmp = bh->b_data[end] & ((1<<numbits)-1);
tmp36fs/minix/bitmap.csum += nibblemap[tmp&0xf] + nibblemap[(tmp>>4)&0xf];
tmp34fs/minix/fsync.cunsigned short tmp;
tmp38fs/minix/fsync.ctmp = *block;
tmp42fs/minix/fsync.cif (*block != tmp) {
tmp64fs/minix/fsync.cunsigned short tmp;
tmp67fs/minix/fsync.ctmp = *iblock;
tmp68fs/minix/fsync.cif (!tmp)
tmp73fs/minix/fsync.c*bh = bread(inode->i_dev, tmp, blocksize);
tmp74fs/minix/fsync.cif (tmp != *iblock) {
tmp171fs/minix/fsync.cunsigned long tmp;
tmp175fs/minix/fsync.ctmp = *block;
tmp179fs/minix/fsync.cif (*block != tmp) {
tmp201fs/minix/fsync.cunsigned long tmp;
tmp204fs/minix/fsync.ctmp = *iblock;
tmp205fs/minix/fsync.cif (!tmp)
tmp210fs/minix/fsync.c*bh = bread(inode->i_dev, tmp, blocksize);
tmp211fs/minix/fsync.cif (tmp != *iblock) {
tmp242fs/minix/inode.cstruct statfs tmp;
tmp244fs/minix/inode.ctmp.f_type = sb->s_magic;
tmp245fs/minix/inode.ctmp.f_bsize = sb->s_blocksize;
tmp246fs/minix/inode.ctmp.f_blocks = (sb->u.minix_sb.s_nzones - sb->u.minix_sb.s_firstdatazone) << sb->u.minix_sb.s_log_zone_size;
tmp247fs/minix/inode.ctmp.f_bfree = minix_count_free_blocks(sb);
tmp248fs/minix/inode.ctmp.f_bavail = tmp.f_bfree;
tmp249fs/minix/inode.ctmp.f_files = sb->u.minix_sb.s_ninodes;
tmp250fs/minix/inode.ctmp.f_ffree = minix_count_free_inodes(sb);
tmp251fs/minix/inode.ctmp.f_namelen = sb->u.minix_sb.s_namelen;
tmp252fs/minix/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp262fs/minix/inode.cint tmp;
tmp266fs/minix/inode.ctmp = ((unsigned short *) bh->b_data)[nr];
tmp268fs/minix/inode.creturn tmp;
tmp308fs/minix/inode.cint tmp;
tmp312fs/minix/inode.ctmp = ((unsigned long *) bh->b_data)[nr];
tmp314fs/minix/inode.creturn tmp;
tmp378fs/minix/inode.cint tmp;
tmp384fs/minix/inode.ctmp = *p;
tmp385fs/minix/inode.cif (tmp) {
tmp386fs/minix/inode.cresult = getblk(inode->i_dev, tmp, BLOCK_SIZE);
tmp387fs/minix/inode.cif (tmp == *p)
tmp394fs/minix/inode.ctmp = minix_new_block(inode->i_sb);
tmp395fs/minix/inode.cif (!tmp)
tmp397fs/minix/inode.cresult = getblk(inode->i_dev, tmp, BLOCK_SIZE);
tmp399fs/minix/inode.cminix_free_block(inode->i_sb,tmp);
tmp403fs/minix/inode.c*p = tmp;
tmp412fs/minix/inode.cint tmp;
tmp428fs/minix/inode.ctmp = *p;
tmp429fs/minix/inode.cif (tmp) {
tmp430fs/minix/inode.cresult = getblk(bh->b_dev, tmp, BLOCK_SIZE);
tmp431fs/minix/inode.cif (tmp == *p) {
tmp442fs/minix/inode.ctmp = minix_new_block(inode->i_sb);
tmp443fs/minix/inode.cif (!tmp) {
tmp447fs/minix/inode.cresult = getblk(bh->b_dev, tmp, BLOCK_SIZE);
tmp449fs/minix/inode.cminix_free_block(inode->i_sb,tmp);
tmp453fs/minix/inode.c*p = tmp;
tmp491fs/minix/inode.cint tmp;
tmp497fs/minix/inode.ctmp = *p;
tmp498fs/minix/inode.cif (tmp) {
tmp499fs/minix/inode.cresult = getblk(inode->i_dev, tmp, BLOCK_SIZE);
tmp500fs/minix/inode.cif (tmp == *p)
tmp507fs/minix/inode.ctmp = minix_new_block(inode->i_sb);
tmp508fs/minix/inode.cif (!tmp)
tmp510fs/minix/inode.cresult = getblk(inode->i_dev, tmp, BLOCK_SIZE);
tmp512fs/minix/inode.cminix_free_block(inode->i_sb,tmp);
tmp516fs/minix/inode.c*p = tmp;
tmp525fs/minix/inode.cint tmp;
tmp541fs/minix/inode.ctmp = *p;
tmp542fs/minix/inode.cif (tmp) {
tmp543fs/minix/inode.cresult = getblk(bh->b_dev, tmp, BLOCK_SIZE);
tmp544fs/minix/inode.cif (tmp == *p) {
tmp555fs/minix/inode.ctmp = minix_new_block(inode->i_sb);
tmp556fs/minix/inode.cif (!tmp) {
tmp560fs/minix/inode.cresult = getblk(bh->b_dev, tmp, BLOCK_SIZE);
tmp562fs/minix/inode.cminix_free_block(inode->i_sb,tmp);
tmp566fs/minix/inode.c*p = tmp;
tmp41fs/minix/truncate.cint i, tmp;
tmp47fs/minix/truncate.cif (!(tmp = *p))
tmp49fs/minix/truncate.cbh = get_hash_table(inode->i_dev,tmp,BLOCK_SIZE);
tmp54fs/minix/truncate.cif ((bh && bh->b_count != 1) || tmp != *p) {
tmp65fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp73fs/minix/truncate.cint i, tmp;
tmp78fs/minix/truncate.ctmp = *p;
tmp79fs/minix/truncate.cif (!tmp)
tmp81fs/minix/truncate.cind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp82fs/minix/truncate.cif (tmp != *p) {
tmp97fs/minix/truncate.ctmp = *ind;
tmp98fs/minix/truncate.cif (!tmp)
tmp100fs/minix/truncate.cbh = get_hash_table(inode->i_dev,tmp,BLOCK_SIZE);
tmp105fs/minix/truncate.cif ((bh && bh->b_count != 1) || tmp != *ind) {
tmp113fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp123fs/minix/truncate.ctmp = *p;
tmp125fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp133fs/minix/truncate.cint i, tmp;
tmp138fs/minix/truncate.cif (!(tmp = *p))
tmp140fs/minix/truncate.cdind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp141fs/minix/truncate.cif (tmp != *p) {
tmp167fs/minix/truncate.ctmp = *p;
tmp170fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp203fs/minix/truncate.cint i, tmp;
tmp209fs/minix/truncate.cif (!(tmp = *p))
tmp211fs/minix/truncate.cbh = get_hash_table(inode->i_dev,tmp,BLOCK_SIZE);
tmp216fs/minix/truncate.cif ((bh && bh->b_count != 1) || tmp != *p) {
tmp227fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp235fs/minix/truncate.cint i, tmp;
tmp240fs/minix/truncate.ctmp = *p;
tmp241fs/minix/truncate.cif (!tmp)
tmp243fs/minix/truncate.cind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp244fs/minix/truncate.cif (tmp != *p) {
tmp259fs/minix/truncate.ctmp = *ind;
tmp260fs/minix/truncate.cif (!tmp)
tmp262fs/minix/truncate.cbh = get_hash_table(inode->i_dev,tmp,BLOCK_SIZE);
tmp267fs/minix/truncate.cif ((bh && bh->b_count != 1) || tmp != *ind) {
tmp275fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp285fs/minix/truncate.ctmp = *p;
tmp287fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp295fs/minix/truncate.cint i, tmp;
tmp300fs/minix/truncate.cif (!(tmp = *p))
tmp302fs/minix/truncate.cdind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp303fs/minix/truncate.cif (tmp != *p) {
tmp329fs/minix/truncate.ctmp = *p;
tmp332fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp340fs/minix/truncate.cint i, tmp;
tmp345fs/minix/truncate.cif (!(tmp = *p))
tmp347fs/minix/truncate.ctind_bh = bread(inode->i_dev, tmp, BLOCK_SIZE);
tmp348fs/minix/truncate.cif (tmp != *p) {
tmp374fs/minix/truncate.ctmp = *p;
tmp377fs/minix/truncate.cminix_free_block(inode->i_sb,tmp);
tmp58fs/namei.cchar * tmp, c;
tmp73fs/namei.c*result = tmp = (char *) page;
tmp75fs/namei.c*(tmp++) = c;
tmp78fs/namei.c*tmp = '\0';
tmp289fs/namei.cchar * tmp;
tmp291fs/namei.cerror = getname(pathname, &tmp);
tmp293fs/namei.cerror = _namei(tmp, NULL, 0, res_inode);
tmp294fs/namei.cputname(tmp);
tmp309fs/namei.cchar * tmp;
tmp311fs/namei.cerror = getname(pathname, &tmp);
tmp313fs/namei.cerror = _namei(tmp, NULL, 1, res_inode);
tmp314fs/namei.cputname(tmp);
tmp489fs/namei.cchar * tmp;
tmp502fs/namei.cerror = getname(filename,&tmp);
tmp504fs/namei.cerror = do_mknod(tmp,mode,dev);
tmp505fs/namei.cputname(tmp);
tmp548fs/namei.cchar * tmp;
tmp550fs/namei.cerror = getname(pathname,&tmp);
tmp552fs/namei.cerror = do_mkdir(tmp,mode);
tmp553fs/namei.cputname(tmp);
tmp598fs/namei.cchar * tmp;
tmp600fs/namei.cerror = getname(pathname,&tmp);
tmp602fs/namei.cerror = do_rmdir(tmp);
tmp603fs/namei.cputname(tmp);
tmp648fs/namei.cchar * tmp;
tmp650fs/namei.cerror = getname(pathname,&tmp);
tmp652fs/namei.cerror = do_unlink(tmp);
tmp653fs/namei.cputname(tmp);
tmp363fs/ncpfs/inode.cstruct statfs tmp;
tmp371fs/ncpfs/inode.ctmp.f_type = NCP_SUPER_MAGIC;
tmp372fs/ncpfs/inode.ctmp.f_bsize = 512;
tmp373fs/ncpfs/inode.ctmp.f_blocks = 0;
tmp374fs/ncpfs/inode.ctmp.f_bfree = 0;
tmp375fs/ncpfs/inode.ctmp.f_bavail = 0;
tmp376fs/ncpfs/inode.ctmp.f_files = -1;
tmp377fs/ncpfs/inode.ctmp.f_ffree = -1;
tmp378fs/ncpfs/inode.ctmp.f_namelen = 12;
tmp379fs/ncpfs/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp39fs/ncpfs/mmap.cunsigned long tmp;
tmp109fs/ncpfs/mmap.ctmp = page + PAGE_SIZE;
tmp111fs/ncpfs/mmap.c*(char *)--tmp = 0;
tmp182fs/nfs/inode.cstruct statfs tmp;
tmp190fs/nfs/inode.ctmp.f_type = NFS_SUPER_MAGIC;
tmp191fs/nfs/inode.ctmp.f_bsize = res.bsize;
tmp192fs/nfs/inode.ctmp.f_blocks = res.blocks;
tmp193fs/nfs/inode.ctmp.f_bfree = res.bfree;
tmp194fs/nfs/inode.ctmp.f_bavail = res.bavail;
tmp195fs/nfs/inode.ctmp.f_files = 0;
tmp196fs/nfs/inode.ctmp.f_ffree = 0;
tmp197fs/nfs/inode.ctmp.f_namelen = NAME_MAX;
tmp198fs/nfs/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp37fs/nfs/mmap.cunsigned long tmp;
tmp77fs/nfs/mmap.ctmp = page + PAGE_SIZE;
tmp79fs/nfs/mmap.cmemset ((char*)(tmp-clear),0,clear);
tmp50fs/nfs/rpcsock.cstruct rpc_wait  *tmp;
tmp52fs/nfs/rpcsock.cif ((tmp = rsock->tail) != NULL) {
tmp53fs/nfs/rpcsock.ctmp->next = slot;
tmp58fs/nfs/rpcsock.cslot->prev = tmp;
tmp532fs/open.cchar * tmp;
tmp535fs/open.cerror = getname(filename, &tmp);
tmp538fs/open.cerror = do_open(tmp,flags,mode);
tmp539fs/open.cputname(tmp);
tmp119fs/proc/inode.cstruct statfs tmp;
tmp121fs/proc/inode.ctmp.f_type = PROC_SUPER_MAGIC;
tmp122fs/proc/inode.ctmp.f_bsize = PAGE_SIZE/sizeof(long);
tmp123fs/proc/inode.ctmp.f_blocks = 0;
tmp124fs/proc/inode.ctmp.f_bfree = 0;
tmp125fs/proc/inode.ctmp.f_bavail = 0;
tmp126fs/proc/inode.ctmp.f_files = 0;
tmp127fs/proc/inode.ctmp.f_ffree = 0;
tmp128fs/proc/inode.ctmp.f_namelen = NAME_MAX;
tmp129fs/proc/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp61fs/proc/mem.cchar *tmp;
tmp80fs/proc/mem.ctmp = buf;
tmp107fs/proc/mem.cmemcpy_tofs(tmp, page, i);
tmp109fs/proc/mem.ctmp += i;
tmp113fs/proc/mem.creturn tmp-buf;
tmp126fs/proc/mem.cchar *tmp;
tmp142fs/proc/mem.ctmp = buf;
tmp171fs/proc/mem.cmemcpy_fromfs(page, tmp, i);
tmp173fs/proc/mem.ctmp += i;
tmp177fs/proc/mem.cif (tmp != buf)
tmp178fs/proc/mem.creturn tmp-buf;
tmp226fs/proc/root.cchar tmp[30];
tmp229fs/proc/root.clen = 1 + sprintf(tmp, "%d", current->pid);
tmp232fs/proc/root.cmemcpy_tofs(buffer, tmp, len);
tmp21fs/read_write.cint tmp = -1;
tmp33fs/read_write.ctmp = offset;
tmp36fs/read_write.ctmp = file->f_pos + offset;
tmp41fs/read_write.ctmp = file->f_inode->i_size + offset;
tmp44fs/read_write.cif (tmp < 0)
tmp46fs/read_write.cif (tmp != file->f_pos) {
tmp47fs/read_write.cfile->f_pos = tmp;
tmp59fs/read_write.cloff_t tmp = -1;
tmp81fs/read_write.ctmp = offset;
tmp84fs/read_write.ctmp = file->f_pos + offset;
tmp89fs/read_write.ctmp = file->f_inode->i_size + offset;
tmp92fs/read_write.cif (tmp < 0)
tmp94fs/read_write.cif (tmp != file->f_pos) {
tmp95fs/read_write.cfile->f_pos = tmp;
tmp160fs/select.cunsigned int * tmp;
tmp168fs/select.ctmp = fdset->fds_bits;
tmp172fs/select.c*tmp = get_user(fs_pointer);
tmp173fs/select.ctmp++;
tmp311fs/smbfs/inode.cstruct statfs tmp;
tmp321fs/smbfs/inode.ctmp.f_type = SMB_SUPER_MAGIC;
tmp322fs/smbfs/inode.ctmp.f_bsize = attr.blocksize*attr.allocblocks;
tmp323fs/smbfs/inode.ctmp.f_blocks = attr.total;
tmp324fs/smbfs/inode.ctmp.f_bfree = attr.free;
tmp325fs/smbfs/inode.ctmp.f_bavail = attr.free;
tmp326fs/smbfs/inode.ctmp.f_files = -1;
tmp327fs/smbfs/inode.ctmp.f_ffree = -1;
tmp328fs/smbfs/inode.ctmp.f_namelen = SMB_MAXPATHLEN;
tmp329fs/smbfs/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp33fs/smbfs/mmap.cunsigned long tmp;
tmp81fs/smbfs/mmap.ctmp = page + PAGE_SIZE;
tmp83fs/smbfs/mmap.c*(char *)--tmp = 0;
tmp19fs/stat.cstruct old_stat tmp;
tmp23fs/stat.ctmp.st_dev = kdev_t_to_nr(inode->i_dev);
tmp24fs/stat.ctmp.st_ino = inode->i_ino;
tmp25fs/stat.ctmp.st_mode = inode->i_mode;
tmp26fs/stat.ctmp.st_nlink = inode->i_nlink;
tmp27fs/stat.ctmp.st_uid = inode->i_uid;
tmp28fs/stat.ctmp.st_gid = inode->i_gid;
tmp29fs/stat.ctmp.st_rdev = kdev_t_to_nr(inode->i_rdev);
tmp30fs/stat.ctmp.st_size = inode->i_size;
tmp32fs/stat.ctmp.st_size = PIPE_SIZE(*inode);
tmp33fs/stat.ctmp.st_atime = inode->i_atime;
tmp34fs/stat.ctmp.st_mtime = inode->i_mtime;
tmp35fs/stat.ctmp.st_ctime = inode->i_ctime;
tmp36fs/stat.cmemcpy_tofs(statbuf,&tmp,sizeof(tmp));
tmp41fs/stat.cstruct new_stat tmp;
tmp44fs/stat.cmemset(&tmp, 0, sizeof(tmp));
tmp45fs/stat.ctmp.st_dev = kdev_t_to_nr(inode->i_dev);
tmp46fs/stat.ctmp.st_ino = inode->i_ino;
tmp47fs/stat.ctmp.st_mode = inode->i_mode;
tmp48fs/stat.ctmp.st_nlink = inode->i_nlink;
tmp49fs/stat.ctmp.st_uid = inode->i_uid;
tmp50fs/stat.ctmp.st_gid = inode->i_gid;
tmp51fs/stat.ctmp.st_rdev = kdev_t_to_nr(inode->i_rdev);
tmp52fs/stat.ctmp.st_size = inode->i_size;
tmp54fs/stat.ctmp.st_size = PIPE_SIZE(*inode);
tmp55fs/stat.ctmp.st_atime = inode->i_atime;
tmp56fs/stat.ctmp.st_mtime = inode->i_mtime;
tmp57fs/stat.ctmp.st_ctime = inode->i_ctime;
tmp77fs/stat.cblocks = (tmp.st_size + BLOCK_SIZE - 1) / BLOCK_SIZE;
tmp88fs/stat.ctmp.st_blocks = (BLOCK_SIZE / 512) * blocks;
tmp89fs/stat.ctmp.st_blksize = BLOCK_SIZE;
tmp91fs/stat.ctmp.st_blocks = inode->i_blocks;
tmp92fs/stat.ctmp.st_blksize = inode->i_blksize;
tmp94fs/stat.cmemcpy_tofs(statbuf,&tmp,sizeof(tmp));
tmp88fs/super.cchar *tmp;
tmp97fs/super.cif (dev_name && !getname(dev_name, &tmp)) {
tmp99fs/super.c(char *) kmalloc(strlen(tmp)+1, GFP_KERNEL)) != (char *)NULL)
tmp100fs/super.cstrcpy(lptr->mnt_devname, tmp);
tmp101fs/super.cputname(tmp);
tmp103fs/super.cif (dir_name && !getname(dir_name, &tmp)) {
tmp105fs/super.c(char *) kmalloc(strlen(tmp)+1, GFP_KERNEL)) != (char *)NULL)
tmp106fs/super.cstrcpy(lptr->mnt_dirname, tmp);
tmp107fs/super.cputname(tmp);
tmp151fs/super.cstruct file_system_type ** tmp;
tmp157fs/super.ctmp = &file_systems;
tmp158fs/super.cwhile (*tmp) {
tmp159fs/super.cif (strcmp((*tmp)->name, fs->name) == 0)
tmp161fs/super.ctmp = &(*tmp)->next;
tmp163fs/super.c*tmp = fs;
tmp170fs/super.cstruct file_system_type ** tmp;
tmp172fs/super.ctmp = &file_systems;
tmp173fs/super.cwhile (*tmp) {
tmp174fs/super.cif (fs == *tmp) {
tmp175fs/super.c*tmp = fs->next;
tmp179fs/super.ctmp = &(*tmp)->next;
tmp187fs/super.cstruct file_system_type * tmp;
tmp195fs/super.cfor (tmp = file_systems ; tmp ; tmp = tmp->next) {
tmp196fs/super.cif (strcmp(tmp->name, name) == 0) {
tmp208fs/super.cstruct file_system_type * tmp;
tmp211fs/super.ctmp = file_systems;
tmp212fs/super.cwhile (tmp && index > 0) {
tmp213fs/super.ctmp = tmp->next;
tmp216fs/super.cif (!tmp)
tmp218fs/super.clen = strlen(tmp->name) + 1;
tmp222fs/super.cmemcpy_tofs(buf, tmp->name, len);
tmp228fs/super.cstruct file_system_type * tmp;
tmp232fs/super.cfor (tmp = file_systems ; tmp ; tmp = tmp->next)
tmp268fs/super.cstruct file_system_type * tmp;
tmp270fs/super.ctmp = file_systems;
tmp271fs/super.cwhile (tmp && len < PAGE_SIZE - 80) {
tmp273fs/super.ctmp->requires_dev ? "" : "nodev",
tmp274fs/super.ctmp->name);
tmp275fs/super.ctmp = tmp->next;
tmp373fs/super.cstruct ustat tmp;
tmp394fs/super.cmemset(&tmp,0,sizeof(struct ustat));
tmp395fs/super.ctmp.f_tfree = sbuf.f_bfree;
tmp396fs/super.ctmp.f_tinode = sbuf.f_ffree;
tmp398fs/super.cmemcpy_tofs(ubuf,&tmp,sizeof(struct ustat));
tmp32fs/sysv/fsync.cunsigned long tmp, block;
tmp35fs/sysv/fsync.cblock = tmp = *blockp;
tmp44fs/sysv/fsync.cif (*blockp != tmp) {
tmp66fs/sysv/fsync.cunsigned long tmp, block;
tmp69fs/sysv/fsync.cblock = tmp = *iblockp;
tmp78fs/sysv/fsync.cif (tmp != *iblockp) {
tmp537fs/sysv/inode.cstruct statfs tmp;
tmp539fs/sysv/inode.ctmp.f_type = sb->s_magic;
tmp540fs/sysv/inode.ctmp.f_bsize = sb->sv_block_size;
tmp541fs/sysv/inode.ctmp.f_blocks = sb->sv_ndatazones;
tmp542fs/sysv/inode.ctmp.f_bfree = sysv_count_free_blocks(sb);
tmp543fs/sysv/inode.ctmp.f_bavail = tmp.f_bfree;
tmp544fs/sysv/inode.ctmp.f_files = sb->sv_ninodes;
tmp545fs/sysv/inode.ctmp.f_ffree = sysv_count_free_inodes(sb);
tmp546fs/sysv/inode.ctmp.f_namelen = SYSV_NAMELEN;
tmp547fs/sysv/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp555fs/sysv/inode.cint tmp = inode->u.sysv_i.i_data[nr];
tmp556fs/sysv/inode.cif (!tmp)
tmp558fs/sysv/inode.creturn tmp + sb->sv_block_base;
tmp563fs/sysv/inode.cint tmp;
tmp567fs/sysv/inode.ctmp = ((sysv_zone_t *) bh->b_data) [nr];
tmp569fs/sysv/inode.ctmp = from_coh_ulong(tmp);
tmp571fs/sysv/inode.cif (!tmp)
tmp573fs/sysv/inode.creturn tmp + sb->sv_block_base;
tmp639fs/sysv/inode.cunsigned long tmp;
tmp646fs/sysv/inode.ctmp = *p;
tmp647fs/sysv/inode.cif (tmp) {
tmp648fs/sysv/inode.cresult = sv_getblk(sb, inode->i_dev, tmp);
tmp649fs/sysv/inode.cif (tmp == *p)
tmp656fs/sysv/inode.ctmp = sysv_new_block(sb);
tmp657fs/sysv/inode.cif (!tmp)
tmp659fs/sysv/inode.cresult = sv_getblk(sb, inode->i_dev, tmp);
tmp661fs/sysv/inode.csysv_free_block(sb,tmp);
tmp665fs/sysv/inode.c*p = tmp;
tmp675fs/sysv/inode.cunsigned long tmp, block;
tmp692fs/sysv/inode.cblock = tmp = *p;
tmp695fs/sysv/inode.cif (tmp) {
tmp697fs/sysv/inode.cif (tmp == *p) {
tmp81fs/sysv/truncate.cunsigned long tmp, block;
tmp108fs/sysv/truncate.cblock = tmp = *ind;
tmp118fs/sysv/truncate.cif ((bh && bh->b_count != 1) || (tmp != *ind)) {
tmp150fs/sysv/truncate.cunsigned long tmp, block;
tmp176fs/sysv/truncate.cblock = tmp = *ind;
tmp207fs/sysv/truncate.cunsigned long tmp, block;
tmp233fs/sysv/truncate.cblock = tmp = *ind;
tmp36fs/xiafs/bitmap.cint end, i, j, tmp;
tmp44fs/xiafs/bitmap.cif ( (tmp=(~bmap[i]) & (0xffffffff << (start_bit & 31))) )        
tmp48fs/xiafs/bitmap.ctmp=~bmap[i];
tmp51fs/xiafs/bitmap.cif ( !(tmp=~bmap[i] & ((1 << (end_bit & 31)) -1)) )
tmp55fs/xiafs/bitmap.cif (tmp & (1 << j))
tmp78fs/xiafs/bitmap.cint tmp;
tmp82fs/xiafs/bitmap.ctmp=bznr[pos];
tmp88fs/xiafs/bitmap.cbznr[0]=tmp;
tmp175fs/xiafs/bitmap.cint z_nr, tmp;
tmp199fs/xiafs/bitmap.ctmp=find_first_zero(bh, start_bit, end_bit);
tmp200fs/xiafs/bitmap.cif (tmp >= 0)
tmp206fs/xiafs/bitmap.cif (tmp < 0) 
tmp211fs/xiafs/bitmap.creturn (pos & ~(XIAFS_BITS_PER_Z(sb)-1))+tmp;
tmp248fs/xiafs/bitmap.cint prev_znr, tmp;
tmp259fs/xiafs/bitmap.ctmp=get_free_zbit(sb, prev_znr);
tmp260fs/xiafs/bitmap.cif (!tmp)
tmp262fs/xiafs/bitmap.ctmp += sb->u.xiafs_sb.s_firstdatazone -1;
tmp263fs/xiafs/bitmap.cif (!(bh = getblk(sb->s_dev, tmp, XIAFS_ZSIZE(sb)))) {
tmp275fs/xiafs/bitmap.creturn tmp;
tmp310fs/xiafs/bitmap.cino_t tmp;
tmp318fs/xiafs/bitmap.ctmp=get_free_ibit(sb, dir->i_ino); 
tmp319fs/xiafs/bitmap.cif (!tmp) {
tmp329fs/xiafs/bitmap.cinode->i_ino = tmp;
tmp342fs/xiafs/bitmap.cint i, tmp;
tmp347fs/xiafs/bitmap.ctmp=bh->b_data[i];
tmp348fs/xiafs/bitmap.csum += nibblemap[tmp & 0xf] + nibblemap[(tmp & 0xff) >> 4];
tmp32fs/xiafs/fsync.cint tmp;
tmp36fs/xiafs/fsync.ctmp = *block;
tmp40fs/xiafs/fsync.cif (*block != tmp) {
tmp61fs/xiafs/fsync.cint rc, tmp;
tmp64fs/xiafs/fsync.ctmp = *iblock;
tmp65fs/xiafs/fsync.cif (!tmp)
tmp70fs/xiafs/fsync.c*bh = bread(inode->i_dev, tmp, blocksize);
tmp71fs/xiafs/fsync.cif (tmp != *iblock) {
tmp171fs/xiafs/inode.cstruct statfs tmp;
tmp173fs/xiafs/inode.ctmp.f_type = _XIAFS_SUPER_MAGIC;
tmp174fs/xiafs/inode.ctmp.f_bsize = XIAFS_ZSIZE(sb);
tmp175fs/xiafs/inode.ctmp.f_blocks = sb->u.xiafs_sb.s_ndatazones;
tmp176fs/xiafs/inode.ctmp.f_bfree = xiafs_count_free_zones(sb);
tmp177fs/xiafs/inode.ctmp.f_bavail = tmp.f_bfree;
tmp178fs/xiafs/inode.ctmp.f_files = sb->u.xiafs_sb.s_ninodes;
tmp179fs/xiafs/inode.ctmp.f_ffree = xiafs_count_free_inodes(sb);
tmp180fs/xiafs/inode.ctmp.f_namelen = _XIAFS_NAME_LEN;
tmp181fs/xiafs/inode.cmemcpy_tofs(buf, &tmp, bufsiz);
tmp186fs/xiafs/inode.cint tmp;
tmp190fs/xiafs/inode.ctmp = ((u_long *) bh->b_data)[nr];
tmp192fs/xiafs/inode.creturn tmp;
tmp233fs/xiafs/inode.cu_long tmp;
tmp237fs/xiafs/inode.cif ((tmp=xiafs_bmap(inode, zone)))
tmp238fs/xiafs/inode.creturn tmp;
tmp246fs/xiafs/inode.cint tmp;
tmp250fs/xiafs/inode.cif ((tmp=*lp)) {
tmp251fs/xiafs/inode.cresult = getblk(inode->i_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp252fs/xiafs/inode.cif (tmp == *lp)
tmp259fs/xiafs/inode.ctmp = xiafs_new_zone(inode->i_sb, prev_addr);
tmp260fs/xiafs/inode.cif (!tmp)
tmp262fs/xiafs/inode.cresult = getblk(inode->i_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp264fs/xiafs/inode.cxiafs_free_zone(inode->i_sb, tmp);
tmp268fs/xiafs/inode.c*lp = tmp;
tmp277fs/xiafs/inode.cint tmp;
tmp293fs/xiafs/inode.cif ((tmp=*lp)) {
tmp294fs/xiafs/inode.cresult = getblk(bh->b_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp295fs/xiafs/inode.cif (tmp == *lp) {
tmp306fs/xiafs/inode.ctmp = xiafs_new_zone(inode->i_sb, prev_addr);
tmp307fs/xiafs/inode.cif (!tmp) {
tmp311fs/xiafs/inode.cresult = getblk(bh->b_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp313fs/xiafs/inode.cxiafs_free_zone(inode->i_sb, tmp);
tmp317fs/xiafs/inode.c*lp = tmp;
tmp42fs/xiafs/truncate.cint i, tmp;
tmp50fs/xiafs/truncate.cif (!(tmp = *lp))
tmp52fs/xiafs/truncate.cbh = getblk(inode->i_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp57fs/xiafs/truncate.cif ((bh && bh->b_count != 1) || tmp != *lp)
tmp63fs/xiafs/truncate.cxiafs_free_zone(inode->i_sb, tmp);
tmp76fs/xiafs/truncate.cint i, tmp;
tmp80fs/xiafs/truncate.cif ( !(tmp=*lp) )
tmp82fs/xiafs/truncate.cind_bh = bread(inode->i_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp83fs/xiafs/truncate.cif (tmp != *lp) {
tmp96fs/xiafs/truncate.cif (!(tmp=*indp))
tmp98fs/xiafs/truncate.cbh = getblk(inode->i_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp103fs/xiafs/truncate.cif ((bh && bh->b_count != 1) || tmp != *indp)
tmp109fs/xiafs/truncate.cxiafs_free_zone(inode->i_sb, tmp);
tmp119fs/xiafs/truncate.ctmp = *lp;
tmp122fs/xiafs/truncate.cxiafs_free_zone(inode->i_sb, tmp);
tmp135fs/xiafs/truncate.cint i, tmp;
tmp141fs/xiafs/truncate.cif (!(tmp = *lp))
tmp143fs/xiafs/truncate.cdind_bh = bread(inode->i_dev, tmp, XIAFS_ZSIZE(inode->i_sb));
tmp144fs/xiafs/truncate.cif (tmp != *lp) {
tmp168fs/xiafs/truncate.ctmp = *lp;
tmp172fs/xiafs/truncate.cxiafs_free_zone(inode->i_sb, tmp);
tmp100include/asm-alpha/bitops.hunsigned long tmp;
tmp103include/asm-alpha/bitops.h:"=r" (tmp)
tmp105include/asm-alpha/bitops.hwhile (tmp & 1) {
tmp107include/asm-alpha/bitops.htmp >>= 1;
tmp124include/asm-alpha/bitops.hunsigned long tmp;
tmp131include/asm-alpha/bitops.htmp = *(p++);
tmp132include/asm-alpha/bitops.htmp |= ~0UL >> (64-offset);
tmp135include/asm-alpha/bitops.hif (~tmp)
tmp141include/asm-alpha/bitops.hif (~(tmp = *(p++)))
tmp148include/asm-alpha/bitops.htmp = *p;
tmp150include/asm-alpha/bitops.htmp |= ~0UL << size;
tmp152include/asm-alpha/bitops.hreturn result + ffz(tmp);
tmp133include/asm-alpha/types.hunsigned int *tmp = p->fds_bits;
tmp139include/asm-alpha/types.htmp[0] = 0; tmp[1] = 0; tmp[2] = 0; tmp[3] = 0;
tmp140include/asm-alpha/types.htmp[4] = 0; tmp[5] = 0; tmp[6] = 0; tmp[7] = 0;
tmp147include/asm-alpha/types.h*tmp = 0;
tmp148include/asm-alpha/types.htmp++;
tmp139include/asm-mips/types.hunsigned int *tmp = p->fds_bits;
tmp145include/asm-mips/types.htmp[0] = 0; tmp[1] = 0; tmp[2] = 0; tmp[3] = 0;
tmp146include/asm-mips/types.htmp[4] = 0; tmp[5] = 0; tmp[6] = 0; tmp[7] = 0;
tmp153include/asm-mips/types.h*tmp = 0;
tmp154include/asm-mips/types.htmp++;
tmp109include/asm-ppc/types.hunsigned int *tmp = p->fds_bits;
tmp115include/asm-ppc/types.htmp[0] = 0; tmp[1] = 0; tmp[2] = 0; tmp[3] = 0;
tmp116include/asm-ppc/types.htmp[4] = 0; tmp[5] = 0; tmp[6] = 0; tmp[7] = 0;
tmp123include/asm-ppc/types.h*tmp = 0;
tmp124include/asm-ppc/types.htmp++;
tmp94include/asm-sparc/bitops.hunsigned long tmp;
tmp101include/asm-sparc/bitops.htmp = *(p++);
tmp102include/asm-sparc/bitops.htmp |= ~0UL << (32-offset);
tmp105include/asm-sparc/bitops.hif (~tmp)
tmp111include/asm-sparc/bitops.hif (~(tmp = *(p++)))
tmp118include/asm-sparc/bitops.htmp = *p;
tmp121include/asm-sparc/bitops.htmp |= ~0UL >> size;
tmp123include/asm-sparc/bitops.hreturn result + ffz(tmp);
tmp180include/asm-sparc/bitops.hunsigned long tmp;
tmp187include/asm-sparc/bitops.htmp = *(p++);
tmp188include/asm-sparc/bitops.htmp |= ~0UL << (32-offset);
tmp191include/asm-sparc/bitops.hif(~tmp)
tmp197include/asm-sparc/bitops.hif(~(tmp = *(p++)))
tmp204include/asm-sparc/bitops.htmp = *p;
tmp207include/asm-sparc/bitops.htmp |= ~0UL << size;
tmp209include/asm-sparc/bitops.htmp = ((tmp>>24) | ((tmp>>8)&0xff00) | ((tmp<<8)&0xff0000) | (tmp<<24));
tmp210include/asm-sparc/bitops.hreturn result + ffz(tmp);
tmp109include/asm-sparc/types.hunsigned int *tmp = p->fds_bits;
tmp115include/asm-sparc/types.htmp[0] = 0; tmp[1] = 0; tmp[2] = 0; tmp[3] = 0;
tmp116include/asm-sparc/types.htmp[4] = 0; tmp[5] = 0; tmp[6] = 0; tmp[7] = 0;
tmp119include/asm-sparc/types.htmp[0] = 0; tmp[1] = 0; tmp[2] = 0; tmp[3] = 0;
tmp126include/asm-sparc/types.h*tmp = 0;
tmp127include/asm-sparc/types.htmp++;
tmp232include/linux/netdevice.hextern void    net_bh(void *tmp);
tmp384include/linux/sched.hstruct wait_queue * tmp;
tmp398include/linux/sched.htmp = wait;
tmp399include/linux/sched.hwhile (tmp->next != wait) {
tmp400include/linux/sched.htmp = tmp->next;
tmp402include/linux/sched.hif (tmp == *p)
tmp406include/linux/sched.htmp->next = wait->next;
tmp350include/linux/skbuff.hunsigned char *tmp=skb->tail;
tmp355include/linux/skbuff.hreturn tmp;
tmp175include/net/route.hunsigned tmp = addr + (addr>>16);
tmp176include/net/route.hreturn (tmp + (tmp>>8)) & 0xFF;
tmp380ipc/sem.cstruct seminfo seminfo, *tmp = arg.__buf;
tmp395ipc/sem.ci = verify_area(VERIFY_WRITE, tmp, sizeof(struct seminfo));
tmp398ipc/sem.cmemcpy_tofs (tmp, &seminfo, sizeof(struct seminfo));
tmp423ipc/shm.cunsigned long tmp, shm_sgn;
tmp436ipc/shm.cfor (tmp = shmd->vm_start;
tmp437ipc/shm.ctmp < shmd->vm_end;
tmp438ipc/shm.ctmp += PAGE_SIZE, shm_sgn += SWP_ENTRY(0, 1 << SHM_IDX_SHIFT))
tmp440ipc/shm.cpage_dir = pgd_offset(shmd->vm_mm,tmp);
tmp441ipc/shm.cpage_middle = pmd_alloc(page_dir,tmp);
tmp444ipc/shm.cpage_table = pte_alloc(page_middle,tmp);
tmp729ipc/shm.cunsigned long tmp;
tmp736ipc/shm.ctmp = shmd->vm_start + (idx << PAGE_SHIFT) - shmd->vm_offset;
tmp737ipc/shm.cif (!(tmp >= shmd->vm_start && tmp < shmd->vm_end))
tmp739ipc/shm.cpage_dir = pgd_offset(shmd->vm_mm,tmp);
tmp746ipc/shm.cpage_middle = pmd_offset(page_dir,tmp);
tmp753ipc/shm.cpage_table = pte_offset(page_middle,tmp);
tmp72kernel/exec_domain.cstruct exec_domain *tmp;
tmp78kernel/exec_domain.cfor (tmp=exec_domains; tmp; tmp=tmp->next)
tmp79kernel/exec_domain.cif (tmp == it)
tmp88kernel/exec_domain.cstruct exec_domain ** tmp;
tmp90kernel/exec_domain.ctmp = &exec_domains;
tmp91kernel/exec_domain.cwhile (*tmp) {
tmp92kernel/exec_domain.cif (it == *tmp) {
tmp93kernel/exec_domain.c*tmp = it->next;
tmp97kernel/exec_domain.ctmp = &(*tmp)->next;
tmp80kernel/fork.cstruct vm_area_struct * mpnt, **p, *tmp;
tmp85kernel/fork.ctmp = (struct vm_area_struct *) kmalloc(sizeof(struct vm_area_struct), GFP_KERNEL);
tmp86kernel/fork.cif (!tmp) {
tmp90kernel/fork.c*tmp = *mpnt;
tmp91kernel/fork.ctmp->vm_flags &= ~VM_LOCKED;
tmp92kernel/fork.ctmp->vm_mm = mm;
tmp93kernel/fork.ctmp->vm_next = NULL;
tmp94kernel/fork.cif (tmp->vm_inode) {
tmp95kernel/fork.ctmp->vm_inode->i_count++;
tmp97kernel/fork.ctmp->vm_next_share->vm_prev_share = tmp;
tmp98kernel/fork.cmpnt->vm_next_share = tmp;
tmp99kernel/fork.ctmp->vm_prev_share = mpnt;
tmp101kernel/fork.cif (tmp->vm_ops && tmp->vm_ops->open)
tmp102kernel/fork.ctmp->vm_ops->open(tmp);
tmp103kernel/fork.cif (copy_page_range(mm, current->mm, tmp)) {
tmp107kernel/fork.c*p = tmp;
tmp108kernel/fork.cp = &tmp->vm_next;
tmp194kernel/printk.cchar tmp = p[1];
tmp197kernel/printk.cp[1] = tmp;
tmp381kernel/sched.cstruct wait_queue *tmp;
tmp384kernel/sched.cif (!q || !(tmp = *q))
tmp387kernel/sched.cif ((p = tmp->task) != NULL) {
tmp392kernel/sched.cif (!tmp->next) {
tmp397kernel/sched.cprintk("      tmp = %p\n",tmp);
tmp400kernel/sched.ctmp = tmp->next;
tmp401kernel/sched.c} while (tmp != *q);
tmp406kernel/sched.cstruct wait_queue *tmp;
tmp409kernel/sched.cif (!q || !(tmp = *q))
tmp412kernel/sched.cif ((p = tmp->task) != NULL) {
tmp416kernel/sched.cif (!tmp->next) {
tmp421kernel/sched.cprintk("      tmp = %p\n",tmp);
tmp424kernel/sched.ctmp = tmp->next;
tmp425kernel/sched.c} while (tmp != *q);
tmp115kernel/signal.cstruct sigaction tmp;
tmp126kernel/signal.cmemset(&tmp, 0, sizeof(tmp));
tmp127kernel/signal.ctmp.sa_handler = handler;
tmp128kernel/signal.ctmp.sa_flags = SA_ONESHOT | SA_NOMASK;
tmp130kernel/signal.ccurrent->sig->action[signum-1] = tmp;
tmp520kernel/sys.cstruct task_struct * tmp;
tmp521kernel/sys.cfor_each_task (tmp) {
tmp522kernel/sys.cif (tmp->pgrp == pgid &&
tmp523kernel/sys.ctmp->session == current->session)
tmp142kernel/sysctl.cstruct ctl_table_header *tmp;
tmp162kernel/sysctl.ctmp = &root_table_header;
tmp171kernel/sysctl.ctmp = tmp->DLIST_NEXT(ctl_entry);
tmp172kernel/sysctl.c} while (tmp != &root_table_header);
tmp178kernel/sysctl.cstruct __sysctl_args tmp;
tmp183kernel/sysctl.cmemcpy_fromfs(&tmp, args, sizeof(tmp));
tmp184kernel/sysctl.creturn do_sysctl(tmp.name, tmp.nlen, tmp.oldval, tmp.oldlenp, 
tmp185kernel/sysctl.ctmp.newval, tmp.newlen);
tmp328kernel/sysctl.cstruct ctl_table_header *tmp;
tmp329kernel/sysctl.ctmp = kmalloc(sizeof(*tmp), GFP_KERNEL);
tmp330kernel/sysctl.cif (!tmp)
tmp332kernel/sysctl.c*tmp = ((struct ctl_table_header) {table, DNODE_NULL});
tmp334kernel/sysctl.cDLIST_INSERT_AFTER(&root_table_header, tmp, ctl_entry);
tmp336kernel/sysctl.cDLIST_INSERT_BEFORE(&root_table_header, tmp, ctl_entry);
tmp340kernel/sysctl.creturn tmp;
tmp22lib/string.cchar *tmp = dest;
tmp26lib/string.creturn tmp;
tmp33lib/string.cchar *tmp = dest;
tmp38lib/string.creturn tmp;
tmp45lib/string.cchar *tmp = dest;
tmp52lib/string.creturn tmp;
tmp59lib/string.cchar *tmp = dest;
tmp72lib/string.creturn tmp;
tmp210lib/string.cchar *tmp = dest;
tmp213lib/string.c*tmp++ = *src++;
tmp222lib/string.cchar *tmp = (char *) dest, *s = (char *) src;
tmp225lib/string.c*tmp++ = *s++;
tmp234lib/string.cchar *tmp, *s;
tmp237lib/string.ctmp = (char *) dest;
tmp240lib/string.c*tmp++ = *s++;
tmp243lib/string.ctmp = (char *) dest + count;
tmp246lib/string.c*--tmp = *--s;
tmp71lib/vsprintf.cchar c,sign,tmp[66];
tmp104lib/vsprintf.ctmp[i++]='0';
tmp106lib/vsprintf.ctmp[i++] = digits[do_div(num,base)];
tmp128lib/vsprintf.c*str++ = tmp[i];
tmp83mm/filemap.cstruct buffer_head *tmp, *bh;
tmp99mm/filemap.ctmp = bh;
tmp101mm/filemap.cif (buffer_touched(tmp)) {
tmp102mm/filemap.cclear_bit(BH_Touched, &tmp->b_state);
tmp105mm/filemap.ctmp = tmp->b_this_page;
tmp106mm/filemap.c} while (tmp != bh);
tmp456mm/filemap.cstruct buffer_head * tmp = bh;
tmp458mm/filemap.cmark_buffer_dirty(tmp, 0);
tmp459mm/filemap.ctmp = tmp->b_this_page;
tmp460mm/filemap.c} while (tmp != bh);
tmp319mm/kmalloc.cstruct page_descriptor *tmp = *pg;
tmp320mm/kmalloc.cif (!tmp) {
tmp324mm/kmalloc.cif (tmp == page) {
tmp328mm/kmalloc.cpg = &tmp->next;
tmp746mm/memory.cunsigned long tmp;
tmp748mm/memory.cif (!(tmp = get_free_page(GFP_KERNEL))) {
tmp753mm/memory.cput_page(page_table, pte_mkwrite(mk_pte(tmp, vma->vm_page_prot)));
tmp138mm/mlock.cunsigned long nstart, end, tmp;
tmp168mm/mlock.ctmp = vma->vm_end;
tmp170mm/mlock.cerror = mlock_fixup(vma, nstart, tmp, newflags);
tmp173mm/mlock.cnstart = tmp;
tmp204mm/mprotect.cunsigned long nstart, end, tmp;
tmp238mm/mprotect.ctmp = vma->vm_end;
tmp240mm/mprotect.cerror = mprotect_fixup(vma, nstart, tmp, newflags);
tmp243mm/mprotect.cnstart = tmp;
tmp83mm/page_alloc.cstruct buffer_head *tmp = bh;
tmp85mm/page_alloc.cif (tmp->b_list == BUF_SHARED
tmp86mm/page_alloc.c&& tmp->b_dev != B_FREE)
tmp87mm/page_alloc.crefile_buffer(tmp);
tmp88mm/page_alloc.ctmp = tmp->b_this_page;
tmp89mm/page_alloc.c} while (tmp != bh);
tmp203mm/page_alloc.cstruct mem_list * tmp;
tmp205mm/page_alloc.cfor (tmp = free_area_list[order].next ; tmp != free_area_list + order ; tmp = tmp->next) {
tmp237mm/vmalloc.cstruct vm_struct **p, *tmp, *area;
tmp245mm/vmalloc.cfor (p = &vmlist; (tmp = *p) ; p = &tmp->next) {
tmp246mm/vmalloc.cif (size + (unsigned long) addr < (unsigned long) tmp->addr)
tmp248mm/vmalloc.caddr = (void *) (tmp->size + (unsigned long) tmp->addr);
tmp258mm/vmalloc.cstruct vm_struct **p, *tmp;
tmp266mm/vmalloc.cfor (p = &vmlist ; (tmp = *p) ; p = &tmp->next) {
tmp267mm/vmalloc.cif (tmp->addr == addr) {
tmp268mm/vmalloc.c*p = tmp->next;
tmp269mm/vmalloc.cfree_area_pages(VMALLOC_VMADDR(tmp->addr), tmp->size);
tmp270mm/vmalloc.ckfree(tmp);
tmp326mm/vmalloc.cstruct vm_struct **p, *tmp;
tmp330mm/vmalloc.cfor (p = &vmlist; (tmp = *p) ; p = &tmp->next) {
tmp331mm/vmalloc.cvaddr = (char *) tmp->addr;
tmp337mm/vmalloc.cn = tmp->size - PAGE_SIZE;
tmp301net/appletalk/ddp.cstruct atalk_iface *tmp;
tmp303net/appletalk/ddp.cwhile ((tmp = *iface) != NULL) 
tmp305net/appletalk/ddp.cif (tmp->dev == dev) 
tmp307net/appletalk/ddp.c*iface = tmp->next;
tmp308net/appletalk/ddp.ckfree_s(tmp, sizeof(struct atalk_iface));
tmp311net/appletalk/ddp.ciface = &tmp->next;
tmp621net/appletalk/ddp.cstruct atalk_route *tmp;
tmp623net/appletalk/ddp.cwhile ((tmp = *r) != NULL) 
tmp625net/appletalk/ddp.cif (tmp->target.s_net == addr->s_net &&
tmp626net/appletalk/ddp.c(!(tmp->flags&RTF_GATEWAY) ||
tmp627net/appletalk/ddp.ctmp->target.s_node == addr->s_node )) 
tmp629net/appletalk/ddp.c*r = tmp->next;
tmp630net/appletalk/ddp.ckfree_s(tmp, sizeof(struct atalk_route));
tmp633net/appletalk/ddp.cr = &tmp->next;
tmp646net/appletalk/ddp.cstruct atalk_route *tmp;
tmp648net/appletalk/ddp.cwhile ((tmp = *r) != NULL) 
tmp650net/appletalk/ddp.cif (tmp->dev == dev) 
tmp652net/appletalk/ddp.c*r = tmp->next;
tmp653net/appletalk/ddp.ckfree_s(tmp, sizeof(struct atalk_route));
tmp656net/appletalk/ddp.cr = &tmp->next;
tmp553net/core/dev.cvoid net_bh(void *tmp)
tmp92net/core/dev_mcast.cstruct dev_mc_list *tmp= *dmi;
tmp97net/core/dev_mcast.ckfree_s(tmp,sizeof(*tmp));
tmp140net/core/dev_mcast.cstruct dev_mc_list *tmp=dev->mc_list;
tmp142net/core/dev_mcast.ckfree_s(tmp,sizeof(*tmp));
tmp116net/core/net_alias.cunsigned tmp = addr ^ (addr>>16); /* 4 -> 2 */
tmp117net/core/net_alias.ctmp ^= (tmp>>8);                  /* 2 -> 1 */
tmp118net/core/net_alias.creturn (tmp^(tmp>>4)^af) & 0x0f;      /* 1 -> 1/2 */
tmp383net/core/skbuff.cunsigned char *tmp=skb->tail;
tmp390net/core/skbuff.creturn tmp;
tmp489net/core/sock.cunsigned long tmp;
tmp502net/core/sock.ctmp = sk->wmem_alloc;
tmp512net/core/sock.cif( tmp <= sk->wmem_alloc)
tmp526net/core/sock.cprintk("sock.c: Look where I am %ld<%ld\n", tmp, sk->wmem_alloc);
tmp191net/ipv4/af_inet.cstruct sock **skp, *tmp;
tmp236net/ipv4/af_inet.cwhile ((tmp = *skp) != NULL) {
tmp237net/ipv4/af_inet.cif (!(tmp->rcv_saddr & mask))
tmp239net/ipv4/af_inet.cskp = &tmp->next;
tmp241net/ipv4/af_inet.csk->next = tmp;
tmp1538net/ipv4/af_inet.cstruct inet_protocol *tmp = (struct inet_protocol *) p->next;
tmp1540net/ipv4/af_inet.cprintk("%s%s",p->name,tmp?", ":"\n");
tmp1541net/ipv4/af_inet.cp = tmp;
tmp238net/ipv4/igmp.cint tmp;
tmp243net/ipv4/igmp.ctmp=ip_build_header(skb, INADDR_ANY, address, &dev, IPPROTO_IGMP, NULL,
tmp245net/ipv4/igmp.cif(tmp<0)
tmp521net/ipv4/igmp.cstruct ip_mc_list *tmp= *i;
tmp522net/ipv4/igmp.cigmp_group_dropped(tmp);
tmp524net/ipv4/igmp.ckfree_s(tmp,sizeof(*tmp));
tmp411net/ipv4/ip_fragment.cstruct ipfrag *prev, *next, *tmp;
tmp533net/ipv4/ip_fragment.cfor(tmp=next; tmp != NULL; tmp = tfp)
tmp535net/ipv4/ip_fragment.ctfp = tmp->next;
tmp536net/ipv4/ip_fragment.cif (tmp->offset >= end)
tmp540net/ipv4/ip_fragment.ctmp->len -= i;        /* so reduce size of  */
tmp541net/ipv4/ip_fragment.ctmp->offset += i;      /* next fragment  */
tmp542net/ipv4/ip_fragment.ctmp->ptr += i;
tmp547net/ipv4/ip_fragment.cif (tmp->len <= 0)
tmp549net/ipv4/ip_fragment.cif (tmp->prev != NULL)
tmp550net/ipv4/ip_fragment.ctmp->prev->next = tmp->next;
tmp552net/ipv4/ip_fragment.cqp->fragments = tmp->next;
tmp555net/ipv4/ip_fragment.ctmp->next->prev = tmp->prev;
tmp559net/ipv4/ip_fragment.cfrag_kfree_skb(tmp->skb,FREE_READ);
tmp560net/ipv4/ip_fragment.cfrag_kfree_s(tmp, sizeof(struct ipfrag));
tmp198net/ipv4/ip_output.cint tmp;
tmp263net/ipv4/ip_output.ctmp = ip_send_room(rt, skb, raddr, len, *dev, saddr);
tmp265net/ipv4/ip_output.ctmp = ip_send(rt, skb, raddr, len, *dev, saddr);
tmp286net/ipv4/ip_output.creturn (tmp);
tmp308net/ipv4/ip_output.creturn sizeof(struct iphdr) + tmp;
tmp311net/ipv4/ip_output.creturn iph->ihl*4 + tmp;
tmp417net/ipv4/route.cint tmp;
tmp423net/ipv4/route.ctmp = fib_del_list(fp, dst, dev, gtw, flags, metric, mask);
tmp424net/ipv4/route.cfz->fz_nent -= tmp;
tmp425net/ipv4/route.cfound += tmp;
tmp771net/ipv4/route.cint tmp = 0;
tmp773net/ipv4/route.ctmp += rt_flush_list(&fz->fz_hash_table[i], dev);
tmp774net/ipv4/route.cfz->fz_nent -= tmp;
tmp775net/ipv4/route.cfound += tmp;
tmp779net/ipv4/route.cint tmp;
tmp780net/ipv4/route.ctmp = rt_flush_list(&fz->fz_list, dev);
tmp781net/ipv4/route.cfz->fz_nent -= tmp;
tmp782net/ipv4/route.cfound += tmp;
tmp849net/ipv4/tcp.cint tmp;
tmp1128net/ipv4/tcp.ctmp = prot->build_header(skb, sk->saddr, sk->daddr, &dev,
tmp1130net/ipv4/tcp.cif (tmp < 0 ) 
tmp1136net/ipv4/tcp.creturn(tmp);
tmp1143net/ipv4/tcp.ctmp = tcp_build_header(skb->h.th, sk, seglen-copy);
tmp1144net/ipv4/tcp.cif (tmp < 0) 
tmp1150net/ipv4/tcp.creturn(tmp);
tmp1207net/ipv4/tcp.cint tmp;
tmp1248net/ipv4/tcp.ctmp = sk->prot->build_header(buff, sk->saddr, sk->daddr, &dev,
tmp1250net/ipv4/tcp.cif (tmp < 0) 
tmp1924net/ipv4/tcp.cint tmp;
tmp1983net/ipv4/tcp.ctmp = sk->prot->build_header(buff, sk->saddr, sk->daddr, &dev,
tmp1985net/ipv4/tcp.cif (tmp < 0) 
tmp191net/ipv4/tcp_output.cstruct sk_buff * tmp;
tmp196net/ipv4/tcp_output.ctmp = sk->partial;
tmp197net/ipv4/tcp_output.cif (tmp)
tmp209net/ipv4/tcp_output.cif (tmp)
tmp210net/ipv4/tcp_output.ctcp_send_skb(sk, tmp);
tmp504net/ipv4/tcp_output.cint tmp;
tmp531net/ipv4/tcp_output.ctmp = prot->build_header(buff, saddr, daddr, &ndev, IPPROTO_TCP, opt,
tmp533net/ipv4/tcp_output.cif (tmp < 0) 
tmp589net/ipv4/tcp_output.cint tmp;
tmp614net/ipv4/tcp_output.ctmp = prot->build_header(buff,sk->saddr, sk->daddr, &dev,
tmp617net/ipv4/tcp_output.cif (tmp < 0) 
tmp686net/ipv4/tcp_output.cint tmp;
tmp708net/ipv4/tcp_output.ctmp = sk->prot->build_header(buff, newsk->saddr, newsk->daddr, &ndev,
tmp715net/ipv4/tcp_output.cif (tmp < 0) 
tmp717net/ipv4/tcp_output.csk->err = tmp;
tmp786net/ipv4/tcp_output.cint tmp;
tmp825net/ipv4/tcp_output.ctmp = sk->prot->build_header(buff, sk->saddr, daddr, &dev,
tmp827net/ipv4/tcp_output.cif (tmp < 0) 
tmp897net/ipv4/tcp_output.cint tmp;
tmp973net/ipv4/tcp_output.ctmp = sk->prot->build_header(buff, sk->saddr, sk->daddr, &dev,
tmp976net/ipv4/tcp_output.cif (tmp < 0) 
tmp1043net/ipv4/tcp_output.ctmp = sk->prot->build_header(buff, sk->saddr, sk->daddr, &dev,
tmp1045net/ipv4/tcp_output.cif (tmp < 0) 
tmp342net/ipv4/udp.cint tmp;
tmp398net/ipv4/udp.ctmp = udp_send(sk, usin, from, len, flags, saddr, noblock);
tmp402net/ipv4/udp.creturn(tmp);
tmp331net/ipx/af_ipx.cipx_interface *i, *tmp;
tmp338net/ipx/af_ipx.ctmp = i->if_next;
tmp341net/ipx/af_ipx.ci = tmp;
tmp1104net/ipx/af_ipx.cipx_route  **r, *tmp;
tmp1106net/ipx/af_ipx.cfor (r = &ipx_routes; (tmp = *r) != NULL; ) {
tmp1107net/ipx/af_ipx.cif (tmp->ir_intrfc == intrfc) {
tmp1108net/ipx/af_ipx.c*r = tmp->ir_next;
tmp1109net/ipx/af_ipx.ckfree_s(tmp, sizeof(ipx_route));
tmp1111net/ipx/af_ipx.cr = &(tmp->ir_next);
tmp1134net/ipx/af_ipx.cipx_route  *tmp;
tmp1136net/ipx/af_ipx.cfor (r = &ipx_routes; (tmp = *r) != NULL; ) {
tmp1137net/ipx/af_ipx.cif (tmp->ir_net == net) {
tmp1138net/ipx/af_ipx.cif (!(tmp->ir_routed)) {
tmp1142net/ipx/af_ipx.c*r = tmp->ir_next;
tmp1143net/ipx/af_ipx.ckfree_s(tmp, sizeof(ipx_route));
tmp1146net/ipx/af_ipx.cr = &(tmp->ir_next);