Home
last modified time | relevance | path

Searched refs:xrun (Results 1 - 16 of 16) sorted by relevance

/third_party/toybox/toys/pending/
H A Duseradd.c107 if (xrun((char *[]){"groupadd", *toys.optargs, s, 0})) in useradd_main()
140 toys.exitval = xrun((char *[]){"cp", "-R", skel, p, 0}); in useradd_main()
141 else toys.exitval = xrun((char *[]){"mkdir", "-p", p, 0}); in useradd_main()
143 toys.exitval |= xrun((char *[]){"chown", "-R", in useradd_main()
151 if (xrun((char *[]){"passwd", pwd.pw_name, 0})) error_exit("passwd"); in useradd_main()
155 if (xrun((char *[]){"groupadd", *toys.optargs, TT.u_grp, 0})) in useradd_main()
H A Dmdev.c65 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0}); in make_device()
/third_party/toybox/toys/other/
H A Dnsenter.c140 toys.exitval = xrun(toys.optargs); in unshare_main()
165 toys.exitval = xrun(toys.optargs); in unshare_main()
H A Dinotifyd.c107 xrun(prog_args); in inotifyd_main()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c434 if (loop->xrun) in xrun_profile()
484 if (loop->xrun) in xrun_stats()
645 static int xrun(struct loopback_handle *lhandle) in xrun() function
672 return xrun(lhandle); in suspend()
684 return xrun(lhandle); in readit()
712 err = xrun(lhandle); in readit()
748 if ((err = xrun(lhandle)) < 0) in writeit()
768 if ((err = xrun(lhandle)) < 0) in writeit()
839 snd_output_printf(loop->output, "%s: xrun sync %i %i\n", loop->id, capt->xrun_pending, play->xrun_pending); in xrun_sync()
1019 snd_output_printf(loop->output, "%s: xrun syn in xrun_sync()
[all...]
H A Dalsaloop.h164 /* xrun profiling */
165 unsigned int xrun:1; /* xrun profiling */ member
H A Dalsaloop.c204 "-U,--xrun xrun profiling\n" in help()
216 "Tip #1 (usable 500ms latency, good CPU usage, superb xrun prevention):\n" in help()
388 {"xrun", 0, NULL, 'U'}, in parse_config()
628 loop->xrun = arg_xrun; in parse_config()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dmount.c196 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0}); in mount_filesystem()
/third_party/toybox/toys/lsb/
H A Dmount.c209 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0}); in mount_filesystem()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dcp.c492 if (FLAG(s) && xrun((char *[]){"strip", "-p", TT.destname, 0})) in install_node()
/third_party/toybox/toys/posix/
H A Dcp.c488 if (FLAG(s) && xrun((char *[]){"strip", "-p", TT.destname, 0})) in install_node()
H A Dfind.c137 rc = xrun(newargs); in flush_exec()
/third_party/alsa-utils/aplay/
H A Daplay.c233 "-T, --stop-delay=# delay for automatic PCM stop is # microseconds from xrun\n" in usage()
1680 static void xrun(void) function
1723 error(_("xrun: prepare error: %s"), snd_strerror(res));
1736 error(_("xrun(DRAINING): prepare error: %s"), snd_strerror(res));
2174 xrun();
2222 xrun();
2268 xrun();
2315 xrun();
/third_party/toybox/lib/
H A Dlib.h148 int xrun(char **argv);
H A Dxwrap.c353 int xrun(char **argv) in xrun() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h143 int xrun(char **argv);

Completed in 15 milliseconds