/openbmc/linux/Documentation/filesystems/ |
H A D | api-summary.rst | 21 :export: 30 :export: 33 :export: 39 :export: 45 :export: 54 :export: 57 :export: 60 :export: 63 :export: 66 :export: [all …]
|
/openbmc/linux/drivers/pwm/ |
H A D | sysfs.c | 31 struct pwm_export *export = child_to_pwm_export(child); in child_to_pwm_device() local 33 return export->pwm; in child_to_pwm_device() 52 struct pwm_export *export = child_to_pwm_export(child); in period_store() local 53 struct pwm_device *pwm = export->pwm; in period_store() 62 mutex_lock(&export->lock); in period_store() 66 mutex_unlock(&export->lock); in period_store() 87 struct pwm_export *export = child_to_pwm_export(child); in duty_cycle_store() local 88 struct pwm_device *pwm = export->pwm; in duty_cycle_store() 97 mutex_lock(&export->lock); in duty_cycle_store() 101 mutex_unlock(&export->lock); in duty_cycle_store() [all …]
|
/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 …]
|
/openbmc/linux/Documentation/networking/ |
H A D | kapi.rst | 24 :export: 27 :export: 30 :export: 33 :export: 36 :export: 42 :export: 51 :export: 54 :export: 60 :export: 63 :export: [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 | 12 export GODEBUG = "gocachehash=1" 17 export GOROOT 18 export GOROOT_FINAL = "${libdir}/go" 19 export GOCACHE = "${B}/.cache" 21 export GOARCH = "${TARGET_GOARCH}" 22 export GOOS = "${TARGET_GOOS}" 23 export GOHOSTARCH = "${BUILD_GOARCH}" 24 export GOHOSTOS = "${BUILD_GOOS}" 26 GOARM[export] = "0" 28 GOARM:arm:class-target[export] = "1" [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 …]
|
/openbmc/linux/Documentation/driver-api/pci/ |
H A D | pci.rst | 5 :export: 8 :export: 11 :export: 14 :export: 17 :export: 20 :export: 23 :export: 26 :export: 29 :export: 32 :export: [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/qemu/qapi/ |
H A D | block-export.json | 83 # An NBD block export (common options shared between nbd-server-add 84 # and the NBD branch of block-export-add). 87 # as the export name. (Since 2.12) 89 # @description: Free-form description of the export, up to 4096 bytes. 100 # An NBD block export (distinct options used in the NBD branch of 101 # block-export-add). 103 # @bitmaps: Also export each of the named dirty bitmaps reachable from 109 # @allocation-depth: Also export the allocation depth map for @device, 124 # A vhost-user-blk block export. 166 # @mountpoint: Path on which to export the block device via FUSE. [all …]
|
/openbmc/linux/Documentation/driver-api/ |
H A D | infiniband.rst | 17 :export: 20 :export: 23 :export: 26 :export: 29 :export: 32 :export: 35 :export: 38 :export: 41 :export: 44 :export: [all …]
|
H A D | infrastructure.rst | 30 :export: 33 :export: 36 :export: 42 :export: 48 :export: 51 :export: 57 :export: 63 :export: 69 :export: 78 :export: [all …]
|
H A D | basics.rst | 25 :export: 43 :export: 46 :export: 58 :export: 67 :export: 82 :export: 91 :export: 109 :export: 119 :export: 123 :export: [all …]
|
/openbmc/qemu/block/export/ |
H A D | export.c | 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() 88 if (!id_wellformed(export->id)) { in blk_exp_add() 92 if (blk_exp_find(export->id)) { in blk_exp_add() 93 error_setg(errp, "Block export id '%s' is already in use", export->id); in blk_exp_add() 97 drv = blk_exp_find_driver(export->type); in blk_exp_add() 103 bs = bdrv_lookup_bs(NULL, export->node_name, errp); in blk_exp_add() 108 if (!export->has_writable) { in blk_exp_add() 109 export->writable = false; in blk_exp_add() 111 if (bdrv_is_read_only(bs) && export->writable) { in blk_exp_add() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/ |
H A D | nss_3.107.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/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/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/linux/Documentation/devicetree/ |
H A D | kernel-api.rst | 12 :export: 18 :export: 24 :export: 27 :export: 30 :export: 39 :export: 45 :export: 51 :export: 54 :export: 57 :export:
|
/openbmc/linux/Documentation/core-api/ |
H A D | kernel-api.rst | 25 :export: 31 :export: 34 :export: 43 :export: 85 :export: 97 :export: 109 :export: 112 :export: 121 :export: 140 :export: [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/ |
H A D | edk2-firmware.inc | 66 export PACKAGES_PATH = "${S}:${S}/edk2-platforms" 67 export WORKSPACE = "${B}" 68 export EDK_TOOLS_PATH = "${S}/BaseTools" 69 export PYTHON_COMMAND = "python3" 70 export CONF_PATH = "${S}/Conf" 72 export BTOOLS_PATH = "${EDK_TOOLS_PATH}/BinWrappers/PosixLike" 75 export GCC5_AARCH64_PREFIX = "${TARGET_PREFIX}" 76 export GCC5_ARM_PREFIX = "${TARGET_PREFIX}" 79 export CLANG38_AARCH64_PREFIX = "${TARGET_PREFIX}" 80 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"
|