Home
last modified time | relevance | path

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; in _nss_ldap_shadow2str() local
153 smin = __ns_ldap_getAttr(result->entry, _S_MIN); in _nss_ldap_shadow2str()
154 if (smin == NULL || smin[0] == NULL) in _nss_ldap_shadow2str()
157 min_str = smin[0]; in _nss_ldap_shadow2str()
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c150 uint64_t smin, smax, dmax; in commit_create() local
195 if (resource_get_min(pool_elem_res(src), &smin) != PO_SUCCESS || in commit_create()
199 if (smin < dmax) { in commit_create()
200 pool_value_set_uint64(&val, smin); in commit_create()
326 uint64_t smin, smax, dmax; in commit_update() local
329 if (resource_get_min(pool_elem_res(e1), &smin) != in commit_update()
336 if (smin < dmax) { in commit_update()
337 pool_value_set_uint64(&val, smin); in commit_update()
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h64 int smin; /* top leftmost field */ member
H A Dutility.h123 #define Smin(f, p) ((f) -> page [p].smin)
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1567 uint64_t smin, smax, dmax; in process_min_max() local
1586 (void) pool_value_get_uint64(minprop->prop_value, &smin); in process_min_max()
1589 if (smin < dmax) { in process_min_max()