Searched refs:ATTR_NEXT (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1436 #define ATTR_NEXT(ae) \ macro
1440 ((u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))
1694 entry = ATTR_NEXT(entry);
1901 entry = ATTR_NEXT(entry);
2009 for (entry = ainfo.attr_entry; entry != lastentry && ATTR_VALID(entry, ainfo); entry = ATTR_NEXT(entry)) {
2203 entry = ATTR_NEXT(entry);
2269 entry = ATTR_NEXT(entry);
2380 entry = ATTR_NEXT(entry);
2385 entry = ATTR_NEXT(entry);
2398 entry = ATTR_NEXT(entr
[all...]
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2823 #define ATTR_NEXT(ae) \ macro
2891 next = ATTR_NEXT(entry);
3350 entry = ATTR_NEXT(entry);

Completed in 108 milliseconds