/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 | 73 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 D | Kconfig | 14 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 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/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/linux/drivers/media/pci/cx18/ |
H A D | cx18-cards.c | 50 .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/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/linux/sound/pci/hda/ |
H A D | Kconfig | 116 comment "Set to Y if you want auto-loading the side codec driver" 132 comment "Set to Y if you want auto-loading the side codec driver" 181 comment "Set to Y if you want auto-loading the side codec driver" 192 comment "Set to Y if you want auto-loading the codec driver" 202 comment "Set to Y if you want auto-loading the codec driver" 213 comment "Set to Y if you want auto-loading the codec driver" 223 comment "Set to Y if you want auto-loading the codec driver" 237 comment "Set to Y if you want auto-loading the codec driver" 247 comment "Set to Y if you want auto-loading the codec driver" 257 comment "Set to Y if you want auto-loading the codec driver" [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | comments.json | 1 # Unindented comment 3 # Indented comment
|
/openbmc/linux/drivers/media/pci/ |
H A D | Kconfig | 14 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/Documentation/doc-guide/ |
H A D | kernel-doc.rst | 29 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 67 The general format of a function and function-like macro kernel-doc comment is:: 78 * empty comment line, and may include additional embedded empty 79 * comment lines. 89 * be placed at the end of the comment block. 93 ends with an argument description, a blank comment line, or the end of the 94 comment block. 177 The general format of a struct, union, and enum kernel-doc comment is:: [all …]
|
/openbmc/qemu/scripts/qapi/ |
H A D | introspect.py | 91 comment: Optional[str] = None): 93 self.comment: Optional[str] = comment 121 if obj.comment: 270 comment: Optional[str] = None 275 comment = f'"{self._name(name)}" = {name}' 281 self._trees.append(Annotated(obj, ifcond, comment))
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/trigger/ |
H A D | trigger-trace-marker-snapshot.tc | 17 comment=`echo $line | sed -e 's/^#//'` 18 if [ "$line" != "$comment" ]; then
|
/openbmc/linux/arch/alpha/boot/ |
H A D | bootloader.lds | 24 .comment 0 : { *(.comment) }
|
/openbmc/linux/arch/arm/boot/bootp/ |
H A D | bootp.lds | 26 .comment 0 : { *(.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/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 315 local comment=$* 316 if [ "$comment" != "" ]; then 317 comment="# $comment" 320 echo $result $CASENO $INSTANCE$CASENAME $comment
|
/openbmc/linux/include/linux/ |
H A D | compiler_types.h | 480 #define __diag_ignore(compiler, version, option, comment) \ argument 482 #define __diag_warn(compiler, version, option, comment) \ argument 484 #define __diag_error(compiler, version, option, comment) \ argument 488 #define __diag_ignore_all(option, comment) argument
|
/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/linux/tools/perf/util/ |
H A D | config.c | 77 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()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | sidewinder.c | 524 static void sw_3dp_id(unsigned char *buf, char *comment, size_t size) in sw_3dp_id() argument 537 snprintf(comment, size, " [PnP %d.%02d id %s rev %s]", in sw_3dp_id() 576 char comment[40]; in sw_connect() local 578 comment[0] = 0; in sw_connect() 680 sprintf(comment, " [AC %s]", sw_get_bits(idbuf,38,1,3) ? "off" : "on"); in sw_connect() 693 sw_3dp_id(idbuf, comment, sizeof(comment)); in sw_connect() 766 dbg("%s%s [%d-bit id %d data %d]\n", sw->name, comment, m, l, k); in sw_connect()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | elf_x86_64_efi.lds | 79 .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) }
|