Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/procfs/
H A Dprocfs_vnops.c70 static int procfs_getattr (struct vop_getattr_args *);
94 .vop_getattr = procfs_getattr,
521 procfs_getattr(struct vop_getattr_args *ap) in procfs_getattr() function