Searched refs:COMMENT (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l75 %x COMMENT
87 "/*" { BEGIN COMMENT; /* Enter comment eating state */ }
88 <COMMENT>"/*" { fprintf(stderr, "Warning! Comment within comment."); }
89 <COMMENT>\n { ++yylineno; }
90 <COMMENT>[^*/\n]* ;
91 <COMMENT>"*"+[^*/\n]* ;
92 <COMMENT>"/"+[^*/\n]* ;
93 <COMMENT>"*"+"/" { BEGIN INITIAL; }
/linux-master/include/linux/
H A Dkbuild.h13 #define COMMENT(x) \ macro
/linux-master/samples/bpf/
H A Dsyscall_nrs.c9 COMMENT("Linux system call numbers.");
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c25 COMMENT("This is a comment.");
31 COMMENT("Hexagon pt_regs definitions");
63 COMMENT("Hexagon thread_info definitions");
70 COMMENT("Hexagon hexagon_switch_stack definitions");
83 COMMENT("Hexagon task_struct definitions");
87 COMMENT("Hexagon thread_struct definitions");
/linux-master/arch/xtensa/boot/lib/
H A Dzmem.c31 #define COMMENT 0x10 macro
53 if ((flags & COMMENT) != 0)
/linux-master/arch/loongarch/kernel/
H A Dasm-offsets.c20 COMMENT("LoongArch pt_regs offsets.");
67 COMMENT("LoongArch task_struct offsets.");
82 COMMENT("LoongArch thread_info offsets.");
98 COMMENT("LoongArch specific thread_struct offsets.");
185 COMMENT("Size of struct page");
188 COMMENT("Linux mm_struct offsets.");
217 COMMENT("Linux sigcontext offsets.");
225 COMMENT("Linux signal numbers.");
263 COMMENT("Linux smp cpu boot offsets.");
273 COMMENT("Linu
[all...]
/linux-master/lib/zlib_inflate/
H A Dinflate.h25 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator in enum:__anon673
58 NAME -> COMMENT -> HCRC -> TYPE
/linux-master/arch/mips/kernel/
H A Dasm-offsets.c29 COMMENT("MIPS pt_regs offsets.");
82 COMMENT("MIPS task_struct offsets.");
97 COMMENT("MIPS thread_info offsets.");
115 COMMENT("MIPS specific thread_struct offsets.");
188 COMMENT("Size of struct page");
191 COMMENT("Linux mm_struct offsets.");
223 COMMENT("Linux sigcontext offsets.");
246 COMMENT("Linux sigcontext offsets.");
260 COMMENT("Linux signal numbers.");
300 COMMENT("Octeo
[all...]
/linux-master/arch/nios2/boot/compressed/
H A Dmisc.c48 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-master/arch/x86/um/
H A Duser-offsets.c14 COMMENT(#val " / sizeof(unsigned long)"); \
/linux-master/arch/alpha/boot/
H A Dmisc.c57 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
/linux-master/scripts/dtc/
H A Ddtc-lexer.l18 COMMENT "/*"([^*]|\*+[^*/])*\*+"/"
236 <*>{COMMENT}+ /* eat C-style comments */
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfirmware.c31 COMMENT, enumerator in enum:nvram_parser_state
93 return COMMENT;
97 return COMMENT;
119 st = COMMENT;
131 st = COMMENT;
135 return COMMENT;
/linux-master/lib/
H A Dinflate.c1187 #define COMMENT 0x10 /* bit 4 set: file comment present */
1253 if ((flags & COMMENT) != 0) {
/linux-master/fs/
H A Dbinfmt_flat.c176 #define COMMENT 0x10 /* bit 4 set: file comment present */ macro
249 if (buf[3] & COMMENT) {
253 pr_debug("buffer overflow (COMMENT)?\n");

Completed in 216 milliseconds