/openbmc/linux/tools/testing/selftests/zram/ |
H A D | zram02.sh | 22 # or you can use mem suffixes. But in some old kernels, mem 23 # suffixes are not supported, for example, in RHEL6.6GA's kernel 25 # not support mem suffixes, in some newer kernels, they use 26 # memparse() which supports mem suffixes. So here we just use
|
H A D | zram01.sh | 23 # or you can use mem suffixes. But in some old kernels, mem 24 # suffixes are not supported, for example, in RHEL6.6GA's kernel 26 # not support mem suffixes, in some newer kernels, they use 27 # memparse() which supports mem suffixes. So here we just use
|
/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/monitor/ |
H A D | monitor-internal.h | 54 * K, k suffix, which multiplies the value by 2^60 for suffixes E 55 * and e, 2^50 for suffixes P and p, 2^40 for suffixes T and t, 56 * 2^30 for suffixes G and g, 2^20 for M and m, 2^10 for K and k
|
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/ |
H A D | determism.patch | 40 .SUFFIXES: 41 .SUFFIXES: .c .o
|
/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/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 ==
|
H A D | 049 | 56 echo "=== Check correct interpretation of suffixes for image size ===" 87 echo "== 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.
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/ |
H A D | fvp.py | 29 # rootfs may have multiple extensions so we need to strip *all* suffixes 31 basename = basename.name.replace("".join(basename.suffixes), "")
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Makefile-keyspan_pda_fw | 4 # insisting upon fixed suffixes for the input and output files,
|
/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-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/ |
H A D | 0001-build-Do-not-build-.sgml-file.patch | 19 @@ -14,4 +14,4 @@ SUFFIXES = .1
|
/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/linux/drivers/video/backlight/ |
H A D | ktd253-backlight.c | 49 * suffixes, and no using GPIO expanders on slow buses for this! in ktd253_backlight_stepdown() 110 * _cansleep suffixes, and no using GPIO expanders on in ktd253_backlight_update_status()
|
/openbmc/openbmc/poky/meta/recipes-devtools/autoconf/autoconf/ |
H A D | man-host-perl.patch | 17 @@ -77,13 +77,12 @@ SUFFIXES += .w .1
|
/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip-1.13/ |
H A D | wrong-path-fix.patch | 24 @@ -93,8 +93,7 @@ SUFFIXES = .in
|
/openbmc/linux/scripts/ |
H A D | objdump-func | 31 # match compiler-added suffixes like ".cold", etc
|
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/ |
H A D | 0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch | 23 @@ -119,7 +119,7 @@ SUFFIXES += .roff .in .ps
|
H A D | 0001-build-meintro_fr.ps-depends-on-tbl.patch | 23 @@ -334,7 +334,7 @@ SUFFIXES += .me.in .me
|
H A D | 0001-Make-manpages-mulitlib-identical.patch | 17 @@ -891,7 +891,7 @@ SUFFIXES += .man
|
H A D | 0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch | 25 @@ -119,9 +119,8 @@ SUFFIXES += .roff .in .ps
|
/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
|