HomeSort by: relevance | last modified time | path
    Searched refs:lmin (Results 1 - 10 of 10) 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/sys/dev/
kttcp.c 281 len = lmin(MCLBYTES, resid);
284 len = lmin(MCLBYTES - max_hdr,
288 len = lmin(MCLBYTES, resid);
293 len = lmin(lmin(mlen, resid), space);
dksubr.c 528 bp->b_bcount = lmin(len, maxsz);
  /src/sys/sys/
socketvar.h 411 return lmin(sb->sb_hiwat - sb->sb_cc, sb->sb_mbmax - sb->sb_mbcnt);
426 return lmin(hiwat - sb->sb_cc, sb->sb_mbmax - sb->sb_mbcnt);
  /src/sys/dev/dm/
dm_target_delay.c 350 next = lmin(next, dp->expire);
  /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)
  /src/sys/kern/
uipc_socket.c 1033 len = lmin(MCLBYTES - max_hdr,
1037 len = lmin(MCLBYTES, resid);
1042 len = lmin(lmin(mlen, resid), space);
  /src/sys/fs/nfs/client/
nfs_clbio.c 669 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on);
  /src/share/man/man9/
Makefile 423 imax.9 lmin.9 \

Completed in 19 milliseconds