Searched refs:CONST (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | ecard.h | 82 #define CONST macro 84 #define CONST const macro 157 CONST unsigned int slot_no; /* Slot number */ 158 CONST unsigned int dma; /* DMA number (for request_dma) */ 159 CONST unsigned int irq; /* IRQ number (for request_irq) */ 160 CONST unsigned int fiq; /* FIQ number (for request_irq) */ 161 CONST struct in_ecid cid; /* Card Identification */ 165 CONST loader_t loader; /* loader program */
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | ecard.h | 82 #define CONST macro 84 #define CONST const macro 157 CONST unsigned int slot_no; /* Slot number */ 158 CONST unsigned int dma; /* DMA number (for request_dma) */ 159 CONST unsigned int irq; /* IRQ number (for request_irq) */ 160 CONST unsigned int fiq; /* FIQ number (for request_irq) */ 161 CONST struct in_ecid cid; /* Card Identification */ 165 CONST loader_t loader; /* loader program */
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ansidecl.h | 21 CONST is also defined, but is obsolete. Just use const. 66 extern int printf PARAMS ((CONST char *format DOTS)); 68 FILE *stream AND CONST char *format DOTS) { ... } 88 #define PTRCONST void *CONST 93 #define CONST const macro 114 #define CONST macro
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ansidecl.h | 21 CONST is also defined, but is obsolete. Just use const. 66 extern int printf PARAMS ((CONST char *format DOTS)); 68 FILE *stream AND CONST char *format DOTS) { ... } 88 #define PTRCONST void *CONST 93 #define CONST const macro 114 #define CONST macro
|
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 57 CONST, enumerator
|
H A D | aicasm_gram.y | 453 if (symbol->type != CONST) { 714 case CONST: 741 $2->type = CONST; 892 if ($3->type != CONST) { 1523 case CONST:
|
H A D | aicasm_symbol.c | 111 case CONST: in symbol_delete() 507 case CONST: in symtable_dump()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.h | 57 CONST, enumerator
|
H A D | aicasm_gram.y | 452 if (symbol->type != CONST) { 713 case CONST: 740 $2->type = CONST; 891 if ($3->type != CONST) { 1522 case CONST:
|
H A D | aicasm_symbol.c | 112 case CONST: in symbol_delete() 508 case CONST: in symtable_dump()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | module.c | 297 #define CONST macro 298 int module_frob_arch_sections(CONST Elf_Ehdr *hdr, in module_frob_arch_sections() 299 CONST Elf_Shdr *sechdrs, in module_frob_arch_sections() 300 CONST char *secstrings, in module_frob_arch_sections()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | module.c | 278 #define CONST macro 279 int module_frob_arch_sections(CONST Elf_Ehdr *hdr, in module_frob_arch_sections() 280 CONST Elf_Shdr *sechdrs, in module_frob_arch_sections() 281 CONST char *secstrings, in module_frob_arch_sections()
|
Completed in 13 milliseconds