Searched refs:CACHE_NO_REFRESH (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | bridge_rcm.c | 65 #define CACHE_NO_REFRESH 0x1 /* cache refresh not needed */ macro 339 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in bridge_undo_offline() 454 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in bridge_remove() 700 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in bridge_update()
|
H A D | vlan_rcm.c | 79 #define CACHE_NO_REFRESH 0x1 /* cache refresh not needed */ macro 370 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in vlan_undo_offline() 579 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in vlan_remove() 879 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in vlan_update() 1244 if ((node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH)) != NULL) { in vlan_consumer_notify()
|
H A D | ibpart_rcm.c | 79 #define CACHE_NO_REFRESH 0x1 /* cache refresh not needed */ macro 370 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in ibpart_undo_offline() 590 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in ibpart_remove() 906 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in ibpart_update() 1277 if ((node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH)) != NULL) { in ibpart_consumer_notify()
|
H A D | vnic_rcm.c | 79 #define CACHE_NO_REFRESH 0x1 /* cache refresh not needed */ macro 370 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in vnic_undo_offline() 582 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in vnic_remove() 891 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in vnic_update() 1255 if ((node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH)) != NULL) { in vnic_consumer_notify()
|
H A D | aggr_rcm.c | 77 #define CACHE_NO_REFRESH 0x1 /* cache refresh not needed */ macro 442 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in aggr_undo_offline() 657 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in aggr_remove() 924 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in aggr_port_update() 1346 if ((node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH)) != NULL) in aggr_consumer_notify()
|
H A D | ip_rcm.c | 98 #define CACHE_NO_REFRESH 0x1 /* cache refresh not needed */ macro 553 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in ip_undo_offline() 711 node = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in ip_remove() 1129 probe = cache_lookup(hd, rsrc, CACHE_NO_REFRESH); in update_pif()
|