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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.c789 u_long *a_nummatches;
800 *(ap->a_nummatches) = 0;
H A Dkpi_vfs.c4986 uint32_t *a_nummatches;
5009 a.a_nummatches = nummatches;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c172 u_long *a_nummatches;
206 *(ap->a_nummatches) = 0;
381 attributesBuffer, variableBuffer, ap->a_nummatches);
392 if (*(ap->a_nummatches) >= ap->a_maxmatches)
426 if ( *(ap->a_nummatches) > 0 )
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1198 uint32_t *a_nummatches; member in struct:vnop_searchfs_args

Completed in 37 milliseconds