Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c67 int cache_okay = 0; /* if set, then bindings are cached in files */ variable
295 cache_okay = cache_check();
330 if (cache_okay) {
H A Dyp_b_subr.c91 extern int cache_okay;
1267 if (!cache_okay)
1325 if (!cache_okay)
1353 if (!cache_okay)
1403 if (!cache_okay) in cache_pid()