Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/tools/
H A Dacpi_quirks2h.awk34 OUTPUT="acpi_quirks.h"
43 printf("/*\n") > OUTPUT;
45 > OUTPUT;
46 printf(" *\n") > OUTPUT;
48 printf(" * %s\n", VERSION) > OUTPUT;
49 printf(" */\n\n") > OUTPUT;
98 TABLE, CREATOR) > OUTPUT;
151 > OUTPUT;
156 > OUTPUT;
160 printf("\t{ NULL, 0 }\n") > OUTPUT;
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh114 OUTPUT=$(zfs program -j $TESTPOOL $TESTZCP $TESTDS $cmd 2>&1 |
116 if [ "$OUTPUT" != "${pos_cmds_out[$cnt]}" ]; then
117 log_note "Got :$OUTPUT"
139 OUTPUT=$(zfs program -j $cmd $TESTPOOL $TESTZCP $TESTDS 2>&1)
140 if [ "$OUTPUT" != "${neg_cmds_out[$cnt]}" ]; then
141 log_note "Got :$OUTPUT"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dzfs_unallow_001_neg.ksh57 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS/allowed | grep "Local+Descendent" )
58 if [ -z "$OUTPUT" ]
H A Dzfs_allow_001_neg.ksh61 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS | grep "Local+Descendent" )
62 if [ -n "$OUTPUT" ]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_008_pos.ksh71 OUTPUT=$(runat $TESTDIR/myfile.$$ ls ..)
72 if [ "$OUTPUT" != ".." ]
/f-stack/dpdk/doc/api/
H A Dmeson.build27 command: [generate_examples, join_paths(meson.source_root(), 'examples'), '@OUTPUT@'],
36 cdata.set('OUTPUT', join_paths(meson.build_root(), 'doc', 'api'))
55 command: [generate_doxygen, '@INPUT@', '@OUTPUT@', generate_css],
H A Ddoxy-api.conf.in109 OUTPUT_DIRECTORY = @OUTPUT@
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_001_pos.ksh54 OUTPUT=$(zpool set 2>&1 | grep -i usage)
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/
H A Dzpool_get_001_pos.ksh54 OUTPUT=$(zpool get 2>&1 | grep -i usage)
/f-stack/dpdk/kernel/linux/igb_uio/
H A Dmeson.build6 command: ['touch', '@OUTPUT@'])
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dluac.c27 #define OUTPUT PROGNAME ".out" /* default output file */ macro
32 static char Output[]={ OUTPUT }; /* default output file name */
/f-stack/dpdk/kernel/linux/kni/
H A Dmeson.build6 command: ['touch', '@OUTPUT@'])
/f-stack/dpdk/drivers/
H A Dmeson.build156 '@OUTPUT@', pmdinfogen],
177 command: [map_to_win_cmd, '@INPUT@', '@OUTPUT@'],
182 command: [map_to_win_cmd, '@INPUT@', '@OUTPUT@'],
/f-stack/dpdk/lib/
H A Dmeson.build150 command: [map_to_win_cmd, '@INPUT@', '@OUTPUT@'],
155 command: [map_to_win_cmd, '@INPUT@', '@OUTPUT@'],
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dste-href-ab8500.dtsi226 * Pins 26 and 35 muxed in as GPIO, and configured as OUTPUT LOW
H A Domap3-beagle-xm.dts213 … OMAP3_CORE1_IOPAD(0x21a0, PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx OUTPUT | MODE0 */
H A Dimx6q-display5.dtsi441 /* I2S OUTPUT AUD6*/
/f-stack/freebsd/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tm2-common.dtsi1035 PIN(OUTPUT, gpf1-5, NONE, FAST_SR1);
1062 PIN(OUTPUT, gpf5-4, NONE, FAST_SR1);
1158 PIN(OUTPUT, gpg0-0, NONE, FAST_SR1);
/f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/
H A Datmel,at91-pinctrl.txt101 OUTPUT (1 << 7): indicate this pin need to be configured as an output.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib2900 OUTPUT=$(zfs list -H -r -o mountpoint $1 | \
2903 ALTMOUNTPOOL="${ALTMOUNTPOOL}${OUTPUT}"