Home
last modified time | relevance | path

Searched refs:lmax (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c47 Sfoff_t lmax; member
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/titanic_41/usr/src/cmd/ldap/common/
H A Dldapmodify.c1206 int lcur, lmax; local
1208 lcur = lmax = 0;
1244 if ( lcur + len + 1 > lmax ) {
1245 lmax = LDAPMOD_MAXLINE
1247 if (( buf = (char *)LDAPTOOL_SAFEREALLOC( buf, lmax )) == NULL ) {
/titanic_41/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h60 int32_t lmax; member
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1177 ui->lmax = hidparser_find_signed_val(attribute); in hidparser_fill_usage_info()