Searched refs:Perror (Results 1 – 3 of 3) sorted by relevance
/third_party/alsa-utils/alsactl/ |
D | init_parse.c | 81 static void Perror(struct space *space, const char *fmt, ...) in Perror() function 237 Perror(space, "unknown cardinfo{} attribute '%s'", attr); in cardinfo_get() 330 Perror(space, "unknown element type '%i'", type); in get_ctl_value() 447 Perror(space, "wrong enum identifier '%s'", value); in set_ctl_value() 463 Perror(space, "bad ctl value hexa length (should be %u bytes)", count); in set_ctl_value() 470 Perror(space, "bad ctl hexa value"); in set_ctl_value() 478 Perror(space, "unknown element type '%i'", type); in set_ctl_value() 483 Perror(space, "missing some ctl values (line %i)", space->linenum); in set_ctl_value() 741 Perror(space, "unknown ctl{} attribute '%s'", attr); in elemid_get() 788 Perror(space, "unknown control interface name '%s'", value); in elemid_set() [all …]
|
D | init_utils_run.c | 74 Perror(space, "pipe failed: %s", strerror(errno)); in run_program0() 80 Perror(space, "pipe failed: %s", strerror(errno)); in run_program0() 111 Perror(space, "open /dev/null failed: %s", strerror(errno)); in run_program0() 123 Perror(space, "exec of program '%s' failed", argv[0]); in run_program0() 126 Perror(space, "fork of '%s' failed: %s", argv[0], strerror(errno)); in run_program0() 169 Perror(space, "stdin read failed: %s", strerror(errno)); in run_program0() 182 Perror(space, "ressize %ld too short", (long)ressize); in run_program0() 203 Perror(space, "stderr read failed: %s", strerror(errno)); in run_program0() 232 Perror(space, "'%s' abnormal exit", argv[0]); in run_program0()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
D | tinjpage.c | 48 #define Perror(x) failure++, perror(x) macro 171 Perror("madvise"); in inject_madvise()
|