Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 25 of 721) sorted by relevance

12345678910>>...29

/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dlogin_defs_pam.sed1 /^FAILLOG_ENAB/b comment
2 /^LASTLOG_ENAB/b comment
6 /^QUOTAS_ENAB/b comment
7 /^MOTD_FILE/b comment
8 /^FTMP_FILE/b comment
10 /^ENV_HZ/b comment
11 /^ENV_TZ/b comment
19 /^CHFN_AUTH/b comment
20 /^CHSH_AUTH/b comment
23 /^ULIMIT/b comment
[all …]
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Danalyze-reviews.py73 for comment in patch_set["comments"]:
74 reviewer = comment["reviewer"]["username"]
78 if not acceptable.file(project, comment["file"]):
82 user["name"] = comment["reviewer"]["name"]
102 if "email" in comment["reviewer"]:
103 user["email"] = comment["reviewer"]["email"]
/openbmc/linux/drivers/media/usb/
H A DKconfig14 comment "Webcam devices"
25 comment "Analog TV USB devices"
35 comment "Analog/digital TV USB devices"
43 comment "Digital TV USB devices"
56 comment "Webcam, TV (analog/digital) USB devices"
63 comment "Software defined radio USB devices"
/openbmc/u-boot/tools/
H A Dimage-host.c108 int value_len, const char *comment, const char *region_prop, in fit_image_write_sig() argument
129 if (comment && !ret) in fit_image_write_sig()
130 ret = fdt_setprop_string(fit, noffset, "comment", comment); in fit_image_write_sig()
307 void *fit, int image_noffset, const char *comment, in fit_image_add_verification_data() argument
345 comment, require_keys, engine_id, cmdname); in fit_image_add_verification_data()
585 int noffset, const char *comment, int require_keys, in fit_config_process_sig() argument
649 void *fit, int conf_noffset, const char *comment, in fit_config_add_verification_data() argument
668 fit, conf_name, conf_noffset, noffset, comment, in fit_config_add_verification_data()
679 const char *comment, int require_keys, in fit_add_verification_data() argument
703 fit, noffset, comment, require_keys, engine_id, in fit_add_verification_data()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsmb.conf174 comment = Home Directories
199 ; comment = Network Logon Service
210 ; comment = Users profiles
218 comment = All Printers
229 comment = Printer Drivers
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx.py192 comment = _String() variable in SPDXAnnotation
203 comment = _String() variable in SPDXRelationship
265 comment = _String() variable in SPDXCreationInfo
277 comment = _String() variable in SPDXExtractedLicensingInfo
322 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument
339 if comment is not None:
340 r.comment = comment
/openbmc/linux/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 = "Simultaneous DVB-T and Analog capture supported,\n"
/openbmc/qemu/tests/qapi-schema/
H A Dcomments.json1 # Unindented comment
3 # Indented comment
/openbmc/linux/sound/pci/hda/
H A DKconfig190 comment "Set to Y if you want auto-loading the codec driver"
200 comment "Set to Y if you want auto-loading the codec driver"
211 comment "Set to Y if you want auto-loading the codec driver"
221 comment "Set to Y if you want auto-loading the codec driver"
235 comment "Set to Y if you want auto-loading the codec driver"
245 comment "Set to Y if you want auto-loading the codec driver"
255 comment "Set to Y if you want auto-loading the codec driver"
266 comment "Set to Y if you want auto-loading the codec driver"
276 comment "Set to Y if you want auto-loading the codec driver"
285 comment "Set to Y if you want auto-loading the codec driver"
[all …]
/openbmc/linux/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
/openbmc/linux/drivers/media/pci/
H A DKconfig14 comment "Media capture support"
26 comment "Media capture/analog TV support"
35 comment "Media capture/analog/hybrid TV support"
49 comment "Media digital TV PCI Adapters"
/openbmc/linux/arch/alpha/boot/
H A Dbootloader.lds24 .comment 0 : { *(.comment) }
/openbmc/linux/arch/arm/boot/bootp/
H A Dbootp.lds26 .comment 0 : { *(.comment) }
/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp113 std::string_view comment(reinterpret_cast<const char*>(asn1->data), in onPropertyUpdate()
115 BMCWEB_LOG_DEBUG("x509Comment: {}", comment); in onPropertyUpdate()
117 if (ensuressl::x509Comment == comment && isSelfSigned == 1 && in onPropertyUpdate()
/openbmc/qemu/scripts/qapi/
H A Dintrospect.py90 comment: Optional[str] = None):
92 self.comment: Optional[str] = comment
120 if obj.comment:
265 comment: Optional[str] = None
270 comment = f'"{self._name(name)}" = {name}'
276 self._trees.append(Annotated(obj, ifcond, comment))
/openbmc/linux/Documentation/doc-guide/
H A Dkernel-doc.rst29 comment. Functions and data structures in header files which are intended
42 The opening comment mark ``/**`` is used for kernel-doc comments. The
44 the comment is formatted like a normal multi-line comment with a column
78 * empty comment line, and may include additional embedded empty
79 * comment lines.
89 * be placed at the end of the comment block.
94 comment block.
177 The general format of a struct, union, and enum kernel-doc comment is::
194 lines, and ends with a member description, a blank comment line, or the
195 end of the comment block.
[all …]
/openbmc/linux/tools/testing/selftests/ftrace/
H A Dftracetest315 local comment=$*
316 if [ "$comment" != "" ]; then
317 comment="# $comment"
320 echo $result $CASENO $INSTANCE$CASENAME $comment
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/mcpp/files/
H A DCVE-2019-14274.patch4 Subject: [PATCH] line comment bug
33 default: /* Not a comment */
/openbmc/linux/include/linux/
H A Dcompiler_types.h461 #define __diag_ignore(compiler, version, option, comment) \ argument
463 #define __diag_warn(compiler, version, option, comment) \ argument
465 #define __diag_error(compiler, version, option, comment) \ argument
469 #define __diag_ignore_all(option, comment) argument
/openbmc/u-boot/arch/x86/lib/
H A Delf_x86_64_efi.lds79 .comment 0 : { *(.comment) }
/openbmc/u-boot/arch/arm/lib/
H A Delf_aarch64_efi.lds68 .comment 0 : { *(.comment) }
/openbmc/u-boot/arch/riscv/lib/
H A Delf_riscv32_efi.lds70 .comment 0 : { *(.comment) }
H A Delf_riscv64_efi.lds70 .comment 0 : { *(.comment) }
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Ddesign-review.md23 1. Each design iteration will have a comment section
28 1. Based on community and user feedback, we create a comment for the new
/openbmc/linux/tools/perf/util/
H A Dconfig.c77 int quote = 0, comment = 0, space = 0; in parse_value() local
91 if (comment) in parse_value()
99 comment = 1; in parse_value()
234 int comment = 0; in perf_parse_file() local
263 comment = 0; in perf_parse_file()
266 if (comment || isspace(c)) in perf_parse_file()
269 comment = 1; in perf_parse_file()

12345678910>>...29