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

/darwin-on-arm/xnu/bsd/sys/
H A Dunistd.h139 unsigned int ad_name_offset; member in struct:accessx_descriptor
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c4350 * see, the valid values for the offset ad_name_offset will be
4438 j = input[i].ad_name_offset / sizeof(struct accessx_descriptor);
4498 * If the ad_name_offset is 0, then we use the previous
4502 if (input[i].ad_name_offset != 0) {
4521 for (j = i + 1; (j < desc_actual) && (input[j].ad_name_offset == 0); j++)
4533 CAST_USER_ADDR_T(((const char *)input) + input[i].ad_name_offset),

Completed in 34 milliseconds