Home
last modified time | relevance | path

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

12345678910>>...16

/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/
H A Dlogin_defs_pam.sed1 /^FAILLOG_ENAB/b comment
2 /^LASTLOG_ENAB/b comment
3 /^MAIL_CHECK_ENAB/b comment
4 /^OBSCURE_CHECKS_ENAB/b comment
5 /^PORTTIME_CHECKS_ENAB/b comment
6 /^QUOTAS_ENAB/b comment
7 /^MOTD_FILE/b comment
8 /^FTMP_FILE/b comment
9 /^NOLOGINS_FILE/b comment
10 /^ENV_HZ/b comment
[all …]
/openbmc/openbmc-tools/tof-voters/libvoters/subcmd/
H A Danalyze-reviews.py78 for comment in patch_set["comments"]:
79 reviewer = comment["reviewer"]["username"]
83 if not acceptable.file(project, comment["file"]):
87 user["name"] = comment["reviewer"]["name"]
107 if "email" in comment["reviewer"]:
108 user["email"] = comment["reviewer"]["email"]
/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/qemu/tests/qapi-schema/
H A Dcomments.json1 # Unindented comment
3 # Indented comment
H A Ddoc-invalid-end.json4 # An invalid comment
H A Ddoc-invalid-end.err1 doc-invalid-end.json:5:2: documentation comment must end with '##'
H A Ddoc-invalid-start.err1 doc-invalid-start.json:3:1: junk after '##' at start of documentation comment
H A Ddoc-invalid-end2.err1 doc-invalid-end2.json:5:1: junk after '##' at end of documentation comment
H A Ddoc-missing.err2 doc-missing.json:5: documentation comment required
H A Ddoc-before-pragma.json1 # Doc comment separated from defining expression by non-defining expression
H A Ddoc-undoc-feature.json1 # Doc comment must cover all features
H A Ddoc-bad-symbol.err2 doc-bad-symbol.json:6: documentation comment is for 'food'
H A Ddoc-before-include.json1 # Doc comment separated from defining expression by non-defining expression
H A Ddoc-bad-event-arg.json1 # Arguments listed in the doc comment must exist in the actual schema
H A Ddoc-bad-feature.json1 # Features listed in the doc comment must exist in the actual schema
/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()
212 const char *comment, int require_keys, const char *engine_id, in fit_image_process_sig() argument
240 ret = fit_image_write_sig(fit, noffset, value, value_len, comment, in fit_image_process_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
620 ret = fit_image_write_sig(fit, noffset, value, value_len, comment, in fit_config_process_sig()
649 void *fit, int conf_noffset, const char *comment, in fit_config_add_verification_data() argument
[all …]
/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/bmcweb/include/
H A Dhostname_monitor.hpp131 std::string_view comment(reinterpret_cast<const char*>(asn1->data), in onPropertyUpdate()
133 BMCWEB_LOG_DEBUG("x509Comment: {}", comment); in onPropertyUpdate()
135 if (ensuressl::x509Comment == comment && isSelfSigned == 1 && in onPropertyUpdate()
/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/u-boot/arch/x86/lib/
H A Delf_x86_64_efi.lds79 .comment 0 : { *(.comment) }
H A Delf_ia32_efi.lds90 .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/u-boot/arch/arm/lib/
H A Delf_aarch64_efi.lds68 .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

12345678910>>...16