/openbmc/linux/fs/hpfs/ |
H A D | super.c | 314 int *lowercase, int *eas, int *chk, int *errs, in parse_opts() argument 355 *lowercase = 1; in parse_opts() 358 *lowercase = 0; in parse_opts() 424 case=lower lowercase all files\n\ in hpfs_help() 425 case=asis do not lowercase files (default)\n\ in hpfs_help() 447 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 458 lowercase = sbi->sb_lowercase; in hpfs_remount_fs() 462 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, in hpfs_remount_fs() 480 sbi->sb_lowercase = lowercase; in hpfs_remount_fs() 549 int lowercase, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.android-fastboot-protocol | 104 * Commands that begin with a lowercase letter are reserved for this 106 lowercase letter, to prevent incompatibilities with future specs. 168 Names starting with a lowercase character are reserved by this 169 specification. OEM-specific names should not start with lowercase
|
/openbmc/linux/arch/s390/kernel/ |
H A D | ipl_vmparm.c | 21 /* If at least one character is lowercase, we assume mixed in ipl_block_get_ascii_vmparm() 22 * case; otherwise we convert everything to lowercase. in ipl_block_get_ascii_vmparm()
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 168 #lowercase = None 184 # lowercase = prefixes.pop() 190 # uppercase=uppercase, lowercase=lowercase, 263 … c = (f'OBJECT_DECLARE_SIMPLE_TYPE({self.group("instancetype")}, {self.group("lowercase")},\n' 442 NAMED('lowercase', RE_IDENTIFIER), r'\s*,\s*', 786 # if ids.lowercase: 790 # '}\n\n') % (ids.lowercase)) 791 # yield self.append_field('instance_init', ids.lowercase+'_init') 796 # '}\n\n') % (ids.lowercase)) 797 # yield self.append_field('instance_finalize', ids.lowercase+'_finalize') [all …]
|
/openbmc/linux/certs/ |
H A D | check-blacklist-hashes.awk | 10 # colon (":"), and finally an even number of hexadecimal lowercase characters 26 print "Not a lowercase hexadecimal string (item " NR "):", part2[2];
|
H A D | Kconfig | 110 finally an even number of hexadecimal lowercase characters (up to 128).
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | event-case.err | 2 event-case.json:1: name of event must not use lowercase or '-'
|
/openbmc/linux/tools/perf/util/ |
H A D | demangle-rust.c | 16 * The last component of the path is a 64-bit hash in lowercase hex, prefixed 59 * 1. The hash must consist of "h" followed by 16 lowercase hex digits. 97 * A hash is the prefix "::h" followed by 16 lowercase hex digits. The hex
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-icu_2.14.bb | 18 # it's lowercase pyicu instead of ${PYPI_PACKAGE} in this version
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 42 to lowercase and all underscore '_' characters are
|
/openbmc/linux/fs/hfs/ |
H A D | sysdep.c | 14 /* dentry case-handling: just lowercase everything */
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | ebcdic.h | 19 extern __u8 _ebc_tolower[256]; /* EBCDIC -> lowercase */
|
/openbmc/openbmc-test-automation/lib/serial_connection/ |
H A D | serial_console_client.robot | 25 ${prompt_string}= Convert To Lowercase ${i_model} login:
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | mkcapflags.sh | 36 # Name is uppercase, VALUE is all lowercase
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_inband_sdr.robot | 33 ${recordhex}= Convert To Hex ${record} length=4 lowercase=yes 55 ${record_next}= Convert To Hex ${record_next} length=4 lowercase=yes 283 ${recordhex}= Convert To Hex ${record} length=4 lowercase=yes 305 ${record_next}= Convert To Hex ${record_next} length=4 lowercase=yes
|
H A D | test_ipmi_fru_device.robot | 104 ${write_data_length}= Convert To Hex ${write_data_length} lowercase=yes 128 ${write_data_length}= Convert To Hex ${write_data_length} lowercase=yes 391 ${initial_frulength_hex}= Convert To Hex ${initial_fru_length} lowercase=yes
|
/openbmc/openbmc-test-automation/network/ |
H A D | test_host_network.robot | 38 ${prefix_hex}= Convert To Hex ${prefix_length} prefix=0x lowercase=yes
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | samsung,pinctrl-pins-cfg.yaml | 33 The pins should use lowercase names matching hardware manual, e.g. for
|
/openbmc/linux/lib/ |
H A D | hexdump.c | 43 * uppercase and lowercase letters, so we use (ch & 0xdf), which converts 44 * lowercase to uppercase
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | lsb.py | 116 # Filter out any non-alphanumerics and convert to lowercase
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-event_source-devices-events | 46 a number is base-16 format with a '0x' prefix (lowercase only).
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-selftest.c | 97 /* "ABba" folds to lowercase */ 120 to upper-case. Before 8.0.0, Cherokee lowercase were
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | efivar.c | 128 * If reading the lowercase EFI variable fail, read the uppercase in read_hfi1_efi_var()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | profile.cpp | 33 // String key must be in all lowercase for method lookup
|