Home
last modified time | relevance | path

Searched refs:check_error (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/share/examples/sound/
H A Dossinit.h86 check_error(const int value, const char *message) in check_error() function
151 check_error(config->fd, "open"); in oss_init()
156 check_error(error, "SNDCTL_ENGINEINFO"); in oss_init()
186 check_error(error, "SNDCTL_DSP_CHANNELS"); in oss_init()
197 check_error(error, "SNDCTL_DSP_SETFMT"); in oss_init()
206 check_error(error, "SNDCTL_DSP_SPEED"); in oss_init()
210 check_error(error, "SNDCTL_DSP_GETCAPS"); in oss_init()
247 check_error(error, "SNDCTL_DSP_SETFRAGMENT"); in oss_init()
251 check_error(error, "SNDCTL_DSP_GETOSPACE"); in oss_init()
/freebsd-13.1/usr.sbin/cron/crontab/
H A Dcrontab.c72 check_error(char *),
311 check_error(msg) in check_error() function
564 e = load_entry(tmp, check_error, pw, envp);
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c87 static void check_error(apr_dbd_t *a, const char *step, SQLRETURN rc,
89 #define CHECK_ERROR(a,s,r,t,h) check_error(a,s,r,t,h, __LINE__)
928 static void check_error(apr_dbd_t *dbc, const char *step, SQLRETURN rc, in check_error() function