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

/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c401 cache_update(service_t *svc) function
432 cache_update(svc);
449 cache_update(svc);
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c111 static int cache_update(rcm_handle_t *);
207 if ((retv = cache_update(hd)) != RCM_SUCCESS)
500 if ((lastrv = cache_update(hd)) != RCM_SUCCESS) {
603 (void) cache_update(hd);
735 * cache_update() - Update cache with latest interface info
738 cache_update(rcm_handle_t *hd) function
744 rcm_log_message(RCM_TRACE2, "Bridge: cache_update\n");
H A Dibpart_rcm.c125 static int cache_update(rcm_handle_t *);
228 if (cache_update(hd) < 0)
635 if (cache_update(hd) < 0) {
788 (void) cache_update(hd);
987 * cache_update() - Update cache with latest interface info
990 cache_update(rcm_handle_t *hd) function
996 rcm_log_message(RCM_TRACE2, "IBPART: cache_update\n");
H A Dvlan_rcm.c125 static int cache_update(rcm_handle_t *);
228 if (cache_update(hd) < 0)
624 if (cache_update(hd) < 0) {
772 (void) cache_update(hd);
959 * cache_update() - Update cache with latest interface info
962 cache_update(rcm_handle_t *hd) function
968 rcm_log_message(RCM_TRACE2, "VLAN: cache_update\n");
H A Dvnic_rcm.c125 static int cache_update(rcm_handle_t *);
228 if (cache_update(hd) < 0)
627 if (cache_update(hd) < 0) {
775 (void) cache_update(hd);
971 * cache_update() - Update cache with latest interface info
974 cache_update(rcm_handle_t *hd) function
980 rcm_log_message(RCM_TRACE2, "VNIC: cache_update\n");
H A Daggr_rcm.c129 static int cache_update(rcm_handle_t *);
295 if (cache_update(hd) < 0)
719 if (cache_update(hd) < 0) {
847 (void) cache_update(hd);
1064 * cache_update() - Update cache with latest interface info
1067 cache_update(rcm_handle_t *hd) function
1073 rcm_log_message(RCM_TRACE2, "AGGR: cache_update\n");
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcache.c452 cache_update(dm_event_type_t ev_type, char *devname) function

Completed in 93 milliseconds