Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dcap.c259 int totplat, ivlplat, totmach, ivlmach; in cap_check() local
272 totplat = ivlplat = totmach = ivlmach = 0; in cap_check()
310 if (totplat == ivlplat) { in cap_check()
311 totplat++; in cap_check()
358 if ((totplat && (totplat == ivlplat)) || in cap_check()
1113 int totplat, ivlplat, totmach, ivlmach, capfail = 0; in sym_cap_check() local
1127 totplat = ivlplat = totmach = ivlmach = 0; in sym_cap_check()
1174 if (totplat == ivlplat) { in sym_cap_check()
1175 totplat++; in sym_cap_check()
1215 if (capfail || (totplat && (totplat == ivlplat)) || in sym_cap_check()