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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c646 ssize_t fixedsize, varsize; local
689 if ((error = getvolattrlist_setupvfsattr(alp, &vs, &fixedsize, is_64bit)) != 0) {
869 ab.allocated = imin(uap->bufferSize, fixedsize + varsize);
890 ab.varcursor = ab.base + fixedsize;
891 ab.needed = fixedsize + varsize;
1153 if (!return_valid && (ab.fixedcursor - ab.base) != fixedsize)
1155 fixedsize, (long) (ab.fixedcursor - ab.base), alp->commonattr, alp->volattr);
1202 ssize_t fixedsize, varsize; local
1283 if ((error = getattrlist_setupvattr(&al, &va, &fixedsize, &action, proc_is64, (vtype == VDIR))) != 0) {
1485 ab.allocated = fixedsize
[all...]

Completed in 14 milliseconds