Home
last modified time | relevance | path

Searched refs:octal (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/gpioplus/src/gpioplus/utility/
H A Daspeed.hpp35 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 Dwalkera0701.rst85 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 Deject-2.1.5-spaces.patch5 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 Dhfsplus.rst27 Specifies the umask (in octal) used for files and directories
H A Daffs.rst55 Sets the mode flags to the given (octal) value, regardless
H A Dtmpfs.rst215 mode The permissions as an octal number
H A Dfuse.rst75 The file mode of the filesystem's root in octal representation.
H A Dseq_file.rst246 which is in the string esc will be represented in octal form in the output.
H A Dmount_api.rst638 fs_param_is_u32_octal 32-bit octal int result->uint_32
/openbmc/linux/Documentation/admin-guide/
H A Djfs.rst48 Override on-disk umask with specified octal value. For
H A Ddynamic-debug-howto.rst166 special characters can be escaped using C octal character
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst382 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 Drelease-notes-4.3.4.rst95 - udev-extraconf: fix unmount directories containing octal-escaped chars
H A Dmigration-2.2.rst81 - the syntax for octal values changed
/openbmc/u-boot/board/freescale/lx2160a/
H A DREADME35 Supports two 64 MB onbpard octal SPI flash memories, one SPI emulator
/openbmc/linux/Documentation/hwmon/
H A Dltc2978.rst209 - LTC2978 is an octal power supply monitor.
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst107 (for hexadecimal) or a "0" prefix (for octal) is provided.
/openbmc/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst217 - otherwise a \ in the field must be followed by 3 octal digits
/openbmc/linux/Documentation/dev-tools/
H A Dcheckpatch.rst1034 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 Dlogin.defs_shadow-sysroot181 # Prefix these values with "0" to get octal, "0x" to get hexadecimal.
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py1116 elif fmt & octal():
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl6441 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 Dcheckpatch.pl7634 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 Dz8530drv.rst613 Don't forget to convert the octal numbers into decimal before
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch130 #define FMT_8LONG 44 /* enough space to hold 2^128 - 1 in octal, plus \0 */

12