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

/xnu-2782.1.97/bsd/sys/
H A Dunistd.h132 struct accessx_descriptor { struct
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c4877 * struct accessx_descriptor[0]
4879 * struct accessx_descriptor[n]
4887 * [ uap->entries + sizeof(struct accessx_descriptor) ]
4899 struct accessx_descriptor *input = NULL;
4910 struct accessx_descriptor stack_input[ACCESSX_MAX_DESCR_ON_STACK];
4926 if (uap->size < (sizeof(struct accessx_descriptor) + 2))
4931 MALLOC(input, struct accessx_descriptor *, uap->size, M_TEMP, M_WAITOK);
4963 desc_max = (uap->size - 2) / sizeof(struct accessx_descriptor);
4972 j = input[i].ad_name_offset / sizeof(struct accessx_descriptor);

Completed in 39 milliseconds