Searched refs:s_runtime_env (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/usr.sbin/nscd/
H A Dsingletons.h44 extern struct runtime_env *s_runtime_env;
H A Dsingletons.c37 struct runtime_env *s_runtime_env = NULL; variable in typeref:struct:runtime_env
H A Dnscd.c507 EV_SET(eventlist, s_runtime_env->sockfd,
512 kevent(s_runtime_env->queue, eventlist,
822 s_runtime_env = init_runtime_env(s_configuration);
823 if (s_runtime_env == NULL) {
837 thread_args->the_runtime_env = s_runtime_env;
852 processing_loop(s_cache, s_runtime_env, s_configuration);
857 destroy_runtime_env(s_runtime_env);

Completed in 112 milliseconds