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);
389 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
600 if (options & CACHE_REFRESH) {
875 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) &&
H A Daggr_rcm.c78 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
383 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
586 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
844 if (options & CACHE_REFRESH) {
1274 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1450 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) &&
H A Dibpart_rcm.c80 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
483 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
785 if (options & CACHE_REFRESH) {
1214 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1349 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) &&
H A Dvlan_rcm.c80 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
473 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
769 if (options & CACHE_REFRESH) {
1182 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1314 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) &&
H A Dvnic_rcm.c80 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
313 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
476 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
772 if (options & CACHE_REFRESH) {
1194 if ((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) == NULL) {
1325 if (((node = cache_lookup(hd, rsrc, CACHE_REFRESH)) != NULL) &&
H A Dip_rcm.c99 #define CACHE_REFRESH 0x2 /* refresh cache */ macro
412 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
617 node = cache_lookup(hd, rsrc, CACHE_REFRESH);
964 if ((options & CACHE_REFRESH) && (hd != NULL)) {
2245 if ((node = cache_lookup(hd, cached_name, CACHE_REFRESH)) == NULL) {
2278 if (((node = cache_lookup(NULL, cached_name, CACHE_REFRESH)) != NULL) &&

Completed in 105 milliseconds