_kern_open_attr_dir
extern int _kern_open_attr_dir(int fd, const char *path);
extern int _kern_open_attr_dir(int fd, const char *path,
fAttrFd = _kern_open_attr_dir(fFd, NULL);
fAttrFd = _kern_open_attr_dir(fFd, NULL, false);
int fd = _kern_open_attr_dir(file, path, traverse);
fAttrDir = _kern_open_attr_dir(fd, NULL);
int _kern_open_attr_dir(int fd, const char *path);