taglinefilesource code
code78arch/alpha/kernel/lca.cunsigned long old_ipl, code, stat0;
code95arch/alpha/kernel/lca.ccode = ((stat0 >> LCA_IOC_STAT0_CODE_SHIFT)
code97arch/alpha/kernel/lca.cif (code != 1) {
code134arch/i386/math-emu/fpu_entry.cunsigned short code;
code277arch/i386/math-emu/fpu_entry.ccode = (FPU_modrm << 8) | byte1;
code278arch/i386/math-emu/fpu_entry.cif ( ! ( (((code & 0xf803) == 0xe003) ||    /* fnclex, fninit, fnstsw */
code279arch/i386/math-emu/fpu_entry.c(((code & 0x3003) == 0x3001) &&   /* fnsave, fnstcw, fnstenv,
code281arch/i386/math-emu/fpu_entry.c((code & 0xc000) != 0xc000))) ) )
code213drivers/block/xd.cint code;
code216drivers/block/xd.cwhile (code = 0, CURRENT) {
code226drivers/block/xd.cfor (retry = 0; (retry < XD_RETRIES) && !code; retry++)
code227drivers/block/xd.ccode = xd_readwrite(CURRENT->cmd,CURRENT_DEV,CURRENT->buffer,block,count);
code233drivers/block/xd.cend_request(code);  /* wrap up, 0 = fail, 1 = success */
code373drivers/char/tpqic02.cunsigned short mask, code;
code491drivers/char/tpqic02.cif ((s & exception_list[i].mask)==exception_list[i].code)
code1737drivers/scsi/aha152x.cint           i, code;
code1758drivers/scsi/aha152x.ccode = GETPORT(SCSIBUS);
code1760drivers/scsi/aha152x.cswitch( code )
code1792drivers/scsi/aha152x.cif( code & 0x80 )
code1793drivers/scsi/aha152x.cprintk("reserved (%d) ", code );
code1795drivers/scsi/aha152x.cprintk("vendor specific (%d) ", code);
code367drivers/scsi/constants.cint sense_class, valid, code;
code373drivers/scsi/constants.ccode = sense_buffer[0] & 0xf;
code387drivers/scsi/constants.cswitch (code) {
code436drivers/scsi/constants.cprintk("Non-extended sense class %d code 0x%0x ", sense_class, code);
code1287drivers/scsi/fdomain.cunsigned char code;
code1292drivers/scsi/fdomain.ccode = (unsigned char)(*((char *)current_SC->request_buffer + 12));
code1296drivers/scsi/fdomain.cif (!(key == UNIT_ATTENTION && (code == 0x29 || !code))
code1298drivers/scsi/fdomain.c&& code == 0x04
code1300drivers/scsi/fdomain.c&& !(key == ILLEGAL_REQUEST && (code == 0x25
code1301drivers/scsi/fdomain.c|| code == 0x24
code1302drivers/scsi/fdomain.c|| !code)))
code1306drivers/scsi/fdomain.ckey, code, qualifier );
code518drivers/scsi/scsi.hextern int scsi_abort (Scsi_Cmnd *, int code, int pid);
code950drivers/scsi/wd7000.cint wd7000_diagnostics( Adapter *host, int code )
code956drivers/scsi/wd7000.cicb.type = code;
code130fs/umsdos/emd.cint code;
code133fs/umsdos/emd.ccode = msdos_create (dir,UMSDOS_EMD_FILE,UMSDOS_EMD_NAMELEN
code135fs/umsdos/emd.cPRINTK (("Creat EMD code %d ret %x ",code,ret));
code44include/asm-alpha/console.hextern unsigned long dispatch(unsigned long code, ...);
code52include/asm-alpha/irq.hasm code comes here
code41include/asm-sparc/irq.hasm code comes here
code63include/linux/icmp.hunsigned char    code;
code597ipc/shm.cstatic pte_t shm_swap_in(struct vm_area_struct * shmd, unsigned long offset, unsigned long code)
code603ipc/shm.cid = (code >> SHM_ID_SHIFT) & SHM_ID_MASK;
code618ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
code375kernel/exit.cNORET_TYPE void do_exit(long code)
code451kernel/exit.ccurrent->exit_code = code;
code184kernel/module.csys_init_module(char *module_name, char *code, unsigned codesize,
code219kernel/module.cmemcpy_fromfs((char *)mp->addr + sizeof (int), code, codesize);
code99net/inet/icmp.cvoid icmp_send(struct sk_buff *skb_in, int type, int code, unsigned long info, struct device *dev)
code253net/inet/icmp.cicmph->code = code;
code281net/inet/icmp.cerr = (icmph->type << 8) | icmph->code;
code284net/inet/icmp.cswitch(icmph->code & 7) 
code357net/inet/icmp.cswitch(icmph->code & 7) 
code455net/inet/icmp.cicmphr->code = 0;
code536net/inet/icmp.cicmphr->code = icmphr->checksum = 0;
code626net/inet/icmp.cicmphr->code = 0;
code28net/inet/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,