Searched refs:fsctl_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_syscalls.c | 11871 fsctl_internal(proc_t p, vnode_t *arg_vp, u_long cmd, user_addr_t udata, u_long options, vfs_contex… in fsctl_internal() function 12152 error = fsctl_internal(p, &vp, uap->cmd, (user_addr_t)uap->data, uap->options, ctx); in fsctl() 12191 error = fsctl_internal(p, &vp, uap->cmd, (user_addr_t)uap->data, uap->options, ctx); in ffsctl()
|