Home
last modified time | relevance | path

Searched full:suffixes (Results 1 – 25 of 118) sorted by relevance

12345

/openbmc/linux/tools/testing/selftests/zram/
H A Dzram02.sh22 # 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 Dzram01.sh23 # 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 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/monitor/
H A Dmonitor-internal.h54 * 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 Ddetermism.patch40 .SUFFIXES:
41 .SUFFIXES: .c .o
/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/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 ==
H A D04956 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 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.
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/controllers/
H A Dfvp.py29 # 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 DMakefile-keyspan_pda_fw4 # insisting upon fixed suffixes for the input and output files,
/openbmc/linux/Documentation/bpf/
H A Dmap_lru_hash_update.dot22 // Number suffixes and errno suffixes handle subsections of the corresponding
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatresize/fatresize/
H A D0001-build-Do-not-build-.sgml-file.patch19 @@ -14,4 +14,4 @@ SUFFIXES = .1
/openbmc/openbmc/poky/meta/recipes-support/libpsl/
H A Dlibpsl_0.21.5.bb4 domain names beyond the standard suffixes, such as .com."
/openbmc/linux/drivers/video/backlight/
H A Dktd253-backlight.c49 * 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 Dman-host-perl.patch17 @@ -77,13 +77,12 @@ SUFFIXES += .w .1
/openbmc/openbmc/poky/meta/recipes-extended/gzip/gzip-1.13/
H A Dwrong-path-fix.patch24 @@ -93,8 +93,7 @@ SUFFIXES = .in
/openbmc/linux/scripts/
H A Dobjdump-func31 # match compiler-added suffixes like ".cold", etc
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-contrib-hdtbl-hdtbl.am-Fix-race-issues-for-parallel-.patch23 @@ -119,7 +119,7 @@ SUFFIXES += .roff .in .ps
H A D0001-build-meintro_fr.ps-depends-on-tbl.patch23 @@ -334,7 +334,7 @@ SUFFIXES += .me.in .me
H A D0001-Make-manpages-mulitlib-identical.patch17 @@ -891,7 +891,7 @@ SUFFIXES += .man
H A D0001-hdtbl-Fix-Savannah-66316-missing-grn-dep.patch25 @@ -119,9 +119,8 @@ SUFFIXES += .roff .in .ps
/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

12345