/openbmc/gpioplus/src/gpioplus/utility/ |
H A D | aspeed.hpp | 35 char octal = name[name.length() - 1]; in nameToOffset() local 36 if (octal < '0' || octal > '7') in nameToOffset() 62 offset = (offset - 1) * 8 + (octal - '0'); in nameToOffset()
|
/openbmc/linux/Documentation/input/devices/ |
H A D | walkera0701.rst | 85 Binary values: Analog octal values: 99 to bin change or octal value to bin change). 104 One binary and octal value can be grouped to nibble. 24 nibbles + one binary 117 After last octal value for nibble 24 and next sync pulse one additional 125 Summary of octal values in nibbles must be same as octal value in checksum 127 calculated by sum of binary values in checked nibbles + sum of octal values
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/eject/eject/ |
H A D | eject-2.1.5-spaces.patch | 5 Linux mangles spaces in mount points by changing them to an octal string 18 + * Linux mangles spaces in mount points by changing them to an octal string
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hfsplus.rst | 27 Specifies the umask (in octal) used for files and directories
|
H A D | affs.rst | 55 Sets the mode flags to the given (octal) value, regardless
|
H A D | tmpfs.rst | 215 mode The permissions as an octal number
|
H A D | fuse.rst | 75 The file mode of the filesystem's root in octal representation.
|
H A D | seq_file.rst | 246 which is in the string esc will be represented in octal form in the output.
|
H A D | mount_api.rst | 638 fs_param_is_u32_octal 32-bit octal int result->uint_32
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | jfs.rst | 48 Override on-disk umask with specified octal value. For
|
H A D | dynamic-debug-howto.rst | 166 special characters can be escaped using C octal character
|
/openbmc/qemu/docs/system/s390x/ |
H A D | vfio-ap.rst | 382 as a decimal, hexadecimal, or octal number. For example, to assign adapters 383 4, 5 and 16 to a mediated matrix device in decimal, hexadecimal and octal 417 a decimal, hexadecimal, or octal number. For example, to assign usage domains 418 4, 8, and 71 to a mediated matrix device in decimal, hexadecimal and octal 453 conventional semantics as a decimal, hexadecimal, or octal number. For 455 in decimal, hexadecimal and octal respectively::
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.3.4.rst | 95 - udev-extraconf: fix unmount directories containing octal-escaped chars
|
H A D | migration-2.2.rst | 81 - the syntax for octal values changed
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | README | 35 Supports two 64 MB onbpard octal SPI flash memories, one SPI emulator
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc2978.rst | 209 - LTC2978 is an octal power supply monitor.
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-map.rst | 107 (for hexadecimal) or a "0" prefix (for octal) is provided.
|
/openbmc/linux/Documentation/filesystems/nfs/ |
H A D | rpc-cache.rst | 217 - otherwise a \ in the field must be followed by 3 octal digits
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 1034 Permission bits should use 4 digit octal permissions (like 0700 or 0444). 1038 Permission bits in the octal form are more readable and easier to 1042 easier to understand the octal notation than the symbolic macros.
|
/openbmc/openbmc/poky/meta/recipes-extended/shadow/files/ |
H A D | login.defs_shadow-sysroot | 181 # Prefix these values with "0" to get octal, "0x" to get hexadecimal.
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_print.py | 1116 elif fmt & octal():
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 6441 my $octal = perms_to_octal($oval); 6443 …"Symbolic permissions '$oval' are not preferred. Consider using octal permissions '$octal'.\n" . $… 6445 $fixed[$fixlinenr] =~ s/\Q$oval\E/$octal/;
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 7634 my $octal = perms_to_octal($oval); 7636 …"Symbolic permissions '$oval' are not preferred. Consider using octal permissions '$octal'.\n" . $… 7638 $fixed[$fixlinenr] =~ s/\Q$oval\E/$octal/;
|
/openbmc/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | z8530drv.rst | 613 Don't forget to convert the octal numbers into decimal before
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/ |
H A D | 0001-replace-__pure__-with-compiler-attribute-pure.patch | 130 #define FMT_8LONG 44 /* enough space to hold 2^128 - 1 in octal, plus \0 */
|