Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/lib/libpool/common/
H A Dpool_commit.c152 uint64_t smin, smax, dmax; in commit_create() local
197 if (resource_get_min(pool_elem_res(src), &smin) != PO_SUCCESS || in commit_create()
201 if (smin < dmax) { in commit_create()
202 pool_value_set_uint64(&val, smin); in commit_create()
328 uint64_t smin, smax, dmax; in commit_update() local
331 if (resource_get_min(pool_elem_res(e1), &smin) != in commit_update()
338 if (smin < dmax) { in commit_update()
339 pool_value_set_uint64(&val, smin); in commit_update()
/titanic_44/usr/src/lib/libeti/form/inc/
H A Dform.h66 int smin; /* top leftmost field */ member
H A Dutility.h125 #define Smin(f, p) ((f) -> page [p].smin)
/titanic_44/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y1569 uint64_t smin, smax, dmax; in process_min_max() local
1588 (void) pool_value_get_uint64(minprop->prop_value, &smin); in process_min_max()
1591 if (smin < dmax) { in process_min_max()