Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_xattr.c1504 #define ATTR_NEXT(ae) \ argument
1505 (attr_entry_t *)((u_int8_t *)(ae) + ATTR_ENTRY_LENGTH((ae)->namelen))
1507 #define ATTR_VALID(ae, ai) \ argument
1508 ((&(ae)->namelen < ((ai).rawdata + (ai).rawsize)) && \
1509 (u_int8_t *)ATTR_NEXT(ae) <= ((ai).rawdata + (ai).rawsize))