Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/libkern/
H A Dlibkern.h119 lmin(long a, long b) in lmin() function
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_attrlist.c120 fit = lmin(count, ab->allocated - (ab->fixedcursor - ab->base)); in attrlist_pack_fixed()
163 fit = lmin(count, ab->allocated - (ab->varcursor - ab->base)); in attrlist_pack_variable2()
172 fit = lmin(extcount, ab->allocated - (ab->varcursor - ab->base)); in attrlist_pack_variable2()
243 fit = lmin(count, space); in attrlist_pack_string()
267 bytes_to_zero = lmin((roundup(fit, 4) - fit), in attrlist_pack_string()
1571 …*(uint32_t *)ab.base = (options & FSOPT_REPORT_FULLSIZE) ? (uint32_t)ab.needed : (uint32_t)lmin(bu… in getvolattrlist()
2965 …*(uint32_t *)ab.base = (options & FSOPT_REPORT_FULLSIZE) ? (uint32_t)ab.needed : (uint32_t)lmin(ab… in vfs_attr_pack_internal()
2979 copy_size = lmin(buf_size, ab.allocated); in vfs_attr_pack_internal()
/xnu-8792.41.9/bsd/netinet6/
H A Din6_rmx.c647 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in6_rtqkill()
/xnu-8792.41.9/bsd/netinet/
H A Din_rmx.c558 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in_rtqkill()