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

/xnu-2782.1.97/bsd/sys/
H A Dunistd.h133 unsigned int ad_name_offset; member in struct:accessx_descriptor
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c4884 * see, the valid values for the offset ad_name_offset will be
4972 j = input[i].ad_name_offset / sizeof(struct accessx_descriptor);
5032 * If the ad_name_offset is 0, then we use the previous
5036 if (input[i].ad_name_offset != 0) {
5055 for (j = i + 1; (j < desc_actual) && (input[j].ad_name_offset == 0); j++)
5067 CAST_USER_ADDR_T(((const char *)input) + input[i].ad_name_offset),

Completed in 47 milliseconds