Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/tools/vop_table/
HDvop_table.tcl99 set fnames(vop_enotty) t
/freebsd-14-stable/sys/sys/
HDvnode.h907 int vop_enotty(struct vop_generic_args *ap);
1098 #define VOP_ENOTTY ((void*)(uintptr_t)vop_enotty)
/freebsd-14-stable/sys/kern/
HDvfs_default.c177 vop_enotty(struct vop_generic_args *ap) in vop_enotty() function