summaryrefslogtreecommitdiffstats
path: root/sys/fs/devfs/devfs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-08-27 14:46:36 +0000
committerphk <phk@FreeBSD.org>2000-08-27 14:46:36 +0000
commit1109c8321563e16ebc0b1632cb2e954971f036c3 (patch)
treec9f1839b54d0723eb8e61972f56384a6e231f8dd /sys/fs/devfs/devfs.h
parent7173fac52902acf879b833b7ade03cd2c55aa45a (diff)
downloadFreeBSD-src-1109c8321563e16ebc0b1632cb2e954971f036c3.zip
FreeBSD-src-1109c8321563e16ebc0b1632cb2e954971f036c3.tar.gz
Reorder vop's alphabetically.
Smarter use of devfs_allocv() (from bp@) Introduce devfs_find() ".." fixes to devfs_lookup (from bp@)
Diffstat (limited to 'sys/fs/devfs/devfs.h')
-rw-r--r--sys/fs/devfs/devfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/devfs/devfs.h b/sys/fs/devfs/devfs.h
index e144a4b..c959e53 100644
--- a/sys/fs/devfs/devfs.h
+++ b/sys/fs/devfs/devfs.h
@@ -88,6 +88,8 @@ extern unsigned devfs_generation;
extern vop_t **devfs_vnodeop_p;
extern vop_t **devfs_specop_p;
+int devfs_allocv __P((struct devfs_dirent *de, struct mount *mp, struct vnode **vpp, struct proc *p));
+struct devfs_dirent * devfs_find __P((struct devfs_dirent *dd, const char *name, int namelen));
int devfs_populate __P((struct devfs_mount *dm));
struct devfs_dirent * devfs_newdirent __P((char *name, int namelen));
void devfs_purge __P((struct devfs_dirent *dd));
OpenPOWER on IntegriCloud