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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c1208 int proc_is64; local
1215 proc_is64 = proc_is64bit(p);
1255 error = getvolattrlist(vp, uap, &al, ctx, proc_is64);
1283 if ((error = getattrlist_setupvattr(&al, &va, &fixedsize, &action, proc_is64, (vtype == VDIR))) != 0) {
1611 ATTR_PACK_TIME(ab, va.va_create_time, proc_is64);
1615 ATTR_PACK_TIME(ab, va.va_modify_time, proc_is64);
1619 ATTR_PACK_TIME(ab, va.va_change_time, proc_is64);
1623 ATTR_PACK_TIME(ab, va.va_access_time, proc_is64);
1627 ATTR_PACK_TIME(ab, va.va_backup_time, proc_is64);
1772 ATTR_PACK_TIME(ab, va.va_addedtime, proc_is64);
2093 int proc_is64, error; local
[all...]

Completed in 9 milliseconds