Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/obmc-console/
H A Dconfig.c234 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 Dinsn64.decode204 ## 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 Dpythondeps25 suffixes = importlib.machinery.all_suffixes() variable
64 for suffix in suffixes:
153 for suffix in suffixes:
H A Doe-pkgdata-browser43 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 DMakefile-keyspan_pda_fw4 # insisting upon fixed suffixes for the input and output files,
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py23 suffixes = ["alphabetical", "patch"]
39 … patch_l=match.group("patch_l") if str(suffix) in suffixes and match.group("patch_l") else "",
H A Dutils.py84 def prune_suffix(var, suffixes, d): argument
87 for suffix in suffixes:
/openbmc/openbmc/poky/meta/recipes-support/libpsl/
H A Dlibpsl_0.21.5.bb4 domain names beyond the standard suffixes, such as .com."
/openbmc/qemu/tests/qemu-iotests/
H A D049.out2 === 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 Dwriting-bindings.rst54 - DO use common property unit suffixes for properties with scientific units.
55 Recommended suffixes are listed at
/openbmc/linux/Documentation/filesystems/
H A Dadfs.rst107 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 Dafs.rst97 The name of the volume can be suffixes with ".backup" or ".readonly" to
/openbmc/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot22 // Number suffixes and errno suffixes handle subsections of the corresponding
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py31 basename = basename.name.replace("".join(basename.suffixes), "")
/openbmc/linux/drivers/hwmon/
H A Dcoretemp.c429 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 Dzram.rst119 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 DFindGMock.cmake108 # The provided /MD project files for Google Mock add -md suffixes to the
/openbmc/qemu/docs/system/devices/
H A Dvirtio-gpu.rst40 For PCI, the user can suffix it with -pci. Without these suffixes, the
/openbmc/openbmc/meta-security/docs/
H A Ddm-verity.txt81 tmp/deploy/images/<MACHINE>/ now have suffixes like "rootfs.ext4.verity"
/openbmc/linux/Documentation/locking/
H A Dlocktypes.rst77 can have suffixes which apply further protections:
237 - The hard interrupt related suffixes for spin_lock / spin_unlock
/openbmc/qemu/docs/user/
H A Dmain.rst81 bytes). \"G\", \"M\", and \"k\" suffixes may be used when specifying
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-info.rst100 .. list-table:: List of common version suffixes
/openbmc/linux/Documentation/kbuild/
H A Dllvm.rst69 To support combinations of out of tree paths with version suffixes, we
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass96 # together. These package suffixes are taken from the definitions of
/openbmc/linux/Documentation/driver-api/gpio/
H A Dboard.rst58 the <function>-prefix of the GPIO suffixes ("gpios" or "gpio", automatically

12