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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Ddump_rcm.c98 static int update_cache(rcm_handle_t *);
140 return (update_cache(hdl));
439 update_cache(rcm_handle_t *hdl) function
H A Dnetwork_rcm.c100 static void update_cache(rcm_handle_t *hd);
189 * Locking: the cache is locked by update_cache, and is held
190 * throughout update_cache's execution because it reads and
196 update_cache(hd);
722 * update_cache()
727 update_cache(rcm_handle_t *hd) function
834 update_cache(hd);
H A Dswap_rcm.c112 static int update_cache(rcm_handle_t *);
154 return (update_cache(hdl));
439 update_cache(rcm_handle_t *hdl) function
H A Dip_rcm.c184 static int update_cache(rcm_handle_t *);
315 if (update_cache(hd) < 0)
760 if (update_cache(hd) < 0) {
761 rcm_log_message(RCM_ERROR, _("IP: update_cache failed\n"));
967 (void) update_cache(hd);
1272 * update_cache() - Update cache with latest interface info
1275 update_cache(rcm_handle_t *hd) function
1283 rcm_log_message(RCM_TRACE2, "IP: update_cache\n");
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1868 update_cache(lib_loc_t *libloc_p) function
2036 update_cache(libloc_p);

Completed in 75 milliseconds