| /openbmc/qemu/docs/ |
| H A D | qcow2-cache.txt | 88 With the default values for cluster_size (64KB) and refcount_bits 94 So in order to cover n GB of disk space with the default values we 101 image size (given that the default cluster size is used): 105 The refcount cache is 4 times the cluster size by default. With the default 128 - The maximum L2 cache size is 32 MB by default on Linux platforms (enough 129 for full coverage of 256 GB images, with the default cluster size). This 133 On non-Linux platforms the maximal value is smaller by default (8 MB) and 138 - The default (and minimum) refcount cache size is 4 clusters. 154 Before QEMU 2.12 the refcount cache had a default size of 1/4 of the 187 should test it first and stay with the default size if unsure. [all …]
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | check | 50 p.add_argument('-j', dest='jobs', type=int, default=1, 67 default='auto', help="use terminal colors. The default " 74 # We don't set default for cachemode, as we need to distinguish default 82 g_env.add_argument('-i', dest='aiomode', default='threads', 92 'At most one choice is allowed, default is "raw"') 102 'At most one choice is allowed, default is "file"') 131 g_sel.add_argument('--build-dir', default=get_default_path(), 134 default=get_default_path(follow_link=True), 141 warnings.simplefilter("default") 142 os.environ["PYTHONWARNINGS"] = "default"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/transmission/files/ |
| H A D | transmission-daemon | 6 # Default-Start: 2 3 5 7 # Default-Stop: 0 1 6 19 # For the default location Transmission uses, visit: 28 # by default, this is set to 'transmission'. 38 # ONLY change this you have it at a non-default location 62 [ -r /etc/default/$NAME ] && . /etc/default/$NAME 65 [ -f /etc/default/rcS ] && . /etc/default/rcS
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | am335x-chiliboard.dts | 19 pinctrl-names = "default"; 25 default-state = "keep"; 26 linux,default-trigger = "heartbeat"; 32 default-state = "keep"; 118 pinctrl-names = "default"; 132 pinctrl-names = "default", "sleep"; 139 pinctrl-names = "default", "sleep"; 168 pinctrl-names = "default"; 181 pinctrl-names = "default";
|
| H A D | ast2500-evb.dts | 54 pinctrl-names = "default"; 61 pinctrl-names = "default"; 85 pinctrl-names = "default"; 93 pinctrl-names = "default"; 105 pinctrl-names = "default"; 112 pinctrl-names = "default";
|
| /openbmc/u-boot/lib/optee/ |
| H A D | Kconfig | 12 default 0x00000000 19 default 0x0000000 26 default 0x00000000 35 default n
|
| /openbmc/bmcweb/include/ |
| H A D | duplicatable_file_handle.hpp | 13 DuplicatableFileHandle() = default; 14 DuplicatableFileHandle(DuplicatableFileHandle&&) noexcept = default; 31 default; 32 ~DuplicatableFileHandle() = default;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | syslog-ng.service-the-syslog-ng-service.patch | 13 contrib/systemd/syslog-ng@default | 6 +++--- 22 EnvironmentFile=-/etc/default/syslog-ng@%i 31 diff --git a/contrib/systemd/syslog-ng@default b/contrib/systemd/syslog-ng@default 33 --- a/contrib/systemd/syslog-ng@default 34 +++ b/contrib/systemd/syslog-ng@default
|
| /openbmc/openbmc/poky/meta/lib/patchtest/ |
| H A D | patchtest_parser.py | 43 default=default_repodir, 47 default=default_testdir, 52 default=None, 57 default='test*.py', 62 … help="Branch name used by patchtest to branch from. By default, it uses the current one.") 66 … help="Commit ID used by patchtest to branch from. By default, it uses HEAD.")
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
| H A D | sblim-sfcb-1.3.16-multilib-man-cfg.patch | 6 @@ -151,7 +151,7 @@ Default=\fI@localstatedir@/lib/sfcb/regi 10 -libraries. Default=\fI@libdir@\ @libdir@/cmpi\fR 11 +libraries. Default=\fI/usr/lib\ /usr/lib/cmpi /usr/lib64\ /usr/lib64/cmpi\fR 37 -## Default is @libdir@/sfcb @libdir@ @libdir@/cmpi 39 +## Default is /usr/lib/sfcb /usr/lib64/sfcb /usr/lib /usr/lib64 /usr/lib/cmpi /usr/lib64/cmpi 43 ## Default: true
|
| /openbmc/u-boot/drivers/reset/ |
| H A D | Kconfig | 69 default y 80 default y 90 default y 97 default y 104 default y 111 default y
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/BMC/ |
| H A D | Redundancy.interface.yaml | 9 default: Unknown 16 default: false 23 default: false 40 default: false 50 default: false 57 default: false 66 default: 2 73 default: maxint
|
| /openbmc/qemu/ |
| H A D | qemu-options.hx | 31 " supported accelerators are kvm, xen, hvf, nvmm, whpx or tcg (default: tcg)\n" 32 " vmport=on|off|auto controls emulation of vmport (default: auto)\n" 33 " dump-guest-core=on|off include guest memory in a core dump (default=on)\n" 34 " mem-merge=on|off controls memory merge support (default: on)\n" 35 " aes-key-wrap=on|off controls support for AES key wrapping (default=on)\n" 36 " dea-key-wrap=on|off controls support for DEA key wrapping (default=on)\n" 37 " suppress-vmdesc=on|off disables self-describing migration (default=off)\n" 38 " nvdimm=on|off controls NVDIMM support (default=off)\n" 39 " memory-encryption=@var{} memory encryption object to use (default=none)\n" 40 " hmat=on|off controls ACPI HMAT support (default=off)\n" [all …]
|
| /openbmc/u-boot/board/keymile/kmp204x/ |
| H A D | Kconfig | 4 default "kmp204x" 7 default "keymile" 10 default "kmp204x"
|
| /openbmc/u-boot/arch/arm/mach-highbank/ |
| H A D | Kconfig | 4 default "highbank" 7 default "highbank" 10 default "highbank"
|
| /openbmc/u-boot/board/freescale/mpc837xerdb/ |
| H A D | Kconfig | 4 default "mpc837xerdb" 7 default "freescale" 10 default "MPC837XERDB"
|
| /openbmc/u-boot/board/freescale/vf610twr/ |
| H A D | Kconfig | 4 default "vf610twr" 7 default "freescale" 10 default "vf610twr"
|
| /openbmc/u-boot/board/freescale/mpc8544ds/ |
| H A D | Kconfig | 4 default "mpc8544ds" 7 default "freescale" 10 default "MPC8544DS"
|
| /openbmc/u-boot/board/compulab/cm_fx6/ |
| H A D | Kconfig | 4 default "cm_fx6" 7 default "compulab" 10 default "cm_fx6"
|
| /openbmc/u-boot/board/samsung/universal_c210/ |
| H A D | Kconfig | 4 default "universal_c210" 7 default "samsung" 10 default "s5pc210_universal"
|
| /openbmc/u-boot/board/freescale/mpc8536ds/ |
| H A D | Kconfig | 4 default "mpc8536ds" 7 default "freescale" 10 default "MPC8536DS"
|
| /openbmc/u-boot/board/nvidia/ventana/ |
| H A D | Kconfig | 4 default "ventana" 7 default "nvidia" 10 default "ventana"
|
| /openbmc/u-boot/board/comtrend/ar5315u/ |
| H A D | Kconfig | 4 default "ar5315u" 7 default "comtrend" 10 default "comtrend_ar5315u"
|
| /openbmc/u-boot/board/broadcom/bcm968380gerg/ |
| H A D | Kconfig | 4 default "bcm968380gerg" 7 default "broadcom" 10 default "broadcom_bcm968380gerg"
|
| /openbmc/u-boot/board/logicpd/imx6/ |
| H A D | Kconfig | 4 default "imx6" 7 default "logicpd" 10 default "imx6_logic"
|