Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c558 int sfound = 0; in rdc_remove_from_if() local
578 sfound = 1; in rdc_remove_from_if()
581 if (pfound && sfound) in rdc_remove_from_if()
587 ip->issecondary = sfound; in rdc_remove_from_if()
/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c543 int mfound, sfound; in getmntlast() local
546 mfound = sfound = 0; in getmntlast()
555 sfound++; in getmntlast()
557 if (mfound && sfound) in getmntlast()