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

/illumos-gate/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];
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h66 int smin; /* top leftmost field */ member in struct:__anon3222
H A Dutility.h125 #define Smin(f, p) ((f) -> page [p].smin)
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1569 uint64_t smin, smax, dmax;
1588 (void) pool_value_get_uint64(minprop->prop_value, &smin);
1591 if (smin < dmax) {

Completed in 65 milliseconds