Home
last modified time | relevance | path

Searched refs:FILENAME (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/
H A Dqemu-img-cmds.hx17 …end [--object OBJECTDEF] [--image-opts] [-p] [-q] [-f FMT] [-t CACHE] [--force] -o OPTIONS FILENAME
23 … [-o OFFSET] [--pattern=PATTERN] [-q] [-s BUFFER_SIZE] [-S STEP_SIZE] [-t CACHE] [-w] [-U] FILENAME
29 …FILE [-F SOURCE_FMT]] [-g GRANULARITY] [--object OBJECTDEF] [--image-opts | -f FMT] FILENAME BITMAP
35 …CTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | all]] [-T SRC_CACHE] [-U] FILENAME
41 …ect OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_LIMIT] [-d] [-p] FILENAME
53 …] [-S SPARSE_SIZE] [-r RATE_LIMIT] [-m NUM_COROUTINES] [-W] [--salvage] FILENAME [FILENAME2 [...]]…
59 …bject OBJECTDEF] [-q] [-f FMT] [-b BACKING_FILE [-F BACKING_FMT]] [-u] [-o OPTIONS] FILENAME [SIZE]
71 …: info [--object OBJECTDEF] [--image-opts] [-f FMT] [--output=OFMT] [--backing-chain] [-U] FILENAME
77 …F] [--image-opts] [-f FMT] [--start-offset=OFFSET] [--max-length=LEN] [--output=OFMT] [-U] FILENAME
83 …[-o OPTIONS] [--size N | [--object OBJECTDEF] [--image-opts] [-f FMT] [-l SNAPSHOT_PARAM] FILENAME]
[all …]
/openbmc/linux/tools/testing/selftests/exec/
H A Drecursion-depth.c47 #define FILENAME "/tmp/1" in main() macro
49 int fd = creat(FILENAME, 0700); in main()
54 #define S "#!" FILENAME "\n" in main()
61 int rv = execve(FILENAME, NULL, NULL); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/quilt/quilt/
H A Dtest.sh16 for FILENAME in $TESTS; do
17 TESTNAME=$(basename $FILENAME .test)
18 ./test/run $FILENAME
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm7xx-bootblock_10.10.19.bb7 FILENAME = "Poleg_bootblock_${PV}.bin"
15 …releases/download/BootBlock_${PV}/Poleg_bootblock_basic.bin;downloadfilename=${FILENAME};name=bin \
24 install -D -m 644 ${UNPACKDIR}/${FILENAME} ${DEPLOYDIR}/Poleg_bootblock.bin
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/
H A Dtexinfo-dummy-native.bb21 FILENAME="${D}${base_bindir}/$1"
23 cp -T "${S}/template.py" "$FILENAME"
24 chmod +x $FILENAME
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-bison-flex-Add-flags-for-carrying-user-specified-par.patch27 "${CMAKE_CURRENT_SOURCE_DIR}/${FILENAME}"
38 "${CMAKE_CURRENT_SOURCE_DIR}/${FILENAME}"
39 DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/${FILENAME}")
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst46 *FILENAME* is a disk image filename.
81 Indicates that the source *FILENAME* parameter is to be interpreted as a
265 …end [--object OBJECTDEF] [--image-opts] [-p] [-q] [-f FMT] [-t CACHE] [--force] -o OPTIONS FILENAME
268 *FILENAME*. Not all file formats support this operation.
277 … [-o OFFSET] [--pattern=PATTERN] [-q] [-s BUFFER_SIZE] [-S STEP_SIZE] [-t CACHE] [-w] [-U] FILENAME
304 …FILE [-F SOURCE_FMT]] [-g GRANULARITY] [--object OBJECTDEF] [--image-opts | -f FMT] FILENAME BITMAP
307 in the disk image *FILENAME*. The various modifications are:
328 …CTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | all]] [-T SRC_CACHE] [-U] FILENAME
330 Perform a consistency check on the disk image *FILENAME*. The command can
361 …ect OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_LIMIT] [-d] [-p] FILENAME
[all …]
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0001-make_exports.awk-not-expose-the-path.patch23 - printf(" * %s\n", FILENAME)
24 + file = FILENAME
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/
H A D0001-fix-lsb_release-to-work-with-busybox-head-and-find.patch17 - TMP_DISTRIB_DESC=$(head -1 $FILENAME 2>/dev/null)
18 + TMP_DISTRIB_DESC=$(head -n 1 $FILENAME 2>/dev/null)
/openbmc/linux/scripts/
H A Dcheck-sysctl-docs103 if (debug) print "Processing file " FILENAME
140 file[curentry] = FILENAME
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc983 FILENAME="$TEST_IMG"
985 FILENAME="$TEST_IMG_FILE"
987 if ! truncate --size="$1" "$FILENAME"; then
990 rm "$FILENAME"
/openbmc/linux/scripts/genksyms/
H A Dlex.l55 ^#[ \t]+{INT}[ \t]+\"[^\"\n]+\".*\n return FILENAME;
143 else if (token == FILENAME)
H A Dparse.y111 %token FILENAME
/openbmc/linux/arch/arm/tools/
H A Dgen-mach-types27 printf(" * This was automagically generated from %s!\n", FILENAME);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-usage2c.awk-fix-wrong-basename-regexp.patch28 command_name = FILENAME;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch23 # RELATIVE_URL - if set, then URL is treated as a base, and FILENAME will be appended to it
/openbmc/openbmc/poky/meta/classes-global/
H A Dutils.bbclass168 # Usage: create_cmdline_wrapper FILENAME <extra-options>
199 # Usage: create_cmdline_wrapper FILENAME <extra-options>
235 # Usage: create_wrapper FILENAME [[VAR=VALUE]..]
H A Dsstate.bbclass1103 …ndees is a dict of tasks which depend on task, each being a 3 item list of [PN, TASKNAME, FILENAME]
/openbmc/u-boot/board/Barix/ipam390/
H A Dipam390-ais-uart.cfg200 ;FILENAME=u-boot.bin
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dmain.py.in64 # parser.add_option("--annotate-file", dest="annotate_file", metavar="FILENAME", default=None,
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass152 …ndees is a dict of tasks which depend on task, each being a 3 item list of [PN, TASKNAME, FILENAME]
/openbmc/qemu/docs/
H A Dqdev-device-use.txt130 -usbdevice disk:format=FMT:FILENAME
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch975 - * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL. This
3808 -/* Load the message catalogs specified by FILENAME. If it is no valid
3826 - /* If the record does not represent a valid locale the FILENAME