Searched refs:comment (Results 1 - 25 of 69) sorted by last modified time

123

/linux-master/arch/s390/boot/
H A DMakefile106 OBJCOPYFLAGS_vmlinux.bin := -O binary --remove-section=.comment --remove-section=.vmlinux.info -S
/linux-master/include/linux/
H A Dcompiler_types.h478 #define __diag_ignore(compiler, version, option, comment) \
480 #define __diag_warn(compiler, version, option, comment) \
482 #define __diag_error(compiler, version, option, comment) \
486 #define __diag_ignore_all(option, comment)
H A Dcompiler-clang.h119 #define __diag_ignore_all(option, comment) \
H A Dcompiler-gcc.h158 #define __diag_ignore_all(option, comment) \
/linux-master/arch/arc/boot/
H A DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-master/tools/perf/util/
H A Dannotate.c358 * Prevents from matching commas in the comment section, e.g.:
507 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) argument
514 *addrp = strtoull(comment, &endptr, 16);
515 if (endptr == comment)
622 char *s = strchr(ops->raw, ','), *target, *comment, prev; local
650 comment = strchr(s, arch->objdump.comment_char);
652 if (comment != NULL)
653 s = comment - 1;
671 if (comment == NULL)
674 comment
700 char *target, *comment, *s, prev; local
[all...]
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c183 const char **comment, unsigned int *rulenum)
199 *comment = *chainname == hookname
220 const char *hookname, *chainname, *comment; local
227 comment = comments[NF_IP6_TRACE_COMMENT_RULE];
231 &chainname, &comment, &rulenum) != 0)
236 tablename, chainname, comment, rulenum);
181 get_chainname_rulenum(const struct ip6t_entry *s, const struct ip6t_entry *e, const char *hookname, const char **chainname, const char **comment, unsigned int *rulenum) argument
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c158 const char **comment, unsigned int *rulenum)
174 *comment = *chainname == hookname
195 const char *hookname, *chainname, *comment; local
202 comment = comments[NF_IP_TRACE_COMMENT_RULE];
206 &chainname, &comment, &rulenum) != 0)
211 tablename, chainname, comment, rulenum);
156 get_chainname_rulenum(const struct ipt_entry *s, const struct ipt_entry *e, const char *hookname, const char **chainname, const char **comment, unsigned int *rulenum) argument
/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.
H A Dcheckpatch.pl1397 my $comment = "";
1402 $comment = $3 if defined $3;
1405 $comment = $2 if defined $2;
1408 $comment = $2 if defined $2;
1422 $comment = "";
1439 $comment = trim($comment);
1446 return ($name, $name_comment, $address, $comment);
1450 my ($name, $name_comment, $address, $comment) = @_;
1465 $comment
[all...]
/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
/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/include/sound/
H A Dhdmi-codec.h107 int (*get_dai_id)(struct snd_soc_component *comment,
/linux-master/include/asm-generic/
H A Dvmlinux.lds.h812 .comment 0 : { *(.comment) } \
/linux-master/arch/x86/boot/compressed/
H A DMakefile124 OBJCOPYFLAGS_vmlinux.bin := -R .comment -S
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest302 ktaptest() { # result comment
315 local comment=$*
316 if [ "$comment" != "" ]; then
317 comment="# $comment"
320 echo $result $CASENO $INSTANCE$CASENAME $comment
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S67 .comment 0 : { *(.comment) }
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S67 .comment 0 : { *(.comment) }
/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 : "");
/linux-master/arch/parisc/
H A DMakefile78 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c337 * The kadt functions don't use the comment extensions in any way.
340 ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment, argument
343 struct ip_set_comment_rcu *c = rcu_dereference_protected(comment->c, 1);
344 size_t len = ext->comment ? strlen(ext->comment) : 0;
349 rcu_assign_pointer(comment->c, NULL);
358 strscpy(c->str, ext->comment, len + 1);
360 rcu_assign_pointer(comment->c, c);
366 ip_set_put_comment(struct sk_buff *skb, const struct ip_set_comment *comment) argument
368 struct ip_set_comment_rcu *c = rcu_dereference(comment
383 struct ip_set_comment *comment = ptr; local
[all...]
/linux-master/include/linux/netfilter/ipset/
H A Dip_set.h120 char *comment; member in struct:ip_set_ext
502 void ip_set_init_comment(struct ip_set *set, struct ip_set_comment *comment,
/linux-master/arch/sparc/boot/
H A DMakefile19 cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@
43 OBJCOPYFLAGS_image.bin := -S -O binary -R .note -R .comment
/linux-master/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S

Completed in 307 milliseconds

123