Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c72 static int procfs_ioctl (struct vop_ioctl_args *);
113 .vop_ioctl = procfs_ioctl
277 procfs_ioctl(struct vop_ioctl_args *ap) in procfs_ioctl() function