Searched refs:comment (Results 1 - 25 of 73) sorted by relevance

123

/linux-master/include/uapi/linux/netfilter/
H A Dxt_comment.h8 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/linux-master/tools/testing/selftests/net/lib/py/
H A Dksft.py39 def ksft_eq(a, b, comment=""):
42 _fail("Check failed", a, "!=", b, comment)
45 def ksft_true(a, comment=""):
47 _fail("Check failed", a, "does not eval to True", comment)
50 def ksft_in(a, b, comment=""):
52 _fail("Check failed", a, "not in", b, comment)
55 def ksft_ge(a, b, comment=""):
57 _fail("Check failed", a, "<", b, comment)
78 def ksft_busy_wait(cond, sleep=0.005, deadline=1, comment=""):
84 _fail("Waiting for condition timed out", comment)
[all...]
H A Dynl.py27 ktap_result(True, comment="SKIP")
/linux-master/tools/testing/selftests/ftrace/test.d/trigger/
H A Dtrigger-trace-marker-snapshot.tc17 comment=`echo $line | sed -e 's/^#//'`
18 if [ "$line" != "$comment" ]; then
/linux-master/tools/testing/selftests/drivers/net/hw/lib/py/
H A D__init__.py15 ktap_result(True, comment="SKIP")
/linux-master/tools/testing/selftests/drivers/net/lib/py/
H A D__init__.py14 ktap_result(True, comment="SKIP")
/linux-master/arch/powerpc/boot/
H A DzImage.coff.lds.S48 *(.comment)
/linux-master/arch/loongarch/boot/
H A DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
/linux-master/drivers/media/pci/cx18/
H A Dcx18-cards.c50 .comment = "Simultaneous Digital and Analog TV capture supported\n",
97 .comment = "Simultaneous Digital and Analog TV capture supported\n",
144 .comment = "Simultaneous Digital and Analog TV capture supported\n",
200 .comment = "Analog TV capture supported\n",
247 .comment = "Experimenters needed for device to work well.\n"
307 .comment = "Experimenters needed for device to work well.\n"
367 .comment = "Analog TV capture supported\n",
421 .comment = "Experimenters and photos needed for device to work well.\n"
464 .comment = "Experimenters and photos needed for device to work well.\n"
517 .comment
[all...]
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S62 .comment 0 : { *(.comment) }
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64.lds.S60 .comment 0 : { *(.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/s390/kernel/vdso32/
H A Dvdso32.lds.S67 .comment 0 : { *(.comment) }
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S67 .comment 0 : { *(.comment) }
/linux-master/arch/riscv/boot/
H A DMakefile17 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
19 OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
/linux-master/arch/sh/include/asm/
H A Dromimage-macros.h6 .macro LIST comment
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile18 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux-master/arch/microblaze/boot/
H A DMakefile8 OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary
/linux-master/scripts/
H A Dobjdiff67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped
/linux-master/arch/openrisc/
H A DMakefile20 OBJCOPYFLAGS := -O binary -R .note -R .comment -S
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile16 $(Q)$(OBJCOPY) $(OBJCOPY_ARGS) -R .comment \
/linux-master/arch/xtensa/boot/
H A DMakefile33 OBJCOPYFLAGS = --strip-all -R .comment -R .notes -O binary
/linux-master/include/linux/
H A Dcompiler-gcc.h158 #define __diag_ignore_all(option, comment) \
/linux-master/include/sound/
H A Dhdmi-codec.h107 int (*get_dai_id)(struct snd_soc_component *comment,
/linux-master/arch/arc/boot/
H A DMakefile7 OBJCOPYFLAGS= -O binary -R .note -R .note.gnu.build-id -R .comment -S

Completed in 228 milliseconds

123