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

/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c4432 struct accessx_descriptor stack_input[ACCESSX_MAX_DESCR_ON_STACK]; local
4450 if (uap->size <= sizeof (stack_input)) {
4451 input = stack_input;
4627 if (input && input != stack_input)

Completed in 200 milliseconds