Home
last modified time | relevance | path

Searched defs:lmin (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dgss-serv.c361 OM_uint32 lmin; in ssh_gssapi_userok() local
H A Dgss-genr.c108 OM_uint32 lmin; in ssh_gssapi_last_error() local
/freebsd/sys/sys/
H A Dlibkern.h90 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c34 int lmin, lmax; /* packet len */ member
/freebsd/sys/dev/hid/
H A Dhidmap.h183 int32_t lmin; /* HID item logical minimum */ member
/freebsd/stand/libsa/
H A Dstand.h396 static __inline long lmin(long a, long b) { return (a < b ? a : b); } in lmin() function