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

/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c109 static void revalidate(nsc_ctx_t *);
1132 * kick off the revalidate thread (if necessary)
1135 if (thr_create(NULL, NULL, (void *(*)(void *))revalidate,
1139 (me, "thr_create (revalidate thread for %s): %s\n",
1817 revalidate(nsc_ctx_t *ctx) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c8372 // TBD: Need to purge and revalidate if the cached NSECS and the new set are not same.
13014 mDNSBool revalidate = mDNSfalse; local
13057 if (!intf) revalidate = mDNStrue;
13090 revalidate = mDNSfalse; // Don't revalidate if we're flushing the records
13130 if (revalidate && !m->ShutdownTime)

Completed in 114 milliseconds