Searched refs:lmin (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/libkern/ |
| H A D | libkern.h | 119 lmin(long a, long b) in lmin() function
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_attrlist.c | 166 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 D | in6_rmx.c | 650 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in6_rtqkill()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_rmx.c | 559 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in_rtqkill()
|