| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 308.out | 24 {'execute': 'block-export-add', 27 'id': 'export-err', 34 {'execute': 'block-export-add', 37 'id': 'export-err', 44 {'execute': 'block-export-add', 47 'id': 'export-mp', 59 {'execute': 'block-export-add', 62 'id': 'export-img', 69 === Double export === 70 {'execute': 'block-export-add', [all …]
|
| H A D | 307.out | 10 === Create a read-only NBD export === 11 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}} 16 export: 'fmt' 28 {"execute": "block-export-add", "arguments": {"id": "#invalid", "node-name": "fmt", "type": "nbd"}} 29 {"error": {"class": "GenericError", "desc": "Invalid block export id"}} 30 {"execute": "block-export-add", "arguments": {"id": "export0", "node-name": "fmt", "type": "nbd"}} 31 {"error": {"class": "GenericError", "desc": "Block export id 'export0' is already in use"}} 32 {"execute": "block-export-add", "arguments": {"id": "export1", "node-name": "ro", "type": "nbd", "w… 33 {"error": {"class": "GenericError", "desc": "Cannot export read-only node as writable"}} 34 {"execute": "block-export-del", "arguments": {"id": "export1"}} [all …]
|
| H A D | 308 | 52 _supported_proto file # We create the FUSE export manually 56 # $1: Export ID 59 # $4: Node to export (defaults to 'node-format') 64 # on the first mount attempt, so our export code cannot hide it.) 66 "{'execute': 'block-export-add', 78 # $1: Export ID 83 "{'execute': 'block-export-del', 94 # $1: Protocol node export mount point 102 echo 'ERROR: Length of export and original differ:' >&2 105 echo '(OK: Lengths of export and original are the same)' >&2 [all …]
|
| H A D | 307 | 2 # group: rw quick export 21 # Test the block export QAPI interfaces 57 iotests.log('\n=== Create a read-only NBD export ===') 59 vm.qmp_log('block-export-add', id='export0', type='nbd', node_name='fmt') 66 vm.qmp_log('block-export-add', id='#invalid', type='nbd', node_name='fmt') 67 vm.qmp_log('block-export-add', id='export0', type='nbd', node_name='fmt') 68 vm.qmp_log('block-export-add', id='export1', type='nbd', node_name='ro', 70 vm.qmp_log('block-export-del', id='export1') 73 iotests.log('\n=== Move export to an iothread ===') 79 iotests.log('\n=== Add export with conflicting iothread ===') [all …]
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | toolchain-scripts.bbclass | 17 EXPORT_SDK_PS1 = "${@ 'export PS1=\\"%s\\"' % d.getVar('SDK_PS1') if d.getVar('SDK_PS1') else ''}" 58 echo 'export SDKTARGETSYSROOT='"$sysroot" >> $script 63 …echo "export PATH=$sdkpathnative$bindir:$sdkpathnative$sbindir:$sdkpathnative$base_bindir:$sdkpath… 64 echo 'export PKG_CONFIG_SYSROOT_DIR=$SDKTARGETSYSROOT' >> $script 65 …echo 'export PKG_CONFIG_PATH=$SDKTARGETSYSROOT'"$libdir"'/pkgconfig:$SDKTARGETSYSROOT'"$prefix"'/s… 66 echo 'export CONFIG_SITE=${SDKPATH}/site-config-'"${multimach_target_sys}" >> $script 67 echo "export OECORE_NATIVE_SYSROOT=\"$sdkpathnative\"" >> $script 68 echo 'export OECORE_TARGET_SYSROOT="$SDKTARGETSYSROOT"' >> $script 69 echo "export OECORE_ACLOCAL_OPTS=\"-I $sdkpathnative/usr/share/aclocal\"" >> $script 70 echo 'export OECORE_BASELIB="${baselib}"' >> $script [all …]
|
| H A D | go.bbclass | 15 export GODEBUG = "gocachehash=1" 20 export GOROOT 21 export GOCACHE = "${B}/.cache" 23 export GOARCH = "${TARGET_GOARCH}" 24 export GOOS = "${TARGET_GOOS}" 25 export GOHOSTARCH = "${BUILD_GOARCH}" 26 export GOHOSTOS = "${BUILD_GOOS}" 28 GOARM[export] = "0" 30 GOARM:arm:class-target[export] = "1" 32 GO386[export] = "0" [all …]
|
| H A D | cross.bbclass | 29 export lt_cv_sys_lib_dlsearch_path_spec = "${libdir} ${base_libdir} /lib /lib64 /usr/lib /usr/lib64" 37 export PKG_CONFIG_DIR = "${exec_prefix}/lib/pkgconfig" 38 export PKG_CONFIG_SYSROOT_DIR = "" 83 export CC = "${BUILD_CC}" 84 export CXX = "${BUILD_CXX}" 85 export FC = "${BUILD_FC}" 86 export CPP = "${BUILD_CPP}" 87 export LD = "${BUILD_LD}" 88 export CCLD = "${BUILD_CCLD}" 89 export AR = "${BUILD_AR}" [all …]
|
| H A D | setuptools3-base.bbclass | 11 export STAGING_INCDIR 12 export STAGING_LIBDIR 15 export LDSHARED = "${CCLD} -shared" 18 export LDCXXSHARED = "${CXX} -shared" 21 export CCSHARED = "-fPIC -DPIC" 24 export LINKFORSHARED = "${SECURITY_CFLAGS} -Xlinker -export-dynamic" 28 export SETUPTOOLS_SCM_SUBPROCESS_TIMEOUT ??= "600"
|
| H A D | python_pyo3.bbclass | 14 export PYO3_CROSS = "1" 15 export PYO3_CROSS_PYTHON_VERSION = "${PYTHON_BASEVERSION}" 16 export PYO3_CROSS_LIB_DIR = "${STAGING_LIBDIR}" 17 export CARGO_BUILD_TARGET = "${RUST_HOST_SYS}" 18 export RUSTFLAGS 19 export PYO3_PYTHON = "${PYTHON}" 20 export PYO3_CONFIG_FILE = "${WORKDIR}/pyo3.config"
|
| /openbmc/qemu/qapi/ |
| H A D | block-export.json | 84 # An NBD block export (common options shared between `nbd-server-add` 85 # and the NBD branch of `block-export-add`). 87 # @name: Export name. If unspecified, the @device parameter is used 88 # as the export name. (Since 2.12) 90 # @description: Free-form description of the export, up to 4096 bytes. 101 # An NBD block export (distinct options used in the NBD branch of 102 # `block-export-add`). 104 # @bitmaps: Also export each of the named dirty bitmaps reachable from 110 # @allocation-depth: Also export the allocation depth map for @device, 125 # A vhost-user-blk block export. [all …]
|
| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/ |
| H A D | power-cmd | 6 export STATE_OFF=0 7 export STATE_ON=1 8 export STATE_UNKNOWN=-1 9 export MANAGEMENT_BOARD_IO_EXP_BUS_NUM="34" 10 export SPIDER_BOARD_IO_EXP_BUS_NUM="28" 11 export IO_EXP_SLOT_PWR_CTRL_ADDR="21" 12 export IO_EXP_SLED_PWR_CTRL_ADDR="21" 13 export IO_EXP_BIC_PWR_CTRL_ADDR="24" 14 export CHASSIS_BUS_NAME="xyz.openbmc_project.State.Chassis" 15 export CHASSIS_OBJ_PATH="/xyz/openbmc_project/state/chassis" [all …]
|
| /openbmc/qemu/block/export/ |
| H A D | export.c | 2 * Common block export infrastructure 19 #include "block/export.h" 23 #include "qapi/qapi-commands-block-export.h" 24 #include "qapi/qapi-events-block-export.h" 75 BlockExport *blk_exp_add(BlockExportOptions *export, Error **errp) in blk_exp_add() argument 77 bool fixed_iothread = export->has_fixed_iothread && export->fixed_iothread; in blk_exp_add() 78 bool allow_inactive = export->has_allow_inactive && export->allow_inactive; in blk_exp_add() 89 if (!id_wellformed(export->id)) { in blk_exp_add() 90 error_setg(errp, "Invalid block export id"); in blk_exp_add() 93 if (blk_exp_find(export->id)) { in blk_exp_add() [all …]
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | fuse-allow-other.out | 9 {'execute': 'block-export-add', 12 'id': 'export', 14 'mountpoint': 'TEST_DIR/fuse-export', 23 chmod: changing permissions of 'TEST_DIR/fuse-export': Operation not permitted 26 cat: fuse-export: Permission denied 27 stat: cannot statx 'fuse-export': Permission denied 28 cat: fuse-export: Permission denied 29 stat: cannot statx 'fuse-export': Permission denied 33 … TIMESTAMP, "microseconds": TIMESTAMP}, "event": "BLOCK_EXPORT_DELETED", "data": {"id": "export"}} 38 {'execute': 'block-export-add', [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/go/ |
| H A D | go-common.inc | 28 export GOROOT_OVERRIDE = "1" 29 export GOTMPDIR ?= "${WORKDIR}/build-tmp" 31 export CGO_ENABLED = "1" 33 export GOHOSTOS ?= "${BUILD_GOOS}" 34 export GOHOSTARCH ?= "${BUILD_GOARCH}" 35 export GOROOT_BOOTSTRAP ?= "${STAGING_LIBDIR_NATIVE}/go" 36 export GOOS ?= "${TARGET_GOOS}" 37 export GOARCH ?= "${TARGET_GOARCH}" 38 export GOARM ?= "${TARGET_GOARM}" 39 export GO386 ?= "${TARGET_GO386}" [all …]
|
| H A D | go-cross-canadian.inc | 16 export GOTOOLDIR_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/${HOST_SYS}/go/pkg/tool/${BUILD_GOTUPLE}" 17 export CGO_CFLAGS = "${CFLAGS}" 18 export CGO_LDFLAGS = "${LDFLAGS}" 19 export GO_LDFLAGS = '-extld ${HOST_PREFIX}gcc -extldflags "--sysroot=${STAGING_DIR_HOST} ${SECURITY… 24 …export CC_FOR_${HOST_GOTUPLE}="${HOST_PREFIX}gcc --sysroot=${STAGING_DIR_HOST} ${SECURITY_NOPIE_CF… 25 …export CXX_FOR_${HOST_GOTUPLE}="${HOST_PREFIX}gxx --sysroot=${STAGING_DIR_HOST} ${SECURITY_NOPIE_C… 39 export GOARCH="${TARGET_GOARCH}" 40 export GOOS="${TARGET_GOOS}" 41 test -n "\$GOARM" || export GOARM="${TARGET_GOARM}" 42 test -n "\$GO386" || export GO386="${TARGET_GO386}" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/ |
| H A D | nss_3.111.bb | 63 export NSPR_INCLUDE_DIR=${STAGING_INCDIR_NATIVE}/nspr 64 export NSPR_LIB_DIR=${STAGING_LIBDIR_NATIVE} 68 export LDFLAGS="" 77 export NSPR_INCLUDE_DIR=${STAGING_INCDIR}/nspr 79 export CROSS_COMPILE=1 80 export NATIVE_CC="${BUILD_CC}" 82 export NATIVE_FLAGS="${BUILD_CFLAGS} -DLINUX -Dlinux" 83 export BUILD_OPT=1 87 export NATIVE_FLAGS="${NATIVE_FLAGS} -DGETCWD_CANT_MALLOC" 89 export FREEBL_NO_DEPEND=1 [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-configure-common.inc | 53 export gcc_cv_collect2_libs = 'none required' 98 export CC_FOR_TARGET="${CC}" 99 export GCC_FOR_TARGET="${CC}" 100 export CXX_FOR_TARGET="${CXX}" 101 export AS_FOR_TARGET="${HOST_PREFIX}as" 102 export LD_FOR_TARGET="${HOST_PREFIX}ld" 103 export NM_FOR_TARGET="${HOST_PREFIX}nm" 104 export AR_FOR_TARGET="${HOST_PREFIX}ar" 105 export GFORTRAN_FOR_TARGET="gfortran" 106 export RANLIB_FOR_TARGET="${HOST_PREFIX}ranlib" [all …]
|
| H A D | gcc-cross-canadian.inc | 30 export AR_FOR_TARGET = "${TARGET_PREFIX}ar" 31 export AS_FOR_TARGET = "${TARGET_PREFIX}as" 32 export DLLTOOL_FOR_TARGET = "${TARGET_PREFIX}dlltool" 33 export CC_FOR_TARGET = "${TARGET_PREFIX}gcc" 34 export CXX_FOR_TARGET = "${TARGET_PREFIX}g++" 35 export GCC_FOR_TARGET = "${TARGET_PREFIX}gcc" 36 export LD_FOR_TARGET = "${TARGET_PREFIX}ld" 37 export LIPO_FOR_TARGET = "${TARGET_PREFIX}lipo" 38 export NM_FOR_TARGET = "${TARGET_PREFIX}nm" 39 export OBJDUMP_FOR_TARGET = "${TARGET_PREFIX}objdump" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch | 38 CPP_FOR_BUILD="$(CPP_FOR_BUILD)"; export CPP_FOR_BUILD; \ 39 CPPFLAGS_FOR_BUILD="$(CPPFLAGS_FOR_BUILD)"; export CPPFLAGS_FOR_BUILD; \ 40 CXX_FOR_BUILD="$(CXX_FOR_BUILD)"; export CXX_FOR_BUILD; \ 41 + CXXFLAGS_FOR_BUILD="$(CXXFLAGS_FOR_BUILD)"; export CXXFLAGS_FOR_BUILD; \ 42 DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ 43 DSYMUTIL="$(DSYMUTIL)"; export DSYMUTIL; \ 44 LD="$(LD)"; export LD; \ 58 CPP_FOR_BUILD="$(CPP_FOR_BUILD)"; export CPP_FOR_BUILD; \ 59 CPPFLAGS_FOR_BUILD="$(CPPFLAGS_FOR_BUILD)"; export CPPFLAGS_FOR_BUILD; \ 60 CXX_FOR_BUILD="$(CXX_FOR_BUILD)"; export CXX_FOR_BUILD; \ [all …]
|
| /openbmc/qemu/include/block/ |
| H A D | export.h | 17 #include "qapi/qapi-types-block-export.h" 23 /* The export type that this driver services */ 32 /* True if the export type supports running on an inactive node */ 35 /* Creates and starts a new block export */ 39 * Frees a removed block export. This function is only called after all 46 * internally by the export driver. When the function returns, there may 47 * still be active references while the export is in the process of 56 /* Unique identifier for the export */ 60 * Reference count for this block export. This includes strong references 62 * the export. [all …]
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/openssl/files/ |
| H A D | environment.d-openssl.sh | 1 export OPENSSL_CONF="$OECORE_NATIVE_SYSROOT/usr/lib/ssl-3/openssl.cnf" 2 export OPENSSL_MODULES="$OECORE_NATIVE_SYSROOT/usr/lib/ossl-modules/" 3 export OPENSSL_ENGINES="$OECORE_NATIVE_SYSROOT/usr/lib/engines-3" 4 export BB_ENV_PASSTHROUGH_ADDITIONS="${BB_ENV_PASSTHROUGH_ADDITIONS:-} OPENSSL_CONF OPENSSL_MODULES… 10 export SSL_CERT_FILE="$CAFILE" 12 export SSL_CERT_FILE="$OECORE_NATIVE_SYSROOT/usr/lib/ssl-3/certs/ca-certificates.crt" 18 export SSL_CERT_DIR="$CAPATH" 20 export SSL_CERT_DIR="$OECORE_NATIVE_SYSROOT/usr/lib/ssl-3/certs" 24 export BB_ENV_PASSTHROUGH_ADDITIONS="${BB_ENV_PASSTHROUGH_ADDITIONS:-} SSL_CERT_DIR SSL_CERT_FILE"
|
| /openbmc/u-boot/doc/ |
| H A D | README.commands.spl | 1 The spl command is used to export a boot parameter image to RAM. Later 4 SUBCOMMAND EXPORT 8 export has two subcommands: 13 spl export <fdt|atags> [kernel_addr] [initrd_addr] [fdt_addr if fdt] 21 spl export atags /* export ATAGS */ 29 spl export fdt 0x82000000 - 0x80000100 /* export FDT */ 31 nand write <adress shown by spl export> 0x680000 0x20000
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
| H A D | edk2-firmware.inc | 68 export PACKAGES_PATH = "${S}:${S}/edk2-platforms" 69 export WORKSPACE = "${B}" 70 export EDK_TOOLS_PATH = "${S}/BaseTools" 71 export PYTHON_COMMAND = "python3" 72 export CONF_PATH = "${S}/Conf" 74 export BTOOLS_PATH = "${EDK_TOOLS_PATH}/BinWrappers/PosixLike" 77 export GCC5_AARCH64_PREFIX = "${TARGET_PREFIX}" 78 export GCC5_ARM_PREFIX = "${TARGET_PREFIX}" 81 export CLANG38_AARCH64_PREFIX = "${TARGET_PREFIX}" 82 export CLANG38_ARM_PREFIX = "${TARGET_PREFIX}" [all …]
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/ |
| H A D | armstubs.bb | 14 export CC7 = "${CC}" 15 export LD7 = "${LD}" 16 export OBJCOPY7 = "${OBJCOPY}" 17 export OBJDUMP7 = "${OBJDUMP}" 18 export CC8 = "${CC}" 19 export LD8 = "${LD}" 20 export OBJCOPY8 = "${OBJCOPY}" 21 export OBJDUMP8 = "${OBJDUMP} -maarch64"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/ |
| H A D | test.sh | 5 export LANG=C 6 export LC_ALL=C 7 export P=patches/ 8 export _P=../patches/ 9 export QUILTRC=$(pwd)/test/test.quiltrc 10 export QUILT_PC=.pc 11 export QUILT_DIR=/usr/share/quilt/
|