Searched refs:comment (Results 51 - 69 of 69) sorted by relevance

123

/linux-master/lib/
H A Dtest_printf.c34 #define NOWARN(option, comment, block) \
36 __diag_ignore_all(#option, comment); \
/linux-master/scripts/kconfig/
H A Dparser.y364 /* comment entry */
366 comment: T_COMMENT T_WORD_QUOTE T_EOL label
370 printd(DEBUG_PARSE, "%s:%d:comment\n", cur_filename, cur_lineno);
373 comment_stmt: comment comment_option_list
H A Dstreamline_config.pl261 } elsif (/^\s*(---)?help(---)?\s*$/ || /^(comment|choice|menu)\b/) {
/linux-master/arch/x86/boot/compressed/
H A DMakefile124 OBJCOPYFLAGS_vmlinux.bin := -R .comment -S
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h260 extern void bttv_gpio_tracking(struct bttv *btv, char *comment);
H A Dbttv-driver.c1439 void bttv_gpio_tracking(struct bttv *btv, char *comment) argument
1445 btv->c.nr, outbits, data & outbits, data & ~outbits, comment);
/linux-master/arch/s390/boot/
H A DMakefile106 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
/linux-master/security/tomoyo/
H A Dcommon.c696 old_comment = profile->comment;
697 profile->comment = new_comment;
769 const struct tomoyo_path_info *comment = local
770 profile->comment;
774 tomoyo_set_string(head, comment ? comment->name : "");
H A Dcommon.h881 const struct tomoyo_path_info *comment; member in struct:tomoyo_profile
/linux-master/include/sound/
H A Dsoc-component.h107 int (*of_xlate_dai_id)(struct snd_soc_component *comment,
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.c1008 if (cx->card->comment)
1009 CX18_INFO("%s", cx->card->comment);
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h812 .comment 0 : { *(.comment) } \
/linux-master/drivers/acpi/acpica/
H A Daclocal.h769 char *inline_comment; /* Inline comment */\
770 char *end_node_comment; /* End of node comment */\
817 char *comment; member in struct:acpi_comment_node
/linux-master/drivers/media/pci/ivtv/
H A Divtv-cards.c1030 .comment = "For non-NTSC tuners, use the pal= or secam= module options",
1143 .comment = "Not yet supported!\n",
H A Divtv-driver.c1103 if (itv->card->comment)
1104 IVTV_INFO("%s", itv->card->comment);
/linux-master/drivers/cpufreq/
H A DKconfig.x86326 comment "shared options" label
/linux-master/scripts/
H A Dkernel-doc49 The documentation comments are identified by the "/**" opening comment mark.
51 See Documentation/doc-guide/kernel-doc.rst for the documentation comment syntax.
220 STATE_BODY => 3, # the body of the comment
249 my $doc_start = '^/\*\*\s*$'; # Allow whitespace at end of comment start.
2094 emit_warning("${file}:$.", "This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst\n$_");
2118 # STATE_BODY and STATE_BODY_MAYBE: the bulk of a kerneldoc comment.
/linux-master/arch/powerpc/boot/
H A DMakefile411 $(STRIP) -s -R .comment $< -o $@
/linux-master/drivers/staging/wlan-ng/
H A Dhfa384x.h1000 #define WLAN_COMMENT_MAX 80 /* Max. length of user comment string. */
1146 u8 comment[WLAN_COMMENT_MAX + 1]; /* User comment */ member in struct:hfa384x

Completed in 219 milliseconds

123