Home
last modified time | relevance | path

Searched refs:LOG_CRIT (Results 1 – 24 of 24) sorted by relevance

/third_party/alsa-utils/alsaloop/
Dalsaloop.c240 logit(LOG_CRIT, "No enough memory\n"); in add_loop()
288 logit(LOG_CRIT, "Wrong mixer control ID syntax '%s'\n", *mixers); in add_mixers()
293 logit(LOG_CRIT, "Wrong mixer control ID syntax '%s'\n", str1 ? str1 + 1 : *mixers); in add_mixers()
331 logit(LOG_CRIT, "Not enough memory"); in add_oss_mixers()
557 logit(LOG_CRIT, "Maximum redirected mixer controls reached (max %i)\n", (int)MAX_MIXERS); in parse_config()
564 logit(LOG_CRIT, "Maximum redirected mixer controls reached (max %i)\n", (int)MAX_MIXERS); in parse_config()
601 logit(LOG_CRIT, "Unable to create playback handle.\n"); in parse_config()
606 logit(LOG_CRIT, "Unable to create capture handle.\n"); in parse_config()
611 logit(LOG_CRIT, "Unable to create loopback handle.\n"); in parse_config()
630 logit(LOG_CRIT, "Unable to add mixer controls.\n"); in parse_config()
[all …]
Dcontrol.c58 logit(LOG_CRIT, "Invalid numid %d\n", numid); in control_parse_id()
206 logit(LOG_CRIT, "Unable to copy control value for type %s\n", snd_ctl_elem_type_name(type)); in copy_value()
269 logit(LOG_CRIT, "Unable to handle control type %s\n", snd_ctl_elem_type_name(type)); in control_init2()
274 logit(LOG_CRIT, "Unable to create control '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)); in control_init2()
279 …logit(LOG_CRIT, "Unable to unlock control info '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)… in control_init2()
284 logit(LOG_CRIT, "Unable to read control info '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)); in control_init2()
293 logit(LOG_CRIT, "Unable to read TLV for '%s': %s\n", id_str(mix->src.id), snd_strerror(err)); in control_init2()
300 logit(LOG_CRIT, "Unable to write TLV for '%s': %s\n", id_str(mix->src.id), snd_strerror(err)); in control_init2()
306 …logit(LOG_CRIT, "Unable to write control value '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)… in control_init2()
380 …logit(LOG_CRIT, "Unable to read control value (event1) '%s': %s\n", id_str(mix->src.id), snd_strer… in control_event1()
[all …]
Dpcmjob.c118 …logit(LOG_CRIT, "Broken configuration for %s PCM: no configurations available: %s\n", lhandle->id,… in setparams_stream()
123 …logit(LOG_CRIT, "Resample setup failed for %s (val %u): %s\n", lhandle->id, lhandle->resample, snd… in setparams_stream()
128 logit(LOG_CRIT, "Access type not available for %s: %s\n", lhandle->id, snd_strerror(err)); in setparams_stream()
133 logit(LOG_CRIT, "Sample format not available for %s: %s\n", lhandle->id, snd_strerror(err)); in setparams_stream()
138 …logit(LOG_CRIT, "Channels count (%u) not available for %s: %s\n", lhandle->channels, lhandle->id, … in setparams_stream()
144 …logit(LOG_CRIT, "Rate %uHz not available for %s: %s\n", lhandle->rate_req, lhandle->id, snd_strerr… in setparams_stream()
155 …logit(LOG_CRIT, "Rate does not match (requested %uHz, got %uHz, resample %u)\n", lhandle->rate, rr… in setparams_stream()
180 …logit(LOG_CRIT, "Unable to set buffer size %li for %s\n", (long)lhandle->buffer_size, lhandle->id); in setparams_bufsize()
187 logit(LOG_CRIT, "Buffer size too big\n"); in setparams_bufsize()
195 …logit(LOG_CRIT, "Unable to set buffer size %li for %s: %s\n", periodsize, lhandle->id, snd_strerro… in setparams_bufsize()
[all …]
/third_party/openssl/crypto/bio/
Dbss_log.c56 # define LOG_CRIT 2 macro
68 # define LOG_CRIT 2 macro
151 5, "CRIT ", LOG_CRIT in slg_write()
154 4, "CRI ", LOG_CRIT in slg_write()
263 case LOG_CRIT: in xsyslog()
341 case LOG_CRIT: in xsyslog()
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbss_log.c56 # define LOG_CRIT 2 macro
68 # define LOG_CRIT 2 macro
151 5, "CRIT ", LOG_CRIT in slg_write()
154 4, "CRI ", LOG_CRIT in slg_write()
263 case LOG_CRIT: in xsyslog()
341 case LOG_CRIT: in xsyslog()
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h12 #define LOG_CRIT 2 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h12 #define LOG_CRIT 2 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h12 #define LOG_CRIT 2 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/musl/include/
Dsyslog.h12 #define LOG_CRIT 2 macro
77 { "alert", LOG_ALERT }, { "crit", LOG_CRIT }, { "debug", LOG_DEBUG }, \
/third_party/libcoap/include/coap3/
Dcoap_debug.h147 #ifndef LOG_CRIT
148 # define LOG_CRIT COAP_LOG_CRIT macro
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslogtst.c109 syslog(LOG_MAIL | LOG_CRIT, in main()
244 syslog(LOG_USER | LOG_CRIT, "syslogtst: critical log"); in main()
/third_party/musl/libc-test/src/api/
Dsyslog.c32 C(LOG_CRIT) in f()
/third_party/NuttX/include/
Dsyslog.h107 #define LOG_CRIT 2 /* Critical conditions */ macro
/third_party/python/Modules/
Dsyslogmodule.c277 ADD_INT_MACRO(module, LOG_CRIT); in syslog_exec()
/third_party/python/Lib/logging/
Dhandlers.py755 LOG_CRIT = 2 # critical conditions variable in SysLogHandler
792 "crit": LOG_CRIT,
793 "critical": LOG_CRIT,
/third_party/python/Doc/library/
Dsyslog.rst84 :const:`LOG_EMERG`, :const:`LOG_ALERT`, :const:`LOG_CRIT`, :const:`LOG_ERR`,
Dlogging.handlers.rst687 | ``crit`` or ``critical`` | LOG_CRIT |
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt192 LOG_CRIT
Dandroid.txt1085 LOG_CRIT
/third_party/nghttp2/src/
Dshrpx_log.cc139 return LOG_CRIT; in severity_to_syslog_level()
/third_party/rust/crates/libc/src/unix/
Dmod.rs256 pub const LOG_CRIT: ::c_int = 2; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1346 pub const LOG_CRIT: ::c_int = 2; constant
/third_party/node/deps/openssl/openssl/
DCHANGES.md16013 CRIT, CRI => LOG_CRIT
16025 LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR => EVENTLOG_ERROR_TYPE
/third_party/openssl/
DCHANGES.md15835 CRIT, CRI => LOG_CRIT
15847 LOG_EMERG, LOG_ALERT, LOG_CRIT, LOG_ERR => EVENTLOG_ERROR_TYPE