• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:DPRINTF

106       DPRINTF(E_LOG, L_SCAN, "Could not stack directory %s; out of memory\n", path);
113 DPRINTF(E_LOG, L_SCAN, "Could not stack directory %s; out of memory for path\n", path);
335 DPRINTF(E_LOG, L_SCAN, "Could not determine filename for %s\n", file);
343 DPRINTF(E_WARN, L_SCAN, "Out of memory for fname\n");
351 DPRINTF(E_WARN, L_SCAN, "Out of memory for path\n");
413 DPRINTF(E_INFO, L_SCAN, "Could not extract metadata for %s\n", file);
466 DPRINTF(E_WARN, L_SCAN, "Out of memory for deferred playlist\n");
476 DPRINTF(E_WARN, L_SCAN, "Out of memory for deferred playlist\n");
485 DPRINTF(E_INFO, L_SCAN, "Deferred playlist %s\n", path);
611 DPRINTF(E_DBG, L_SCAN, "Processing directory %s (flags = 0x%x)\n", path, flags);
616 DPRINTF(E_LOG, L_SCAN, "Could not open directory %s: %s\n", path, strerror(errno));
629 DPRINTF(E_LOG, L_SCAN, "readdir_r error in %s: %s\n", path, strerror(errno));
643 DPRINTF(E_LOG, L_SCAN, "Skipping %s/%s, PATH_MAX exceeded\n", path, buf.d_name);
651 DPRINTF(E_LOG, L_SCAN, "Skipping %s, lstat() failed: %s\n", entry, strerror(errno));
661 DPRINTF(E_LOG, L_SCAN, "Skipping %s, could not dereference symlink: %s\n", entry, strerror(errno));
669 DPRINTF(E_LOG, L_SCAN, "Skipping %s, stat() failed: %s\n", deref, strerror(errno));
679 DPRINTF(E_LOG, L_SCAN, "Skipping %s, PATH_MAX exceeded\n", deref);
696 DPRINTF(E_LOG, L_SCAN, "Skipping %s, not a directory, symlink nor regular file\n", entry);
708 DPRINTF(E_WARN, L_SCAN, "Could not create inotify watch for %s: %s\n", path, strerror(errno));
727 DPRINTF(E_WARN, L_SCAN, "Could not open directory %s for watching: %s\n", path, strerror(errno));
738 DPRINTF(E_WARN, L_SCAN, "Could not add kevent for %s: %s\n", path, strerror(errno));
801 DPRINTF(E_LOG, L_SCAN, "Skipping library directory %s, could not dereference: %s\n", path, strerror(errno));
824 DPRINTF(E_LOG, L_SCAN, "WARNING: unhandled leftover directories\n");
826 DPRINTF(E_DBG, L_SCAN, "Purging old database content\n");
840 DPRINTF(E_LOG, L_SCAN, "Error: DB init failed\n");
848 DPRINTF(E_LOG, L_SCAN, "Error: could not clear old watches from DB\n");
856 DPRINTF(E_LOG, L_SCAN, "Error: could not clear old groups from DB\n");
880 DPRINTF(E_FATAL, L_SCAN, "Scan event loop terminated ahead of time!\n");
898 DPRINTF(E_DBG, L_SCAN, "Directory event: 0x%x, cookie 0x%x, wd %d\n", ie->mask, ie->cookie, wi->wd);
996 DPRINTF(E_LOG, L_SCAN, "WARNING: unhandled leftover directories\n");
1010 DPRINTF(E_DBG, L_SCAN, "File event: 0x%x, cookie 0x%x, wd %d\n", ie->mask, ie->cookie, wi->wd);
1072 DPRINTF(E_LOG, L_SCAN, "Could not lstat() '%s': %s\n", path, strerror(errno));
1082 DPRINTF(E_LOG, L_SCAN, "Could not dereference symlink '%s': %s\n", path, strerror(errno));
1092 DPRINTF(E_LOG, L_SCAN, "Could not stat() '%s': %s\n", file, strerror(errno));
1132 DPRINTF(E_LOG, L_SCAN, "Could not determine inotify queue size: %s\n", strerror(errno));
1140 DPRINTF(E_LOG, L_SCAN, "Could not allocate %d bytes for inotify events\n", qsize);
1148 DPRINTF(E_LOG, L_SCAN, "inotify read failed: %s\n", strerror(errno));
1171 DPRINTF(E_LOG, L_SCAN, "No matching watch found, ignoring event (0x%x)\n", ie->mask);
1178 DPRINTF(E_DBG, L_SCAN, "%s deleted or backing filesystem unmounted!\n", wi.path);
1190 DPRINTF(E_LOG, L_SCAN, "Skipping event under %s, PATH_MAX exceeded\n", wi.path);
1202 DPRINTF(E_LOG, L_SCAN, "Skipping %s/%s, PATH_MAX exceeded\n", wi.path, ie->name);
1255 DPRINTF(E_DBG, L_SCAN, "Library changed!\n");
1276 DPRINTF(E_LOG, L_SCAN, "Found no matching watch for kevent, killing this event\n");
1312 DPRINTF(E_LOG, L_SCAN, "kevent reports EV_ERROR (%s): %s\n", wi.path, strerror(kev.data));
1332 DPRINTF(E_DBG, L_SCAN, "Got NOTE_WRITE (%s)\n", wi.path);
1349 DPRINTF(E_DBG, L_SCAN, "Watched directory is a parent\n");
1372 DPRINTF(E_DBG, L_SCAN, "Watched directory is a child\n");
1380 DPRINTF(E_DBG, L_SCAN, "Watched directory already listed\n");
1404 DPRINTF(E_LOG, L_SCAN, "WARNING: unhandled leftover directories\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_SCAN, "Could not write to exit fd: %s\n", strerror(errno));
1569 DPRINTF(E_FATAL, L_SCAN, "Could not join filescanner thread: %s\n", strerror(errno));