Home
last modified time | relevance | path

Searched refs:cache_update (Results 1 – 9 of 9) sorted by relevance

/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) in bridge_register()
500 if ((lastrv = cache_update(hd)) != RCM_SUCCESS) { in bridge_notify_event()
603 (void) cache_update(hd); in cache_lookup()
738 cache_update(rcm_handle_t *hd) in cache_update() function
H A Dvlan_rcm.c125 static int cache_update(rcm_handle_t *);
228 if (cache_update(hd) < 0) in vlan_register()
624 if (cache_update(hd) < 0) { in vlan_notify_event()
772 (void) cache_update(hd); in cache_lookup()
962 cache_update(rcm_handle_t *hd) in cache_update() function
H A Dibpart_rcm.c125 static int cache_update(rcm_handle_t *);
228 if (cache_update(hd) < 0) in ibpart_register()
635 if (cache_update(hd) < 0) { in ibpart_notify_event()
788 (void) cache_update(hd); in cache_lookup()
990 cache_update(rcm_handle_t *hd) in cache_update() function
H A Dvnic_rcm.c125 static int cache_update(rcm_handle_t *);
228 if (cache_update(hd) < 0) in vnic_register()
627 if (cache_update(hd) < 0) { in vnic_notify_event()
775 (void) cache_update(hd); in cache_lookup()
974 cache_update(rcm_handle_t *hd) in cache_update() function
H A Daggr_rcm.c129 static int cache_update(rcm_handle_t *);
295 if (cache_update(hd) < 0) in aggr_register()
719 if (cache_update(hd) < 0) { in aggr_notify_event()
847 (void) cache_update(hd); in cache_lookup()
1067 cache_update(rcm_handle_t *hd) in cache_update() function
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c401 cache_update(service_t *svc) in cache_update() function
432 cache_update(svc); in lpd_find_printer_info()
449 cache_update(svc); in lpd_find_jobs_info()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Devents.c398 cache_update(DM_EV_DISK_DELETE, dev_name); in event_handler()
520 cache_update(DM_EV_DISK_ADD, NULL); in walker()
H A Ddisks_private.h242 void cache_update(dm_event_type_t ev_type, char *devname);
H A Dcache.c450 cache_update(dm_event_type_t ev_type, char *devname) in cache_update() function