Searched full:foo* (Results 1 - 25 of 789) sorted by relevance

1234567891011>>

/src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_framebuffer.c995 * in-use fb with fb-id == 0. Userspace is allowed to shoot its own foot
/src/sys/external/bsd/drm2/dist/drm/i915/
H A DKconfig.debug5 # to shoot oneself in the foot iff they aim really hard
H A Di915_reg.h111 * #define FOO(pipe) _MMIO_PIPE(pipe, _FOO_A, _FOO_B)
112 * #define FOO_ENABLE REG_BIT(31)
113 * #define FOO_MODE_MASK REG_GENMASK(19, 16)
114 * #define FOO_MODE_BAR REG_FIELD_PREP(FOO_MODE_MASK, 0)
115 * #define FOO_MODE_BAZ REG_FIELD_PREP(FOO_MODE_MASK, 1)
116 * #define FOO_MODE_QUX_SNB REG_FIELD_PREP(FOO_MODE_MASK, 2)
/src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbc.c34 * variation-less patterns. It comes from keeping the memory footprint small
/src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c210 * foot.) Serialisation may just result in the request being inserted into
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_gem_gtt.c1798 * Our mission here is to fool the hardware to execute something
/src/sys/ufs/ext2fs/
H A Dext2fs_rename.c352 * parent we don't fool with the link count.
/src/sys/ufs/lfs/
H A Dlfs_rename.c815 * parent we don't fool with the link count.
/src/sys/ufs/ufs/
H A Dufs_rename.c367 * parent we don't fool with the link count.
/src/tests/bin/pax/
H A Dt_pax.sh35 touch foo bar
37 # store both foo and bar into file1.tar
39 pax -w -b 512 -x ustar -f file1.tar foo bar
41 # store foo into file2.tar, then append bar to file2.tar
43 pax -w -b 512 -x ustar -f file2.tar foo
69 mkdir foo foo/bar baz
70 chmod 111 foo
74 sh -c '{ cd foo/bar && exec pax; } <baz.tar'
86 mkdir foo fo
[all...]
/src/tests/bin/ps/
H A Dt_ps.sh202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \
219 atf_set "descr" "Checks simple cases of 'ps -o foo' to control which" \
221 "overriding via 'ps -o foo=BAR'"
248 "'ps -o foo=BAR'. This does not test columns " \
307 "overriding via 'ps -o foo=BAR -o baz='. This" \
348 atf_set "descr" "Tests the use of 'ps -o foo= -o bar=' (with a" \
/src/tests/bin/sh/
H A Dt_cmdsub.sh138 ${TEST_SH} -c 'echo __$( echo foo$(echo bar)bletch )__'
151 ${TEST_SH} -c 'echo __` echo foo\`echo bar\`bletch `__'
167 ${TEST_SH} -c 'echo __$( echo foo`echo bar`bletch )__'
169 ${TEST_SH} -c 'echo __` echo foo$(echo bar)bletch `__'
288 atf_check -s exit:0 -o match:'foo' -e empty \
289 ${TEST_SH} -c 'X=set; echo ${X+$(echo foo)}'
291 ${TEST_SH} -c 'X=set; echo ${X-$(echo foo)}'
294 ${TEST_SH} -c 'X=set; echo ${X-$(echo foo > bar)}'
297 ${TEST_SH} -c 'X=set; echo ${X+$(echo foo > bar)}'
306 atf_check -s exit:0 -o match:'foo'
[all...]
H A Dt_exit.sh57 foo=$(crud)
58 echo "${foo}-$?"
117 ${TEST_SH} -c "exit $N; echo FOO; echo BAR >&2"
H A Dt_expand.sh134 atf_check -s exit:0 -o inline:'>foobar<\n' -e empty \
136 ". ./h-f${f}; "'set -- ; delim_argv "foo$@bar"'
137 atf_check -s exit:0 -o inline:'>foobar<\n' -e empty \
139 ". ./h-f${f}; "'set -- ; delim_argv foo"$@"bar'
140 atf_check -s exit:0 -o inline:'>foo bar<\n' -e empty \
142 ". ./h-f${f}; "'set -- ; delim_argv "foo $@ bar"'
143 atf_check -s exit:0 -o inline:'>foo bar<\n' -e empty \
145 ". ./h-f${f}; "'set -- ; delim_argv foo" $@ "bar'
151 atf_check -s exit:0 -o inline:'>fooa< >b< >cbar<\n' -e empty \
153 ". ./h-f${f}; "'set -- a b c; delim_argv "foo
[all...]
H A Dt_option.sh345 echo foo
393 'unset X; set -u; echo ${X#foo}; echo ERR'
H A Dt_redir.sh625 ${TEST_SH} -c 'case x in (whatever) >foo;; esac'
628 ${TEST_SH} -c 'case x in (whatever) >foo 2>&1;; esac'
631 ${TEST_SH} -c 'case x in (whatever) >foo 2>&1 </dev/null;; esac'
644 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'echo foo>'
645 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'read foo<'
646 atf_check -s not-exit:0 -o empty -e not-empty ${TEST_SH} -c 'echo foo<>'
686 ${TEST_SH} -c ': > OutDir/stdout; printf foo'
688 ${TEST_SH} -c ': > OutDir/stdout || printf foo; printf bar'
691 atf-check -s exit:0 -o inline:foobar -e not-empty \
692 ${TEST_SH} -c '> OutDir/stdout || printf foo; print
[all...]
H A Dt_shift.sh233 for a in "1 1" "1 0" "1 2 3" "1 foo" "1 --" "-- 1 2" "-1 2"
H A Dt_syntax.sh84 atf_check -s exit:0 -o 'inline:foo\n' -e empty ${TEST_SH} -c \
85 'echo foo # bar'
86 atf_check -s exit:0 -o 'inline:foo # bar\n' -e empty ${TEST_SH} -c \
87 'echo foo \# bar'
88 atf_check -s exit:0 -o 'inline:foo\n' -e empty ${TEST_SH} -c \
89 'echo foo; # echo bar'
90 atf_check -s exit:0 -o 'inline:foo#bar\n' -e empty ${TEST_SH} -c \
91 'echo foo#bar'
92 atf_check -s exit:0 -o 'inline:foo# bar\n' -e empty ${TEST_SH} -c \
93 'echo foo# ba
[all...]
H A Dt_varquote.sh58 foo='${a:-foo}'
59 check "$foo" '${a:-foo}'
61 foo="${a:-foo}"
62 check "$foo" "foo"
64 foo=${a:-"'{}'"}
65 check "$foo" "'{}'"
[all...]
/src/tests/bin/tar/
H A Dt_tar.sh35 touch foo bar
37 # store both foo and bar into file1.tar
38 atf_check -s exit:0 -o empty -e empty tar -cf file1.tar foo bar
40 # store foo into file2.tar, then append bar to file2.tar
41 atf_check -s exit:0 -o empty -e empty tar -cf file2.tar foo
/src/tests/fs/hfs/
H A Dt_pathconvert.c32 #define FUNNY_FILENAME "foo:bar"
/src/tests/fs/tmpfs/
H A Dt_devices.sh48 echo foo >null
H A Dt_exec.sh42 atf_check -s exit:0 -o empty -e empty ./cp cp foo
H A Dt_pipes.sh41 echo -n foo >pipe &
42 [ "$(cat pipe)" = foo ] || atf_fail "Received data is incorrect"
H A Dt_read_write.sh41 echo foo >a || atf_fail "Failed to write to file"
73 echo foo >d

Completed in 429 milliseconds

1234567891011>>