Searched refs:fsctl_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.121.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 12605 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 12952 error = fsctl_internal(p, &vp, uap->cmd, (user_addr_t)uap->data, uap->options, ctx); in fsctl() 12991 error = fsctl_internal(p, &vp, uap->cmd, (user_addr_t)uap->data, uap->options, ctx); in ffsctl()
|