Searched refs:check_error (Results 1 – 2 of 2) sorted by relevance
/freebsd/share/examples/sound/oss/ |
H A D | audio.c | 88 check_error(const int value, const char *message) in check_error() function 149 check_error(config->fd, "open"); in oss_init() 154 check_error(error, "SNDCTL_ENGINEINFO"); in oss_init() 184 check_error(error, "SNDCTL_DSP_CHANNELS"); in oss_init() 195 check_error(error, "SNDCTL_DSP_SETFMT"); in oss_init() 204 check_error(error, "SNDCTL_DSP_SPEED"); in oss_init() 208 check_error(error, "SNDCTL_DSP_GETCAPS"); in oss_init() 238 check_error(error, "SNDCTL_DSP_SETFRAGMENT"); in oss_init() 242 check_error(error, "SNDCTL_DSP_GETOSPACE"); in oss_init()
|
/freebsd/usr.sbin/cron/crontab/ |
H A D | crontab.c | 58 check_error(const char *), 297 check_error(const char *msg) in check_error() function 554 e = load_entry(tmp, check_error, pw, envp);
|