| /f-stack/freebsd/tools/ |
| H A D | acpi_quirks2h.awk | 34 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 D | zfs_program_json.ksh | 114 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 D | zfs_unallow_001_neg.ksh | 57 OUTPUT=$(zfs allow $TESTPOOL/$TESTFS/allowed | grep "Local+Descendent" ) 58 if [ -z "$OUTPUT" ]
|
| H A D | zfs_allow_001_neg.ksh | 61 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 D | xattr_008_pos.ksh | 71 OUTPUT=$(runat $TESTDIR/myfile.$$ ls ..) 72 if [ "$OUTPUT" != ".." ]
|
| /f-stack/dpdk/doc/api/ |
| H A D | meson.build | 27 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 D | doxy-api.conf.in | 109 OUTPUT_DIRECTORY = @OUTPUT@
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/ |
| H A D | zpool_set_001_pos.ksh | 54 OUTPUT=$(zpool set 2>&1 | grep -i usage)
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_get/ |
| H A D | zpool_get_001_pos.ksh | 54 OUTPUT=$(zpool get 2>&1 | grep -i usage)
|
| /f-stack/dpdk/kernel/linux/igb_uio/ |
| H A D | meson.build | 6 command: ['touch', '@OUTPUT@'])
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luac.c | 27 #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 D | meson.build | 6 command: ['touch', '@OUTPUT@'])
|
| /f-stack/dpdk/drivers/ |
| H A D | meson.build | 156 '@OUTPUT@', pmdinfogen], 177 command: [map_to_win_cmd, '@INPUT@', '@OUTPUT@'], 182 command: [map_to_win_cmd, '@INPUT@', '@OUTPUT@'],
|
| /f-stack/dpdk/lib/ |
| H A D | meson.build | 150 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 D | ste-href-ab8500.dtsi | 226 * Pins 26 and 35 muxed in as GPIO, and configured as OUTPUT LOW
|
| H A D | omap3-beagle-xm.dts | 213 … OMAP3_CORE1_IOPAD(0x21a0, PIN_OUTPUT | MUX_MODE0) /* uart3_tx_irtx.uart3_tx_irtx OUTPUT | MODE0 */
|
| H A D | imx6q-display5.dtsi | 441 /* I2S OUTPUT AUD6*/
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/exynos/ |
| H A D | exynos5433-tm2-common.dtsi | 1035 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 D | atmel,at91-pinctrl.txt | 101 OUTPUT (1 << 7): indicate this pin need to be configured as an output.
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 2900 OUTPUT=$(zfs list -H -r -o mountpoint $1 | \ 2903 ALTMOUNTPOOL="${ALTMOUNTPOOL}${OUTPUT}"
|