Searched refs:CACHE_REFRESH (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | bridge_rcm.c | 66 #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 D | vlan_rcm.c | 80 #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() 1315 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in vlan_configure()
|
H A D | ibpart_rcm.c | 80 #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() 1350 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in ibpart_configure()
|
H A D | vnic_rcm.c | 80 #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() 1326 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in vnic_configure()
|
H A D | aggr_rcm.c | 78 #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() 1451 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) && in aggr_configure_all()
|
H A D | ip_rcm.c | 99 #define CACHE_REFRESH 0x2 /* refresh cache */ macro 412 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in ip_offline() 617 node = cache_lookup(hd, rsrc, CACHE_REFRESH); in ip_get_info() 964 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()
|