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

123

/linux-master/tools/power/acpi/
H A DMakefile.config88 STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
/linux-master/drivers/media/pci/cx18/
H A Dcx18-cards.h111 char *comment; member in struct:cx18_card
/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 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/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
99 /* brd file info encoded inside a comment record */
149 /* the FW version prefix in the comment */
158 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 DMakefile49 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/mips/boot/compressed/
H A DMakefile62 OBJCOPYFLAGS_vmlinux.bin := $(OBJCOPYFLAGS) -O binary -R .comment -S
/linux-master/arch/sh/
H A DMakefile79 OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \
/linux-master/arch/x86/boot/
H A DMakefile86 OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S
/linux-master/arch/parisc/
H A DMakefile78 OBJCOPY_FLAGS =-O binary -R .note -R .comment -S
/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/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

Completed in 389 milliseconds

123