Home
last modified time | relevance | path

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

/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/qemu/
H A Dqemu-img-cmds.hx15 …end [--object OBJECTDEF] [--image-opts] [-p] [-q] [-f FMT] [-t CACHE] [--force] -o OPTIONS FILENAME
27 …FILE [-F SOURCE_FMT]] [-g GRANULARITY] [--object OBJECTDEF] [--image-opts | -f FMT] FILENAME BITMAP
33 …CTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | all]] [-T SRC_CACHE] [-U] FILENAME
39 …ect OBJECTDEF] [--image-opts] [-q] [-f FMT] [-t CACHE] [-b BASE] [-r RATE_LIMIT] [-d] [-p] FILENAME
57 …bject OBJECTDEF] [-q] [-f FMT] [-b BACKING_FILE [-F BACKING_FMT]] [-u] [-o OPTIONS] FILENAME [SIZE]
69 …: info [--object OBJECTDEF] [--image-opts] [-f FMT] [--output=OFMT] [--backing-chain] [-U] FILENAME
75 …F] [--image-opts] [-f FMT] [--start-offset=OFFSET] [--max-length=LEN] [--output=OFMT] [-U] FILENAME
81 …[-o OPTIONS] [--size N | [--object OBJECTDEF] [--image-opts] [-f FMT] [-l SNAPSHOT_PARAM] FILENAME]
87 …-object OBJECTDEF] [--image-opts] [-U] [-q] [-l | -a SNAPSHOT | -c SNAPSHOT | -d SNAPSHOT] FILENAME
93 …U] [-q] [-f FMT] [-t CACHE] [-T SRC_CACHE] [-p] [-u] [-c] -b BACKING_FILE [-F BACKING_FMT] FILENAME
[all …]
/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"
14 …releases/download/BootBlock_${PV}/Poleg_bootblock_basic.bin;downloadfilename=${FILENAME};name=bin \
23 install -D -m 644 ${WORKDIR}/${FILENAME} ${DEPLOYDIR}/Poleg_bootblock.bin
/openbmc/openbmc/poky/meta/recipes-extended/texinfo-dummy-native/
H A Dtexinfo-dummy-native.bb20 FILENAME="${D}${base_bindir}/$1"
22 cp -T "${S}/template.py" "$FILENAME"
23 chmod +x $FILENAME
/openbmc/qemu/docs/tools/
H A Dqemu-img.rst46 *FILENAME* is a disk image filename.
268 *FILENAME*. Not all file formats support this operation.
307 in the disk image *FILENAME*. The various modifications are:
372 *FILENAME* by specifying the ``-d`` flag.
472 Create the new disk image *FILENAME* of size *SIZE* and format
482 the directory containing *FILENAME*.
508 Give information about the disk image *FILENAME*. Use it in
616 the backing file of the backing file of *FILENAME*.
668 List, apply, create or delete snapshots in image *FILENAME*.
682 the directory containing *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/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/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/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.bbclass1123 …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