Searched refs:lmin (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/bsd/libkern/ |
| H A D | libkern.h | 119 lmin(long a, long b) in lmin() function
|
| /xnu-10063.101.15/bsd/vfs/ |
| H A D | vfs_attrlist.c | 120 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() 1604 …*(uint32_t *)ab.base = (options & FSOPT_REPORT_FULLSIZE) ? (uint32_t)ab.needed : (uint32_t)lmin(bu… in getvolattrlist() 3018 …*(uint32_t *)ab.base = (options & FSOPT_REPORT_FULLSIZE) ? (uint32_t)ab.needed : (uint32_t)lmin(ab… in vfs_attr_pack_internal() 3032 copy_size = lmin(buf_size, ab.allocated); in vfs_attr_pack_internal()
|
| /xnu-10063.101.15/bsd/netinet6/ |
| H A D | in6_rmx.c | 649 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in6_rtqkill()
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | in_rmx.c | 557 ap->nextstop = lmin(ap->nextstop, rt->rt_expire); in in_rtqkill()
|