HomeSort by: relevance | last modified time | path
    Searched defs:lmin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libkern/
lmin.c 1 /* $NetBSD: lmin.c,v 1.6 2009/03/14 21:04:24 dsl Exp $ */
38 lmin(long a, long b) function in typeref:typename:long
libkern.h 61 LIBKERN_INLINE long lmin(long, long) __unused;
101 lmin(long a, long b) function in typeref:typename:LIBKERN_INLINE long
  /src/usr.sbin/cpuctl/arch/
i386.c 2206 uint16_t lmin, lmax; local in function:identifycpu
2211 lmin = __SHIFTOUT(descs[0], CPUID_MON_MINSIZE);
2213 aprint_normal("%s: monitor-line size %hu", cpuname, lmin);
2214 if (lmin != lmax)

Completed in 32 milliseconds