Searched refs:comment (Results 26 - 50 of 73) sorted by relevance

123

/linux-master/include/linux/
H A Dcompiler_types.h505 #define __diag_ignore(compiler, version, option, comment) \
507 #define __diag_warn(compiler, version, option, comment) \
509 #define __diag_error(compiler, version, option, comment) \
513 #define __diag_ignore_all(option, comment)
H A Dcompiler-clang.h119 #define __diag_ignore_all(option, comment) \
/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest308 ktaptest() { # result comment
321 local comment=$*
322 if [ "$comment" != "" ]; then
323 comment="# $comment"
326 echo $result $CASENO $INSTANCE$CASENAME $comment
/linux-master/tools/power/acpi/
H A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-master/tools/testing/selftests/drivers/net/
H A Dstats.py107 ksft_ge(triple[1][key], triple[0][key], comment="bad key: " + key)
108 ksft_ge(triple[2][key], triple[1][key], comment="bad key: " + key)
/linux-master/drivers/media/pci/cx18/
H A Dcx18-cards.h111 char *comment; member in struct:cx18_card
/linux-master/arch/arm64/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-master/arch/arm/boot/
H A DMakefile13 OBJCOPYFLAGS :=-O binary -R .comment -S
/linux-master/tools/perf/util/
H A Dconfig.c77 int quote = 0, comment = 0, space = 0; local
91 if (comment)
99 comment = 1;
234 int comment = 0; local
263 comment = 0;
266 if (comment || isspace(c))
269 comment = 1;
H A Ddisasm.c331 * Prevents from matching commas in the comment section, e.g.:
480 static int comment__symbol(char *raw, char *comment, u64 *addrp, char **namep) argument
487 *addrp = strtoull(comment, &endptr, 16);
488 if (endptr == comment)
595 char *s = strchr(ops->raw, ','), *target, *comment, prev; local
623 comment = strchr(s, arch->objdump.comment_char);
625 if (comment != NULL)
626 s = comment - 1;
644 if (comment == NULL)
647 comment
673 char *target, *comment, *s, prev; local
[all...]
/linux-master/fs/affs/
H A Damigaffs.h92 u8 comment[92]; member in struct:affs_tail
/linux-master/arch/arm/include/debug/
H A Dsa1100.S24 @ the comment in arch/arm/mach-sa1100/include/mach/uncompress.h.
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dfw.h46 /* free-form comment
53 /* Comment header - common for all comment record types */
58 /* FW capabilities encoded inside a comment record */
67 /* FW VIF concurrency encoded inside a comment record
98 /* brd file info encoded inside a comment record */
148 /* the FW version prefix in the comment */
157 u8 comment[32]; /* short description */ member in struct:wil_fw_record_file_header
H A Dfw_inc.c346 wil_hex_dump_fw("", DUMP_PREFIX_OFFSET, 16, 1, d->comment,
347 sizeof(d->comment), true);
349 if (!memcmp(d->comment, WIL_FW_VERSION_PREFIX,
352 d->comment + WIL_FW_VERSION_PREFIX_LEN,
353 min(sizeof(d->comment) - WIL_FW_VERSION_PREFIX_LEN,
/linux-master/drivers/input/joystick/
H A Dsidewinder.c524 static void sw_3dp_id(unsigned char *buf, char *comment, size_t size) argument
537 snprintf(comment, size, " [PnP %d.%02d id %s rev %s]",
576 char comment[40]; local
578 comment[0] = 0;
680 sprintf(comment, " [AC %s]", sw_get_bits(idbuf,38,1,3) ? "off" : "on");
693 sw_3dp_id(idbuf, comment, sizeof(comment));
766 dbg("%s%s [%d-bit id %d data %d]\n", sw->name, comment, m, l, k);
/linux-master/sound/pci/ice1712/
H A Dse.c352 const char *comment; member in struct:se200pci_control
360 .comment = "Front(green)"
367 .comment = "Surround(orange)"
374 .comment = "SurroundBack(white)"
381 .comment = "Center(Lch)&SubWoofer(Rch)(black)"
/linux-master/arch/parisc/boot/compressed/
H A DMakefile45 OBJCOPYFLAGS_vmlinux.bin := -R .comment -R .note -S
/linux-master/Documentation/sphinx/
H A DrstFlatTable.py292 row.append( (0, 0, nodes.comment()) )
323 if (isinstance(child , nodes.comment)
/linux-master/arch/arm64/kernel/
H A Ddebug-monitors.c315 unsigned long comment = esr & ESR_ELx_BRK64_ISS_COMMENT_MASK; local
317 if ((comment & ~hook->mask) == hook->imm)
/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/scripts/
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/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/drivers/media/pci/ivtv/
H A Divtv-cards.h276 char *comment; member in struct:ivtv_card
/linux-master/arch/mips/boot/
H A DMakefile21 drop-sections := .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/linux-master/arch/sh/
H A DMakefile79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \

Completed in 241 milliseconds

123