/openbmc/obmc-console/ |
H A D | config.c | 234 const struct size_suffix_shift suffixes[] = { in config_parse_bytesize() local 240 sizeof(suffixes) / sizeof(struct size_suffix_shift); in config_parse_bytesize() 260 if (*suffix == suffixes[i].unit) { in config_parse_bytesize() 265 if (logsize > (UINT32_MAX >> suffixes[i].shiftwidth)) { in config_parse_bytesize() 269 logsize <<= suffixes[i].shiftwidth; in config_parse_bytesize()
|
/openbmc/qemu/target/ppc/ |
H A D | insn64.decode | 204 ## Invalid suffixes: Branch instruction 221 ## Invalid suffixes: rfebb 225 ## Invalid suffixes: context synchronizing other than isync 254 ## Invalid suffixes: Service Processor Attention 259 ## Valid suffixes
|
/openbmc/openbmc/poky/scripts/ |
H A D | pythondeps | 25 suffixes = importlib.machinery.all_suffixes() variable 64 for suffix in suffixes: 153 for suffix in suffixes:
|
H A D | oe-pkgdata-browser | 43 suffixes = ['B', 'kB', 'MB', 'GB', 'TB', 'PB'] 48 rank = min(rank, len(suffixes) - 1) 51 return '%s %s' % (f, suffixes[rank])
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Makefile-keyspan_pda_fw | 4 # insisting upon fixed suffixes for the input and output files,
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cve_check.py | 23 suffixes = ["alphabetical", "patch"] 39 … patch_l=match.group("patch_l") if str(suffix) in suffixes and match.group("patch_l") else "",
|
H A D | utils.py | 84 def prune_suffix(var, suffixes, d): argument 87 for suffix in suffixes:
|
/openbmc/openbmc/poky/meta/recipes-support/libpsl/ |
H A D | libpsl_0.21.5.bb | 4 domain names beyond the standard suffixes, such as .com."
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 049.out | 2 === Check correct interpretation of suffixes for image size === 101 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for 110 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for 119 qemu-img: Invalid image size specified. You may use k, M, G, T, P or E suffixes for 132 == Check correct interpretation of suffixes for cluster size ==
|
/openbmc/linux/Documentation/devicetree/bindings/ |
H A D | writing-bindings.rst | 54 - DO use common property unit suffixes for properties with scientific units. 55 Recommended suffixes are listed at
|
/openbmc/linux/Documentation/filesystems/ |
H A D | adfs.rst | 107 type suffixes to be appended to file names read from a directory. If the 108 ftsuffix option is zero or omitted, no file type suffixes will be added.
|
H A D | afs.rst | 97 The name of the volume can be suffixes with ".backup" or ".readonly" to
|
/openbmc/linux/Documentation/bpf/ |
H A D | map_lru_hash_update.dot | 22 // Number suffixes and errno suffixes handle subsections of the corresponding
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 31 basename = basename.name.replace("".join(basename.suffixes), "")
|
/openbmc/linux/drivers/hwmon/ |
H A D | coretemp.c | 429 static const char *const suffixes[TOTAL_ATTRS] = { in create_core_attrs() local 442 "temp%d_%s", attr_no, suffixes[i]); in create_core_attrs()
|
/openbmc/linux/Documentation/admin-guide/blockdev/ |
H A D | zram.rst | 119 The value can be either in bytes or you can use mem suffixes. 125 # Using mem suffixes 139 The value can be either in bytes or you can use mem suffixes. 146 # Using mem suffixes
|
/openbmc/boost-dbus/cmake/ |
H A D | FindGMock.cmake | 108 # The provided /MD project files for Google Mock add -md suffixes to the
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-gpu.rst | 40 For PCI, the user can suffix it with -pci. Without these suffixes, the
|
/openbmc/openbmc/meta-security/docs/ |
H A D | dm-verity.txt | 81 tmp/deploy/images/<MACHINE>/ now have suffixes like "rootfs.ext4.verity"
|
/openbmc/linux/Documentation/locking/ |
H A D | locktypes.rst | 77 can have suffixes which apply further protections: 237 - The hard interrupt related suffixes for spin_lock / spin_unlock
|
/openbmc/qemu/docs/user/ |
H A D | main.rst | 81 bytes). \"G\", \"M\", and \"k\" suffixes may be used when specifying
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-info.rst | 100 .. list-table:: List of common version suffixes
|
/openbmc/linux/Documentation/kbuild/ |
H A D | llvm.rst | 69 To support combinations of out of tree paths with version suffixes, we
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | package_ipk.bbclass | 96 # together. These package suffixes are taken from the definitions of
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | board.rst | 58 the <function>-prefix of the GPIO suffixes ("gpios" or "gpio", automatically
|