taglinefilesource code
code134drivers/FPU-emu/fpu_entry.cunsigned short code;
code277drivers/FPU-emu/fpu_entry.ccode = (FPU_modrm << 8) | byte1;
code278drivers/FPU-emu/fpu_entry.cif ( ! ( (((code & 0xf803) == 0xe003) ||    /* fnclex, fninit, fnstsw */
code279drivers/FPU-emu/fpu_entry.c(((code & 0x3003) == 0x3001) &&   /* fnsave, fnstcw, fnstenv,
code281drivers/FPU-emu/fpu_entry.c((code & 0xc000) != 0xc000))) ) )
code2862drivers/block/floppy.cstatic void set_base_type(int drive,int code)
code2864drivers/block/floppy.cif (code > 0 && code <= NUMBER(default_drive_params)) {
code2866drivers/block/floppy.c(char *) (&default_drive_params[code].params),
code2868drivers/block/floppy.cprintk("fd%d is %s", drive, default_drive_params[code].name);
code2870drivers/block/floppy.c} else if (!code)
code2873drivers/block/floppy.cprintk("fd%d is unknown type %d",drive,code);
code212drivers/block/xd.cint code;
code215drivers/block/xd.cwhile (code = 0, CURRENT) {
code225drivers/block/xd.cfor (retry = 0; (retry < XD_RETRIES) && !code; retry++)
code226drivers/block/xd.ccode = xd_readwrite(CURRENT->cmd,CURRENT_DEV,CURRENT->buffer,block,count);
code232drivers/block/xd.cend_request(code);  /* wrap up, 0 = fail, 1 = success */
code371drivers/char/tpqic02.cunsigned short mask, code;
code489drivers/char/tpqic02.cif ((s & exception_list[i].mask)==exception_list[i].code)
code1673drivers/scsi/aha152x.cint           i, code;
code1694drivers/scsi/aha152x.ccode = GETPORT(SCSIBUS);
code1696drivers/scsi/aha152x.cswitch( code )
code1728drivers/scsi/aha152x.cif( code & 0x80 )
code1729drivers/scsi/aha152x.cprintk("reserved (%d) ", code );
code1731drivers/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);
code1251drivers/scsi/fdomain.cunsigned char code;
code1256drivers/scsi/fdomain.ccode = (unsigned char)(*((char *)current_SC->request_buffer + 12));
code1260drivers/scsi/fdomain.cif (!(key == UNIT_ATTENTION && (code == 0x29 || !code))
code1262drivers/scsi/fdomain.c&& code == 0x04
code1264drivers/scsi/fdomain.c&& !(key == ILLEGAL_REQUEST && (code == 0x25
code1265drivers/scsi/fdomain.c|| code == 0x24
code1266drivers/scsi/fdomain.c|| !code)))
code1270drivers/scsi/fdomain.ckey, code, qualifier );
code513drivers/scsi/scsi.hextern int scsi_abort (Scsi_Cmnd *, int code);
code957drivers/scsi/wd7000.cint wd7000_diagnostics( Adapter *host, int code )
code963drivers/scsi/wd7000.cicb.type = code;
code126fs/umsdos/emd.cint code;
code129fs/umsdos/emd.ccode = msdos_create (dir,UMSDOS_EMD_FILE,UMSDOS_EMD_NAMELEN
code131fs/umsdos/emd.cPRINTK (("Creat EMD code %d ret %x ",code,ret));
code52include/asm-alpha/irq.hasm code comes here
code63include/linux/icmp.hunsigned char    code;
code607ipc/shm.cstatic unsigned long shm_swap_in(struct vm_area_struct * vma, unsigned long code)
code613ipc/shm.cid = (code >> SHM_ID_SHIFT) & SHM_ID_MASK;
code623ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
code655ipc/shm.cif (code & SHM_READ_ONLY)           /* write-protect */
code405kernel/exit.cNORET_TYPE void do_exit(long code)
code479kernel/exit.ccurrent->exit_code = code;
code172kernel/module.csys_init_module(char *module_name, char *code, unsigned codesize,
code207kernel/module.cmemcpy_fromfs((char *)mp->addr + sizeof (int), code, codesize);
code96net/inet/icmp.cvoid icmp_send(struct sk_buff *skb_in, int type, int code, struct device *dev)
code232net/inet/icmp.cicmph->code = code;
code258net/inet/icmp.cerr = (icmph->type << 8) | icmph->code;
code261net/inet/icmp.cswitch(icmph->code & 7) 
code334net/inet/icmp.cswitch(icmph->code & 7) 
code429net/inet/icmp.cicmphr->code = 0;
code510net/inet/icmp.cicmphr->code = icmphr->checksum = 0;
code600net/inet/icmp.cicmphr->code = 0;
code28net/inet/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,