Home
last modified time | relevance | path

Searched refs:hostname_cache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h216 struct hostname_cache { struct
217 struct hostname_cache *next; argument
299 static void hnc_unreg(struct hostname_cache **);
H A Dsyslogd.c253 static struct hostname_cache **hnc_cache;
5306 struct hostname_cache **hpp; in hnc_init()
5328 hnc_cache = calloc(hnc_size, sizeof (struct hostname_cache *)); in hnc_init()
5344 struct hostname_cache **hpp, *hp; in hnc_lookup()
5411 struct hostname_cache **hpp, **tailp, *hp, *entry; in hnc_register()
5430 if ((entry = malloc(sizeof (struct hostname_cache))) == NULL) { in hnc_register()
5491 hnc_unreg(struct hostname_cache **hpp) in hnc_unreg()
5493 struct hostname_cache *hp = *hpp; in hnc_unreg()