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

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c3296 int niopts; local
3447 niopts = FOLLOW | AUDITVNPATH1;
3451 niopts |= WANTPARENT;
3454 NDINIT(&nd, LOOKUP, niopts, UIO_SYSSPACE, CAST_USER_ADDR_T(((const char *)input) + input[i].ad_name_offset), &context);
3519 int niopts; local
3535 niopts = FOLLOW | AUDITVNPATH1;
3538 niopts |= WANTPARENT;
3539 NDINIT(&nd, LOOKUP, niopts, UIO_USERSPACE, uap->path, &context);

Completed in 21 milliseconds