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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_attrlist.c267 attrgroup_t recognised; local
269 recognised = 0;
273 recognised |= tab->attr;
287 /* check to make sure that we recognised all of the passed-in attributes */
288 if (attrs & ~recognised)
458 attrgroup_t recognised; local
460 recognised = 0;
464 recognised |= tab->attr;
476 if (attrs == recognised)
481 /* check to make sure that we recognised al
[all...]

Completed in 17 milliseconds