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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetxby_door.c120 * The nss_status_t values NSS_FRONTRETRY and NSS_BACKRETRY are private to
123 * NSS_FRONTRETRY is used to indicate that the back (private) door will not
132 #define NSS_FRONTRETRY -1 macro
267 return (NSS_FRONTRETRY);
400 return (NSS_FRONTRETRY);
477 ret == NSS_FRONTRETRY || ret == NSS_BACKRETRY) {
495 if (fb2frontd == 0 && ret != NSS_FRONTRETRY) {
523 } else if (ret == NSS_FRONTRETRY ||

Completed in 21 milliseconds