Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/libkern/
H A Dlibkern.h119 lmin(long a, long b) in lmin() function
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c166 fit = lmin(count, ab->allocated - (ab->fixedcursor - ab->base)); in attrlist_pack_fixed()
209 fit = lmin(count, ab->allocated - (ab->varcursor - ab->base)); in attrlist_pack_variable2()
218 fit = lmin(extcount, ab->allocated - (ab->varcursor - ab->base)); in attrlist_pack_variable2()
289 fit = lmin(count, space); in attrlist_pack_string()
313 bytes_to_zero = lmin((roundup(fit, 4) - fit), in attrlist_pack_string()
1671 …*(uint32_t *)ab.base = (options & FSOPT_REPORT_FULLSIZE) ? (uint32_t)ab.needed : (uint32_t)lmin(bu… in getvolattrlist()
1925 size_t fisize = lmax(lmin(32, abp->allocated - (abp->fixedcursor - abp->base)), 0); in attr_pack_common()
3094 …*(uint32_t *)ab.base = (options & FSOPT_REPORT_FULLSIZE) ? (uint32_t)ab.needed : (uint32_t)lmin(ab… in vfs_attr_pack_internal()
3108 copy_size = lmin(buf_size, ab.allocated); in vfs_attr_pack_internal()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c650 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in6_rtqkill()
/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c559 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in_rtqkill()