Home
last modified time | relevance | path

Searched refs:nscd_flush_cache (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/shared/
Dnscd-flush.h5 int nscd_flush_cache(char **databases);
7 static inline void nscd_flush_cache(char **databases) {} in nscd_flush_cache() function
Dnscd-flush.c132 int nscd_flush_cache(char **databases) { in nscd_flush_cache() function
/systemd-251/src/test/
Dtest-nscd-flush.c13 r = nscd_flush_cache(STRV_MAKE("group", "passwd", "hosts")); in run()
/systemd-251/src/machine/
Dmachined-core.c14 (void) nscd_flush_cache(STRV_MAKE("passwd", "group", "hosts")); in on_nscd_cache_flush_event()
/systemd-251/src/core/
Ddynamic-user.c514 (void) nscd_flush_cache(STRV_MAKE("passwd", "group")); in dynamic_user_realize()
591 (void) nscd_flush_cache(STRV_MAKE("passwd", "group")); in dynamic_user_close()
/systemd-251/src/sysusers/
Dsysusers.c903 (void) nscd_flush_cache(STRV_MAKE("group")); in write_files()
923 (void) nscd_flush_cache(STRV_MAKE("passwd")); in write_files()
/systemd-251/src/hostname/
Dhostnamed.c479 (void) nscd_flush_cache(STRV_MAKE("hosts")); in context_update_kernel_hostname()