taglinefilesource code
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))) ) )
code2860drivers/block/floppy.cstatic void set_base_type(int drive,int code)
code2862drivers/block/floppy.cif (code > 0 && code <= NUMBER(default_drive_params)) {
code2864drivers/block/floppy.c(char *) (&default_drive_params[code].params),
code2866drivers/block/floppy.cprintk("fd%d is %s", drive, default_drive_params[code].name);
code2868drivers/block/floppy.c} else if (!code)
code2871drivers/block/floppy.cprintk("fd%d is unknown type %d",drive,code);
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)
code1711drivers/scsi/aha152x.cint           i, code;
code1732drivers/scsi/aha152x.ccode = GETPORT(SCSIBUS);
code1734drivers/scsi/aha152x.cswitch( code )
code1766drivers/scsi/aha152x.cif( code & 0x80 )
code1767drivers/scsi/aha152x.cprintk("reserved (%d) ", code );
code1769drivers/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 );
code515drivers/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;
code631ipc/shm.cstatic pte_t shm_swap_in(struct vm_area_struct * shmd, unsigned long offset, unsigned long code)
code637ipc/shm.cid = (code >> SHM_ID_SHIFT) & SHM_ID_MASK;
code652ipc/shm.cidx = (code >> SHM_IDX_SHIFT) & SHM_IDX_MASK;
code374kernel/exit.cNORET_TYPE void do_exit(long code)
code450kernel/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) 
code452net/inet/icmp.cicmphr->code = 0;
code533net/inet/icmp.cicmphr->code = icmphr->checksum = 0;
code623net/inet/icmp.cicmphr->code = 0;
code28net/inet/icmp.hextern void  icmp_send(struct sk_buff *skb_in,  int type, int code,