Home
last modified time | relevance | path

Searched refs:quiet (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/OK3568_Linux_fs/u-boot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped40 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
44 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors,
68 def check_err(val, quiet=()):
75 quiet: Errors to ignore (empty to raise on all errors)
84 if -val not in quiet:
88 def check_err_null(val, quiet=()):
96 quiet: Errors to ignore (empty to raise on all errors)
103 is not in @quiet.
108 if -val not in quiet:
124 behaviour a 'quiet' parameter is provided for some functions. This
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/
H A Dmakedbs.sh26 makedb --quiet -o $target -
51 makedb --quiet -o $target -
63 makedb --quiet -o $target -
77 makedb --quiet -o $target -
91 makedb --quiet -o $target -
110 makedb --quiet -o $target -
122 (umask 077 && makedb --quiet -o $target -)
145 (umask 077 && makedb --quiet -o $target -)
175 makedb --quiet -o $target
/OK3568_Linux_fs/buildroot/package/read-edid/
H A D0003-fix-build-with-gcc-10.patch3 Define quiet as static to avoid the following build failure with gcc 10
6 …n/ld: CMakeFiles/get-edid.dir/i2c.c.o:(.bss+0x0): multiple definition of `quiet'; CMakeFiles/get-e…
20 #define display(...) if (quiet == 0) { fprintf(stderr, __VA_ARGS__); }
21 -int quiet;
22 +static int quiet;
33 -int quiet=0;
34 +static int quiet=0;
45 -int quiet;
46 +static int quiet;
48 #define display(...) if (quiet == 0) { fprintf(stderr, __VA_ARGS__); }
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A DMakefile25 @$($(quiet)gen_rst)
28 @$($(quiet)gen_rst)
31 @$($(quiet)gen_rst)
34 @$($(quiet)gen_rst)
37 @$($(quiet)gen_rst)
40 @$($(quiet)gen_rst)
43 @$($(quiet)gen_rst)
46 @$($(quiet)gen_rst)
49 @$($(quiet)gen_rst)
52 @$($(quiet)gen_rst)
/OK3568_Linux_fs/external/mpp/test/
H A Dmpi_dec_mt_test.c57 RK_U32 quiet; member
67 RK_U32 quiet = data->quiet; in thread_input() local
69 mpp_log_q(quiet, "put packet thread start\n"); in thread_input()
87 mpp_log_q(quiet, "%p loop again\n", ctx); in thread_input()
91 mpp_log_q(quiet, "%p found last packet\n", ctx); in thread_input()
112 mpp_log_q(quiet, "put packet thread end\n"); in thread_input()
123 RK_U32 quiet = data->quiet; in thread_output() local
125 mpp_log_q(quiet, "get frame thread start\n"); in thread_output()
151 mpp_log_q(quiet, "decode_get_frame get info changed found\n"); in thread_output()
152 mpp_log_q(quiet, "decoder require buffer w:h [%d:%d] stride [%d:%d] size %d\n", in thread_output()
[all …]
H A Dmpi_dec_multi_test.c58 RK_U32 quiet; member
87 RK_U32 quiet = data->quiet; in multi_dec_simple() local
97 mpp_log_q(quiet, "%p loop again\n", ctx); in multi_dec_simple()
101 mpp_log_q(quiet, "%p found last packet\n", ctx); in multi_dec_simple()
155 mpp_log_q(quiet, "decode_get_frame get info changed found\n"); in multi_dec_simple()
156 … mpp_log_q(quiet, "decoder require buffer w:h [%d:%d] stride [%d:%d] buf_size %d", in multi_dec_simple()
207 mpp_log_q(quiet, "decoder_get_frame get err info:%d discard:%d.\n", in multi_dec_simple()
211 mpp_log_q(quiet, "decode_get_frame get frame %d\n", in multi_dec_simple()
271 RK_U32 quiet = data->quiet; in multi_dec_advanced() local
337 mpp_log_q(quiet, "%p decoded frame %d\n", ctx, data->frame_count); in multi_dec_advanced()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/read-edid/read-edid/
H A D0001-get-edid-define-quiet-once.patch4 Subject: [PATCH] get-edid: define quiet once
23 #define display(...) if (quiet == 0) { fprintf(stderr, __VA_ARGS__); }
24 -int quiet;
25 +extern int quiet;
37 -int quiet;
38 +extern int quiet;
40 #define display(...) if (quiet == 0) { fprintf(stderr, __VA_ARGS__); }
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/sthttpd/sthttpd/
H A Dinit21 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
26 start-stop-daemon --stop --quiet --exec $thttpd
30 start-stop-daemon --stop --quiet --signal 1 --exec $thttpd
34 start-stop-daemon --stop --quiet --exec $thttpd -- -C @@CONFFILE
44 start-stop-daemon --start --quiet --exec $thttpd -- -C @@CONFFILE
/OK3568_Linux_fs/buildroot/support/download/
H A Dhg18 quiet=
21 q) quiet=-q;;
36 if [ -z "${quiet}" ]; then
46 _hg clone ${quiet} "${@}" --noupdate "'${uri}'" "'${basename}'"
48 _plain_hg archive ${quiet} --repository "'${basename}'" --type tgz \
H A Dscp17 quiet=
20 q) quiet=-q;;
34 if [ -z "${quiet}" ]; then
47 _scp ${quiet} "${@}" "'${uri}/${filename}'" "'${output}'"
H A Dwget18 quiet=
21 q) quiet=-q;;
36 if [ -z "${quiet}" ]; then
50 _wget ${quiet} "${@}" -O "'${output}'" "'${url}/${filename}'"
H A Dsvn25 quiet=
28 q) quiet=-q;;
43 if [ -z "${quiet}" ]; then
53 _svn export --ignore-keywords ${quiet} "${@}" "'${uri}@${rev}'" "'${basename}'"
H A Dbzr20 quiet=-q
23 q) quiet=-q;;
38 if [ -z "${quiet}" ]; then
64 _bzr export ${quiet} --root="'${basename}/'" --format=tgz \
H A Dgit53 quiet=
57 q) quiet=-q; exec >/dev/null;;
82 if [ -z "${quiet}" ]; then
146 if ! _git rev-parse --quiet --verify "'${cset}^{commit}'" >/dev/null 2>&1; then
175 _git submodule --quiet foreach "'${cmd}'"
201 for module_dir in $( _plain_git submodule --quiet foreach "'${cmd}'" ); do
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.init15 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
20 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
24 start-stop-daemon --stop --quiet --signal 1 --exec /usr/sbin/lircd
28 start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
31 start-stop-daemon --start --quiet --exec /usr/sbin/lircd -- --device=/dev/lirc0
H A Dlircexec.init16 start-stop-daemon --start --quiet --exec /usr/bin/irexec -- --daemon
21 start-stop-daemon --stop --quiet --exec /usr/bin/irexec
26 start-stop-daemon --stop --quiet --exec /usr/bin/irexec
29 start-stop-daemon --start --quiet --exec /usr/bin/irexec -- --daemon
/OK3568_Linux_fs/kernel/tools/hv/
H A Dvmbus_testing84 set_test_state(state_path, dev_state.on.value, args.quiet)
91 args.quiet)
94 args.quiet)
203 def set_test_state(state_path, state_value, quiet): argument
207 if (not quiet):
211 if (not quiet):
224 def set_delay_values(device, file_map, delay_length, quiet): argument
235 if (not quiet):
249 def set_delay_all_devices(file_map, delay, quiet): argument
254 quiet)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dinitscript27 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $syslog_ng
32 start-stop-daemon --stop --quiet --pidfile $PIDFILE
36 start-stop-daemon --stop --quiet --signal 1 --exec $syslog_ng
40 start-stop-daemon --stop --quiet --pidfile $PIDFILE
50 start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $syslog_ng
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx.init20 start-stop-daemon --start --quiet --pidfile $PID \
26 start-stop-daemon -K --quiet --pidfile $PID \
32 start-stop-daemon -K --quiet --pidfile $PID \
35 start-stop-daemon --start --quiet --pidfile $PID \
41 start-stop-daemon --stop --signal HUP --quiet --pidfile $PID \
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dscan.c58 int offs, int quiet) in ubifs_scan_a_node() argument
79 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1)) in ubifs_scan_a_node()
90 if (!quiet) { in ubifs_scan_a_node()
100 if (!quiet) in ubifs_scan_a_node()
255 int offs, void *sbuf, int quiet) in ubifs_scan() argument
274 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan()
314 if (!quiet) in ubifs_scan()
327 if (!quiet) in ubifs_scan()
336 if (!quiet) { in ubifs_scan()
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dscan.c63 int offs, int quiet) in ubifs_scan_a_node() argument
84 if (ubifs_check_node(c, buf, lnum, offs, quiet, 1)) in ubifs_scan_a_node()
95 if (!quiet) { in ubifs_scan_a_node()
105 if (!quiet) in ubifs_scan_a_node()
261 int offs, void *sbuf, int quiet) in ubifs_scan() argument
280 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in ubifs_scan()
320 if (!quiet) in ubifs_scan()
333 if (!quiet) in ubifs_scan()
342 if (!quiet) { in ubifs_scan()
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dpatchtest.sh29 git clone $REPOREMOTE $REPODIR --quiet
31 ( cd $REPODIR; git pull --quiet )
72 virtualenv $PTENV --quiet
82 pip install -r $PT/requirements.txt --quiet
83 pip install -r $PTOE/requirements.txt --quiet
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dinit-redis-server21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
31 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/redis/redis-7/
H A Dinit-redis-server21 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
25 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
29 start-stop-daemon --stop --quiet --exec /usr/bin/redis-server
31 start-stop-daemon --start --quiet --exec /usr/bin/redis-server -- $ARGS
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/firewalld/files/
H A Dfirewalld.init21 start-stop-daemon --start --quiet --exec $firewalld
26 start-stop-daemon --stop --quiet --pidfile $pidfile
31 start-stop-daemon --stop --quiet --pidfile $pidfile
34 start-stop-daemon --start --quiet --exec $firewalld

12345678910>>...17