Searched defs:MIN_GT_ZERO (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c2058 * The MIN_GT_ZERO(x, y) macro return the lesser of x and y, provided it
2061 #define MIN_GT_ZERO(x, y) (((x) <= 0) ? (((y) <= 0) ? \ macro
2069 expires = MIN_GT_ZERO(ctx->domain_controller.expires,
2071 expires = MIN_GT_ZERO(expires, ctx->site_domain_controller.expires);
2072 expires = MIN_GT_ZERO(expires, ctx->site_global_catalog.expires);

Completed in 61 milliseconds