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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c369 attrgroup_t recognised; local
371 recognised = 0;
375 recognised |= tab->attr;
389 /* check to make sure that we recognised all of the passed-in attributes */
390 if (attrs & ~recognised)
599 attrgroup_t recognised; local
601 recognised = 0;
605 recognised |= tab->attr;
617 if (attrs == recognised)
622 /* check to make sure that we recognised al
[all...]

Completed in 62 milliseconds