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

/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c47 Sfoff_t lmax; member in struct:_dosdisc
213 if(dp->lhere>dp->lmax)
215 dp->lmax = dp->lhere;
217 if(dp->maptable && dp->lmax > dp->maptable[dp->maptop-1].logical+CHUNK)
/illumos-gate/usr/src/uts/common/sys/usb/clients/hidparser/
H A Dhidparser.h60 int32_t lmax; member in struct:hidparser_usage_info
/illumos-gate/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 ) {
/illumos-gate/usr/src/boot/lib/libstand/
H A Dstand.h350 static __inline long lmax(long a, long b) { return (a > b ? a : b); } function
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A Dhidparser.c1177 ui->lmax = hidparser_find_signed_val(attribute);

Completed in 93 milliseconds