| /openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
| H A D | login_defs_pam.sed | 1 /^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 D | analyze-reviews.py | 78 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 D | smb.conf | 174 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 D | comments.json | 1 # Unindented comment 3 # Indented comment
|
| H A D | doc-invalid-end.json | 4 # An invalid comment
|
| H A D | doc-invalid-end.err | 1 doc-invalid-end.json:5:2: documentation comment must end with '##'
|
| H A D | doc-invalid-start.err | 1 doc-invalid-start.json:3:1: junk after '##' at start of documentation comment
|
| H A D | doc-invalid-end2.err | 1 doc-invalid-end2.json:5:1: junk after '##' at end of documentation comment
|
| H A D | doc-missing.err | 2 doc-missing.json:5: documentation comment required
|
| H A D | doc-before-pragma.json | 1 # Doc comment separated from defining expression by non-defining expression
|
| H A D | doc-undoc-feature.json | 1 # Doc comment must cover all features
|
| H A D | doc-bad-symbol.err | 2 doc-bad-symbol.json:6: documentation comment is for 'food'
|
| H A D | doc-before-include.json | 1 # Doc comment separated from defining expression by non-defining expression
|
| H A D | doc-bad-event-arg.json | 1 # Arguments listed in the doc comment must exist in the actual schema
|
| H A D | doc-bad-feature.json | 1 # Features listed in the doc comment must exist in the actual schema
|
| /openbmc/u-boot/tools/ |
| H A D | image-host.c | 108 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 D | spdx.py | 192 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 D | hostname_monitor.hpp | 131 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 D | CVE-2019-14274.patch | 4 Subject: [PATCH] line comment bug 33 default: /* Not a comment */
|
| /openbmc/u-boot/arch/x86/lib/ |
| H A D | elf_x86_64_efi.lds | 79 .comment 0 : { *(.comment) }
|
| H A D | elf_ia32_efi.lds | 90 .comment 0 : { *(.comment) }
|
| /openbmc/u-boot/arch/riscv/lib/ |
| H A D | elf_riscv32_efi.lds | 70 .comment 0 : { *(.comment) }
|
| H A D | elf_riscv64_efi.lds | 70 .comment 0 : { *(.comment) }
|
| /openbmc/u-boot/arch/arm/lib/ |
| H A D | elf_aarch64_efi.lds | 68 .comment 0 : { *(.comment) }
|
| /openbmc/webui-vue/.github/ISSUE_TEMPLATE/ |
| H A D | design-review.md | 23 1. Each design iteration will have a comment section 28 1. Based on community and user feedback, we create a comment for the new
|