Home
last modified time | relevance | path

Searched refs:vop_enotty (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dvnode.h864 int vop_enotty(struct vop_generic_args *ap);
1041 #define VOP_ENOTTY ((void*)(uintptr_t)vop_enotty)
/f-stack/freebsd/kern/
H A Dvfs_default.c182 vop_enotty(struct vop_generic_args *ap) in vop_enotty() function