/Linux-v6.1/fs/hpfs/ |
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 …]
|
/Linux-v6.1/arch/s390/kernel/ |
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()
|
/Linux-v6.1/certs/ |
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];
|
D | Kconfig | 110 finally an even number of hexadecimal lowercase characters (up to 128).
|
/Linux-v6.1/tools/perf/util/ |
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
|
/Linux-v6.1/Documentation/devicetree/bindings/ |
D | xilinx.txt | 37 directive in system.mhs). Should be in lowercase 42 to lowercase and all underscore '_' characters are
|
/Linux-v6.1/fs/hfs/ |
D | sysdep.c | 14 /* dentry case-handling: just lowercase everything */
|
/Linux-v6.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | cpus.txt | 21 name with all uppercase letters converted to lowercase, indicates that
|
/Linux-v6.1/arch/s390/include/asm/ |
D | ebcdic.h | 19 extern __u8 _ebc_tolower[256]; /* EBCDIC -> lowercase */
|
/Linux-v6.1/arch/x86/kernel/cpu/ |
D | mkcapflags.sh | 36 # Name is uppercase, VALUE is all lowercase
|
/Linux-v6.1/scripts/ |
D | check-local-export | 59 # nm(3) says "If lowercase, the symbol is usually local"
|
/Linux-v6.1/lib/ |
D | hexdump.c | 43 * uppercase and lowercase letters, so we use (ch & 0xdf), which converts 44 * lowercase to uppercase
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | samsung,pinctrl-pins-cfg.yaml | 33 The pins should use lowercase names matching hardware manual, e.g. for
|
/Linux-v6.1/fs/unicode/ |
D | utf8-selftest.c | 97 /* "ABba" folds to lowercase */ 120 to upper-case. Before 8.0.0, Cherokee lowercase were
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 46 a number is base-16 format with a '0x' prefix (lowercase only).
|
D | sysfs-class-thermal | 7 shouldbe a short, lowercase string, not containing spaces nor
|
/Linux-v6.1/drivers/infiniband/hw/hfi1/ |
D | efivar.c | 128 * If reading the lowercase EFI variable fail, read the uppercase in read_hfi1_efi_var()
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/core/ |
D | firmware.c | 78 /* Convert device name to lowercase */ in nvkm_firmware_get()
|
/Linux-v6.1/Documentation/devicetree/bindings/riscv/ |
D | cpus.yaml | 81 lowercase to simplify parsing.
|
/Linux-v6.1/drivers/s390/char/ |
D | sclp_tty.c | 392 /* switch to lowercase */ in sclp_switch_cases() 528 /* case input lines to lowercase */ in sclp_tty_init()
|
/Linux-v6.1/Documentation/filesystems/ |
D | vfat.rst | 128 **lower**: convert to lowercase for display, 303 the 8.3 namespace and are written on Windows NT to be lowercase will
|
/Linux-v6.1/arch/xtensa/variants/dc232b/include/variant/ |
D | tie.h | 65 * name = lowercase reg name (no quotes)
|
/Linux-v6.1/arch/xtensa/variants/dc233c/include/variant/ |
D | tie.h | 84 * name = lowercase reg name (no quotes)
|
/Linux-v6.1/scripts/kconfig/lxdialog/ |
D | dialog.h | 235 * -- the lowercase are used to signal mouse-enter events (M_EVENT + 'o')
|
/Linux-v6.1/scripts/dtc/ |
D | checks.c | 305 #define LOWERCASE "abcdefghijklmnopqrstuvwxyz" macro 308 #define NODECHARS LOWERCASE UPPERCASE DIGITS ",._+-@" 309 #define PROPCHARS LOWERCASE UPPERCASE DIGITS ",._+*#?-" 310 #define PROPNODECHARSSTRICT LOWERCASE UPPERCASE DIGITS ",-" 725 if (strspn(prop->name, LOWERCASE DIGITS "-") != strlen(prop->name)) in check_alias_paths() 726 FAIL(c, dti, node, "aliases property name must include only lowercase and '-'"); in check_alias_paths()
|