Home
last modified time | relevance | path

Searched refs:CACHE_REFRESH (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c66 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
292 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in bridge_offline()
389 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in bridge_get_info()
600 if (options & CACHE_REFRESH) { in cache_lookup()
875 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in bridge_configure()
H A Dvlan_rcm.c80 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in vlan_offline()
473 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in vlan_get_info()
769 if (options & CACHE_REFRESH) { in cache_lookup()
1182 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) { in vlan_notify_new_vlan()
1314 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in vlan_configure()
H A Dibpart_rcm.c80 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in ibpart_offline()
483 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in ibpart_get_info()
785 if (options & CACHE_REFRESH) { in cache_lookup()
1214 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) { in ibpart_notify_new_ibpart()
1349 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in ibpart_configure()
H A Dvnic_rcm.c80 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in vnic_offline()
476 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in vnic_get_info()
772 if (options & CACHE_REFRESH) { in cache_lookup()
1194 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) { in vnic_notify_new_vnic()
1325 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in vnic_configure()
H A Daggr_rcm.c78 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
383 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in aggr_offline()
586 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in aggr_get_info()
844 if (options & CACHE_REFRESH) { in cache_lookup()
1274 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) { in aggr_notify_new_aggr()
1450 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in aggr_configure_all()
H A Dip_rcm.c100 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
413 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in ip_offline()
618 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in ip_get_info()
965 if ((options & CACHE_REFRESH) && (hd != NULL)) { in cache_lookup()
2245 if ((node = cache_lookup(hd, cached_name, CACHE_REFRESH)) == NULL) { in ip_consumer_notify()
2278 if (((node = cache_lookup(NULL, cached_name, CACHE_REFRESH)) != NULL) && in if_configure_get_linkid()