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

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetspent.c78 char **uid, **passwd, **last, **smin, **smax; local
153 smin = __ns_ldap_getAttr(result->entry, _S_MIN);
154 if (smin == NULL || smin[0] == NULL)
157 min_str = smin[0];
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_commit.c152 uint64_t smin, smax, dmax; local
194 * destination min/max. If smin < dmax then update the
195 * smin first, else update the max first.
197 if (resource_get_min(pool_elem_res(src), &smin) != PO_SUCCESS ||
201 if (smin < dmax) {
202 pool_value_set_uint64(&val, smin);
323 * min/max. If smin < dmax then update the smin first,
328 uint64_t smin, smax, dmax; local
331 if (resource_get_min(pool_elem_res(e1), &smin) !
[all...]
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h63 int smin; /* top leftmost field */ member in struct:__anon1645
H A Dutility.h121 #define Smin(f, p) ((f) -> page [p].smin)

Completed in 26 milliseconds