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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3300 struct accessx_descriptor stack_input[ACCESSX_MAX_DESCR_ON_STACK]; local
3318 if (uap->size <= sizeof (stack_input)) {
3319 input = stack_input;
3489 if (input && input != stack_input)

Completed in 11 milliseconds