Searched refs:FOREACH_DIRENT_ALL (Results 1 - 11 of 11) sorted by relevance
/systemd/src/basic/ |
H A D | dirent-util.h | 45 #define FOREACH_DIRENT_ALL(de, d, on_error) \ macro
|
H A D | copy.c | 305 FOREACH_DIRENT_ALL(de, d, return -errno) { function
|
H A D | cgroup-util.c | 131 FOREACH_DIRENT_ALL(de, d, return -errno) { function
|
/systemd/src/libsystemd/sd-device/ |
H A D | device-enumerator.c | 489 FOREACH_DIRENT_ALL(dent, dir, return -errno) { function 602 FOREACH_DIRENT_ALL(dent, dir, return -errno) { function 642 FOREACH_DIRENT_ALL(dent, dir, return -errno) { function 764 FOREACH_DIRENT_ALL(dent, dir, return -errno) { function
|
/systemd/src/journal/ |
H A D | journal-vacuum.c | 180 FOREACH_DIRENT_ALL(de, d, r = -errno; goto finish) { function
|
H A D | sd-journal.c | 1431 FOREACH_DIRENT_ALL(de, d, return log_debug_errno(errno, "Failed to read directory %s: %m", m->path)) { function 1518 FOREACH_DIRENT_ALL(de, d, return log_debug_errno(errno, "Failed to read directory %s: %m", m->path)) { function
|
H A D | journald-server.c | 130 FOREACH_DIRENT_ALL(de, d, break) { function
|
/systemd/src/import/ |
H A D | pull-common.c | 79 FOREACH_DIRENT_ALL(de, d, return -errno) { function
|
/systemd/src/tty-ask-password-agent/ |
H A D | tty-ask-password-agent.c | 474 FOREACH_DIRENT_ALL(de, d, return log_error_errno(errno, "Failed to read directory: %m")) { function
|
/systemd/src/gpt-auto-generator/ |
H A D | gpt-auto-generator.c | 871 FOREACH_DIRENT_ALL(de, d, return -errno) { function
|
/systemd/src/shared/ |
H A D | machine-image.c | 345 FOREACH_DIRENT_ALL(de, d, return -errno) { function
|
Completed in 78 milliseconds