Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dbridge_rcm.c488 int rv, lastrv; in bridge_notify_event() local
500 if ((lastrv = cache_update(hd)) != RCM_SUCCESS) { in bridge_notify_event()
503 return (lastrv); in bridge_notify_event()
517 lastrv = RCM_FAILURE; in bridge_notify_event()
524 lastrv = rv; in bridge_notify_event()
530 return (lastrv); in bridge_notify_event()
741 int rv, lastrv; in cache_update() local
759 lastrv = bua.retval; in cache_update()
788 lastrv = rv; in cache_update()
797 return (lastrv); in cache_update()