IDENT             103 scripts/genksyms/parse.y %token IDENT
IDENT             219 scripts/genksyms/parse.y 	| STRUCT_KEYW IDENT
IDENT             221 scripts/genksyms/parse.y 	| UNION_KEYW IDENT
IDENT             223 scripts/genksyms/parse.y 	| ENUM_KEYW IDENT
IDENT             227 scripts/genksyms/parse.y 	| STRUCT_KEYW IDENT class_body
IDENT             229 scripts/genksyms/parse.y 	| UNION_KEYW IDENT class_body
IDENT             231 scripts/genksyms/parse.y 	| ENUM_KEYW IDENT enum_body
IDENT             289 scripts/genksyms/parse.y 	IDENT
IDENT             325 scripts/genksyms/parse.y 	IDENT
IDENT             369 scripts/genksyms/parse.y 	| IDENT
IDENT             447 scripts/genksyms/parse.y 	| IDENT member_bitfield_declarator		{ $$ = $2; }
IDENT             470 scripts/genksyms/parse.y 	IDENT
IDENT             475 scripts/genksyms/parse.y 	| IDENT '=' EXPRESSION_PHRASE
IDENT             492 scripts/genksyms/parse.y 	EXPORT_SYMBOL_KEYW '(' IDENT ')' ';'
IDENT              77 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(index, "Index value for " IDENT " soundcard.");
IDENT              79 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(id, "ID string for " IDENT " soundcard.");
IDENT              81 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(enable, "Enable " IDENT " soundcard.");
IDENT              87 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(port, "Port # for " IDENT " driver.");
IDENT              89 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(cport, "Control port # for " IDENT " driver.");
IDENT              91 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " IDENT " driver.");
IDENT              93 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(fm_port, "FM port # for " IDENT " driver.");
IDENT              95 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(sb_port, "SB port # for " IDENT " driver (optional).");
IDENT              97 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(irq, "IRQ # for " IDENT " driver.");
IDENT              99 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(mpu_irq, "MPU-401 IRQ # for " IDENT " driver.");
IDENT             101 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(dma1, "DMA1 # for " IDENT " driver.");
IDENT             103 sound/isa/cs423x/cs4236.c MODULE_PARM_DESC(dma2, "DMA2 # for " IDENT " driver.");
IDENT             242 sound/isa/cs423x/cs4236.c 		printk(KERN_ERR IDENT " WSS PnP configure failed for WSS (out of resources?)\n");
IDENT             263 sound/isa/cs423x/cs4236.c 		printk(KERN_ERR IDENT " CTRL PnP configure failed for WSS (out of resources?)\n");
IDENT             275 sound/isa/cs423x/cs4236.c 		printk(KERN_ERR IDENT " MPU401 PnP configure failed for WSS (out of resources?)\n");
IDENT             377 sound/isa/cs423x/cs4236.c 		if ((acard->res_sb_port = request_region(sb_port[dev], 16, IDENT " SB")) == NULL) {
IDENT             378 sound/isa/cs423x/cs4236.c 			printk(KERN_ERR IDENT ": unable to register SB port at 0x%lx\n", sb_port[dev]);
IDENT             428 sound/isa/cs423x/cs4236.c 			printk(KERN_WARNING IDENT ": OPL3 not detected\n");
IDENT             441 sound/isa/cs423x/cs4236.c 			printk(KERN_WARNING IDENT ": MPU401 not detected\n");
IDENT             572 sound/isa/cs423x/cs4236.c 		printk(KERN_ERR "PnP BIOS detection failed for " IDENT "\n");
IDENT             631 sound/isa/cs423x/cs4236.c 		printk(KERN_ERR "isapnp detection failed and probing for " IDENT