Searched refs:attr_entry (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1331 * In particular, all of the attr_entry structures must lie
1363 typedef struct attr_entry { struct
1423 attr_entry_t *attr_entry; member in struct:attr_info
1657 if (ainfo.attrhdr == NULL || ainfo.attr_entry == NULL) {
1668 entry = ainfo.attr_entry;
1885 entry = ainfo.attr_entry;
2009 for (entry = ainfo.attr_entry; entry != lastentry && ATTR_VALID(entry, ainfo); entry = ATTR_NEXT(entry)) {
2191 entry = ainfo.attr_entry;
2264 entry = ainfo.attr_entry;
2377 for (i = 0, entry = ainfo.attr_entry;
[all...]
/macosx-10.10/vim-55/src/
H A Dstructs.h846 typedef struct attr_entry struct
/macosx-10.10/copyfile-118.1.2/
H A Dcopyfile.c2744 typedef struct attr_entry struct

Completed in 208 milliseconds