Searched defs:hnc_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c255 static struct hostname_cache **hnc_cache; variable in typeref:struct:hostname_cache
5333 for (hpp = &hnc_cache[i]; *hpp != NULL; ) {
5343 hnc_cache = calloc(hnc_size, sizeof (struct hostname_cache *));
5345 if (hnc_cache == NULL) {
5368 if (hnc_cache == NULL) {
5377 for (hpp = &hnc_cache[index]; (hp = *hpp) != NULL; ) {
5395 if (hp != hnc_cache[index]) {
5399 hp->next = hnc_cache[index];
5400 hnc_cache[index] = hp;
5436 if (hnc_cache
[all...]

Completed in 76 milliseconds