Searched refs:rating (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/gssd/
H A Dgssd.c953 int gotone, len, rating, orating; local
974 is_a_valid_tgt_cache(namepath, uid, &rating,
976 if (gotone == 0 || rating > orating ||
977 (rating == orating && exptime > oexptime)) {
978 orating = rating;
998 * It also returns a "rating" and the expiry time for the TGT, when found.
999 * This "rating" is higher based on heuristics that make it more
1015 int gotone, orating, rating, ret; local
1044 rating = 0;
1065 rating
[all...]

Completed in 45 milliseconds