Home
last modified time | relevance | path

Searched full:export (Results 1 – 25 of 3466) sorted by relevance

12345678910>>...139

/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/state/phosphor-state-manager/
H A Dpower-cmd3 export POWER_BTN_HIGH=0xFF
4 export POWER_BTN_LOW=0xFE
5 export RESET_BTN_HIGH=0xFF
6 export RESET_BTN_LOW=0xFD
7 export power_seq=( "$POWER_BTN_HIGH" "$POWER_BTN_LOW" "$POWER_BTN_HIGH" )
8 export reset_seq=( "$RESET_BTN_HIGH" "$RESET_BTN_LOW" "$RESET_BTN_HIGH")
9 export SERVICE="xyz.openbmc_project.Ipmi.Channel.Ipmb"
10 export OBJECT_PATH="/xyz/openbmc_project/Ipmi/Channel/Ipmb"
11 export INTERFACE="org.openbmc.Ipmb"
12 export DATA_LEN=0x05
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D308.out24 {'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 D30852 _supported_proto file # We create the FUSE export manually
55 # $1: Export ID
58 # $4: Node to export (defaults to 'node-format')
63 # on the first mount attempt, so our export code cannot hide it.)
65 "{'execute': 'block-export-add',
77 # $1: Export ID
82 "{'execute': 'block-export-del',
93 # $1: Protocol node export mount point
101 echo 'ERROR: Length of export and original differ:' >&2
104 echo '(OK: Lengths of export and original are the same)' >&2
[all …]
H A D307.out10 === 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 D3072 # 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/qemu/qapi/
H A Dblock-export.json83 # An NBD block export (common options shared between nbd-server-add
84 # and the NBD branch of block-export-add).
86 # @name: Export name. If unspecified, the @device parameter is used
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.
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtoolchain-scripts.bbclass17 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 Dgo.bbclass12 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 Dcross.bbclass29 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/drivers/pwm/
H A Dsysfs.c31 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/linux/Documentation/filesystems/
H A Dapi-summary.rst21 :export:
30 :export:
33 :export:
39 :export:
45 :export:
54 :export:
57 :export:
60 :export:
63 :export:
66 :export:
[all …]
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dpower-cmd6 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 Dexport.c2 * 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()
88 if (!id_wellformed(export->id)) { in blk_exp_add()
89 error_setg(errp, "Invalid block 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()
[all …]
/openbmc/linux/Documentation/networking/
H A Dkapi.rst24 :export:
27 :export:
30 :export:
33 :export:
36 :export:
42 :export:
51 :export:
54 :export:
60 :export:
63 :export:
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.107.bb63 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/linux/samples/pktgen/
H A Dparameters.sh33 export DEV=$OPTARG
37 export PKT_SIZE=$OPTARG
41 export DEST_IP=$OPTARG
45 export DST_MAC=$OPTARG
49 export DST_PORT=$OPTARG
53 export F_THREAD=$OPTARG
57 export THREADS=$OPTARG
61 export CLONE_SKB=$OPTARG
65 export COUNT=$OPTARG
69 export BURST=$OPTARG
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dfuse-allow-other.out9 {'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/linux/Documentation/driver-api/pci/
H A Dpci.rst5 :export:
8 :export:
11 :export:
14 :export:
17 :export:
20 :export:
23 :export:
26 :export:
29 :export:
32 :export:
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-common.inc28 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 …]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-configure-common.inc53 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 Dgcc-cross-canadian.inc30 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 D0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch38 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/openbmc/meta-arm/meta-arm/recipes-bsp/uefi/
H A Dedk2-firmware.inc66 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/linux/Documentation/core-api/
H A Dkernel-api.rst25 :export:
31 :export:
34 :export:
43 :export:
85 :export:
97 :export:
109 :export:
112 :export:
121 :export:
140 :export:
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dinfiniband.rst17 :export:
20 :export:
23 :export:
26 :export:
29 :export:
32 :export:
35 :export:
38 :export:
41 :export:
44 :export:
[all …]

12345678910>>...139