/third_party/toybox/toys/pending/ |
H A D | useradd.c | 107 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 D | mdev.c | 65 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0}); in make_device()
|
/third_party/toybox/toys/other/ |
H A D | nsenter.c | 140 toys.exitval = xrun(toys.optargs); in unshare_main() 165 toys.exitval = xrun(toys.optargs); in unshare_main()
|
H A D | inotifyd.c | 107 xrun(prog_args); in inotifyd_main()
|
/third_party/alsa-utils/alsaloop/ |
H A D | pcmjob.c | 434 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 D | alsaloop.h | 164 /* xrun profiling */ 165 unsigned int xrun:1; /* xrun profiling */ member
|
H A D | alsaloop.c | 204 "-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 D | mount.c | 196 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0}); in mount_filesystem()
|
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 209 toys.exitval |= xrun((char *[]){"swapon", "--", dev, 0}); in mount_filesystem()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | cp.c | 492 if (FLAG(s) && xrun((char *[]){"strip", "-p", TT.destname, 0})) in install_node()
|
/third_party/toybox/toys/posix/ |
H A D | cp.c | 488 if (FLAG(s) && xrun((char *[]){"strip", "-p", TT.destname, 0})) in install_node()
|
H A D | find.c | 137 rc = xrun(newargs); in flush_exec()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 233 "-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 D | lib.h | 148 int xrun(char **argv);
|
H A D | xwrap.c | 353 int xrun(char **argv) in xrun() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 143 int xrun(char **argv);
|