Searched refs:E_FATAL (Results 1 - 25 of 26) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dlog.h25 #define E_FATAL 1 macro
H A Dminidlna.c297 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to open sqlite database! Exiting...\n");
372 DPRINTF(E_FATAL, L_GENERAL, "Failed to clean old file cache! Exiting...\n");
376 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to create sqlite database! Exiting...\n");
551 DPRINTF(E_FATAL, L_GENERAL, "Error reading configuration file %s\n", optionsfile);
612 DPRINTF(E_FATAL, L_GENERAL, "Media directory entry not understood [%s]\n",
665 DPRINTF(E_FATAL, L_GENERAL, "Database path not accessible! [%s]\n", path);
674 DPRINTF(E_FATAL, L_GENERAL, "Log path not accessible! [%s]\n", path);
733 DPRINTF(E_FATAL, L_GENERAL, "Bad user '%s'.\n",
768 DPRINTF(E_FATAL, L_GENERAL, "Unknown option: %s\n", argv[i]);
781 DPRINTF(E_FATAL, L_GENERA
[all...]
H A Dlog.c50 "fatal", // E_FATAL
134 if (level && level>log_level[facility] && level>E_FATAL)
168 if (level==E_FATAL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dlog.h20 #define E_FATAL 1 macro
H A Dlog.c44 "fatal", // E_FATAL
125 if (level && level>log_level[facility] && level>E_FATAL)
151 if (level==E_FATAL)
H A Dminidlna.c214 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to open sqlite database! Exiting...\n");
405 DPRINTF(E_FATAL, L_GENERAL, "Database path not accessible! [%s]\n", path);
664 DPRINTF(E_FATAL, L_GENERAL, "Failed to set SIGTERM handler. EXITING.\n");
668 DPRINTF(E_FATAL, L_GENERAL, "Failed to set SIGINT handler. EXITING.\n");
672 DPRINTF(E_FATAL, L_GENERAL, "Failed to ignore SIGPIPE signals. EXITING.\n");
750 DPRINTF(E_FATAL, L_GENERAL, "ERROR: Failed to create sqlite database! Exiting...\n");
770 DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_inotify.\n");
776 DPRINTF(E_FATAL, L_GENERAL, "Failed to open socket for receiving SSDP. EXITING\n");
782 DPRINTF(E_FATAL, L_GENERAL, "Failed to open socket for HTTP. EXITING\n");
789 DPRINTF(E_FATAL, L_GENERA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dmain.c146 DPRINTF(E_FATAL, L_MAIN, "Fork failed: %s\n", strerror(errno));
156 DPRINTF(E_FATAL, L_MAIN, "setsid() failed: %s\n", strerror(errno));
191 DPRINTF(E_FATAL, L_MAIN, "initgroups() failed: %s\n", strerror(errno));
199 DPRINTF(E_FATAL, L_MAIN, "setegid() failed: %s\n", strerror(errno));
207 DPRINTF(E_FATAL, L_MAIN, "seteuid() failed: %s\n", strerror(errno));
545 DPRINTF(E_FATAL, L_MAIN, "Config file errors; please fix your config\n");
579 DPRINTF(E_FATAL, L_MAIN, "Could not register ffmpeg lock manager callback\n");
596 DPRINTF(E_FATAL, L_MAIN, "libgcrypt version mismatch\n");
656 DPRINTF(E_FATAL, L_MAIN, "mDNS init failed\n");
667 DPRINTF(E_FATAL, L_MAI
[all...]
H A Dconffile.c167 *(long int *)result = E_FATAL;
253 DPRINTF(E_FATAL, L_CONF, "Out of memory\n");
316 DPRINTF(E_FATAL, L_CONF, "Could not open config file %s\n", file);
322 DPRINTF(E_FATAL, L_CONF, "Parse error in config file %s\n", file);
332 DPRINTF(E_FATAL, L_CONF, "Could not lookup user %s: %s\n", runas, strerror(errno));
344 DPRINTF(E_FATAL, L_CONF, "No directories specified for library\n");
353 DPRINTF(E_FATAL, L_CONF, "Could not expand library name\n");
H A Dlogger.h34 #define E_FATAL 0 macro
H A Dhttpd.c997 DPRINTF(E_FATAL, L_HTTPD, "HTTPd event loop terminated ahead of time!\n");
1213 DPRINTF(E_FATAL, L_HTTPD, "Could not create an event base\n");
1221 DPRINTF(E_FATAL, L_HTTPD, "RSP protocol init failed\n");
1229 DPRINTF(E_FATAL, L_HTTPD, "DAAP protocol init failed\n");
1237 DPRINTF(E_FATAL, L_HTTPD, "DACP protocol init failed\n");
1246 DPRINTF(E_FATAL, L_HTTPD, "Could not create eventfd: %s\n", strerror(errno));
1258 DPRINTF(E_FATAL, L_HTTPD, "Could not create pipe: %s\n", strerror(errno));
1275 DPRINTF(E_FATAL, L_HTTPD, "Could not create HTTP server\n");
1289 DPRINTF(E_FATAL, L_HTTPD, "Could not bind INADDR_ANY:%d\n", port);
1306 DPRINTF(E_FATAL, L_HTTP
[all...]
H A Dcache.c263 DPRINTF(E_FATAL, L_CACHE, "Error creating cache table 'replies': %s\n", errmsg);
274 DPRINTF(E_FATAL, L_CACHE, "Error creating cache table 'queries': %s\n", errmsg);
285 DPRINTF(E_FATAL, L_CACHE, "Error creating index on replies(query): %s\n", errmsg);
296 DPRINTF(E_FATAL, L_CACHE, "Error creating cache table 'artwork': %s\n", errmsg);
307 DPRINTF(E_FATAL, L_CACHE, "Error creating index on artwork(type, persistentid, max_w, max_h): %s\n", errmsg);
316 DPRINTF(E_FATAL, L_CACHE, "Error creating index on artwork(filepath, db_timestamp): %s\n", errmsg);
327 DPRINTF(E_FATAL, L_CACHE, "Error creating cache table 'admin_cache': %s\n", errmsg);
337 DPRINTF(E_FATAL, L_CACHE, "Error inserting cache version: %s\n", errmsg);
379 DPRINTF(E_FATAL, L_CACHE, "Error dropping reply cache table: %s\n", errmsg);
390 DPRINTF(E_FATAL, L_CACH
[all...]
H A Dlaudio_oss4.c404 DPRINTF(E_FATAL, L_LAUDIO, "Could not open sound device: %s\n", strerror(errno));
416 DPRINTF(E_FATAL, L_LAUDIO, "Could not check OSS version: %s\n", strerror(errno));
423 DPRINTF(E_FATAL, L_LAUDIO, "Your OSS version (%s) is too old; version 4.0.0+ is required\n", si.version);
H A Dfilescanner.c880 DPRINTF(E_FATAL, L_SCAN, "Scan event loop terminated ahead of time!\n");
1428 DPRINTF(E_FATAL, L_SCAN, "Could not spawn filescanner thread: %s\n", strerror(errno));
1450 DPRINTF(E_FATAL, L_SCAN, "Could not create an event base\n");
1459 DPRINTF(E_FATAL, L_SCAN, "Could not create eventfd: %s\n", strerror(errno));
1471 DPRINTF(E_FATAL, L_SCAN, "Could not create pipe: %s\n", strerror(errno));
1481 DPRINTF(E_FATAL, L_SCAN, "Could not create inotify fd: %s\n", strerror(errno));
1493 DPRINTF(E_FATAL, L_SCAN, "Could not create kqueue: %s\n", strerror(errno));
1514 DPRINTF(E_FATAL, L_SCAN, "Could not spawn filescanner thread: %s\n", strerror(errno));
1550 DPRINTF(E_FATAL, L_SCAN, "Could not send exit event: %s\n", strerror(errno));
1560 DPRINTF(E_FATAL, L_SCA
[all...]
H A Dremote_pairing.c927 DPRINTF(E_FATAL, L_REMOTE, "Could not create eventfd: %s\n", strerror(errno));
939 DPRINTF(E_FATAL, L_REMOTE, "Could not create pairing pipe: %s\n", strerror(errno));
948 DPRINTF(E_FATAL, L_REMOTE, "Could not set O_NONBLOCK: %s\n", strerror(errno));
958 DPRINTF(E_FATAL, L_REMOTE, "Could not browse for Remote services\n");
H A Ddb.c4515 DPRINTF(E_FATAL, L_DB, "DB init error: %s\n", errmsg);
4602 DPRINTF(E_FATAL, L_DB, "DB init error: %s\n", errmsg);
4628 DPRINTF(E_FATAL, L_DB, "DB upgrade error: %s\n", errmsg);
5468 DPRINTF(E_FATAL, L_DB, "Database schema v%d too old, cannot upgrade\n", db_ver_major);
5474 DPRINTF(E_FATAL, L_DB, "Database schema v%d is newer than the supported version\n", db_ver_major);
5548 DPRINTF(E_FATAL, L_DB, "No upgrade path from the current DB schema\n");
5586 DPRINTF(E_FATAL, L_DB, "db_path=%s\n",db_path);
5591 DPRINTF(E_FATAL, L_DB, "Could not switch SQLite3 to multithread mode\n");
5592 DPRINTF(E_FATAL, L_DB, "Check that SQLite3 has been configured for thread-safe operations\n");
5599 DPRINTF(E_FATAL, L_D
[all...]
H A Dfilescanner_itunes.c838 DPRINTF(E_FATAL, L_SCAN, "iTunes library parser could not allocate AVL tree\n");
847 DPRINTF(E_FATAL, L_SCAN, "Invalid filename\n");
H A Dscan-wma.c669 DPRINTF(E_FATAL,L_SCAN,"malloc: wma_ext_content_descr\n");
774 DPRINTF(E_FATAL,L_SCAN,"This is not my beautiful wife.\n");
H A Dhttpd_rsp.c913 DPRINTF(E_FATAL, L_RSP, "RSP init failed; regexp error: %s\n", buf);
H A Dhttpd_dacp.c1789 DPRINTF(E_FATAL, L_DACP, "DACP init failed; regexp error: %s\n", buf);
H A Dhttpd_daap.c2977 DPRINTF(E_FATAL, L_DAAP, "DAAP init failed; regexp error: %s\n", buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-flc.c36 DPRINTF(E_FATAL, L_SCANNER, "Out of memory while FLAC__metadata_simple_iterator_new()\n");
H A Dtextutils.c218 DPRINTF(E_FATAL, L_SCANNER, "Out of memory\n");
221 DPRINTF(E_FATAL, L_SCANNER, "Out of memory\n");
224 DPRINTF(E_FATAL, L_SCANNER, "Out of memory\n");
H A Dtagutils-ogg.c440 DPRINTF(E_FATAL, L_SCANNER,
457 DPRINTF(E_FATAL, L_SCANNER, "Could not find a processor for stream, bailing\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-flc.c34 DPRINTF(E_FATAL, L_SCANNER, "Out of memory while FLAC__metadata_simple_iterator_new()\n");
H A Dtagutils-ogg.c432 DPRINTF(E_FATAL, L_SCANNER,
449 DPRINTF(E_FATAL, L_SCANNER, "Could not find a processor for stream, bailing\n");

Completed in 215 milliseconds

12