Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump regen: rump_vfs_mount_print
details: https://anonhg.NetBSD.org/src/rev/ef38acb4c48d
branches: trunk
changeset: 755188:ef38acb4c48d
user: pooka <pooka%NetBSD.org@localhost>
date: Wed May 26 21:51:58 2010 +0000
description:
regen: rump_vfs_mount_print
diffstat:
sys/rump/include/rump/rumpvfs_if_pub.h | 5 +++--
sys/rump/librump/rumpvfs/rumpvfs_if_priv.h | 5 +++--
sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c | 13 +++++++++++--
3 files changed, 17 insertions(+), 6 deletions(-)
diffs (74 lines):
diff -r 2b2302f002c3 -r ef38acb4c48d sys/rump/include/rump/rumpvfs_if_pub.h
--- a/sys/rump/include/rump/rumpvfs_if_pub.h Wed May 26 21:50:56 2010 +0000
+++ b/sys/rump/include/rump/rumpvfs_if_pub.h Wed May 26 21:51:58 2010 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: rumpvfs_if_pub.h,v 1.5 2010/05/20 15:47:45 pooka Exp $ */
+/* $NetBSD: rumpvfs_if_pub.h,v 1.6 2010/05/26 21:51:58 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp
+ * from: NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp
* by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
*/
@@ -34,6 +34,7 @@
int rump_pub_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *);
void rump_pub_vfs_syncwait(struct mount *);
int rump_pub_vfs_getmp(const char *, struct mount **);
+void rump_pub_vfs_mount_print(const char *, int);
void rump_pub_rcvp_set(struct vnode *, struct vnode *);
struct vnode * rump_pub_cdir_get(void);
int rump_pub_syspuffs_glueinit(int, int *);
diff -r 2b2302f002c3 -r ef38acb4c48d sys/rump/librump/rumpvfs/rumpvfs_if_priv.h
--- a/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h Wed May 26 21:50:56 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_if_priv.h Wed May 26 21:51:58 2010 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: rumpvfs_if_priv.h,v 1.5 2010/05/20 15:58:09 pooka Exp $ */
+/* $NetBSD: rumpvfs_if_priv.h,v 1.6 2010/05/26 21:51:58 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp
+ * from: NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp
* by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
*/
@@ -34,6 +34,7 @@
int rump_vfs_extattrctl(struct mount *, int, struct vnode *, int, const char *);
void rump_vfs_syncwait(struct mount *);
int rump_vfs_getmp(const char *, struct mount **);
+void rump_vfs_mount_print(const char *, int);
void rump_rcvp_set(struct vnode *, struct vnode *);
struct vnode * rump_cdir_get(void);
int rump_syspuffs_glueinit(int, int *);
diff -r 2b2302f002c3 -r ef38acb4c48d sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c
--- a/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c Wed May 26 21:50:56 2010 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs_if_wrappers.c Wed May 26 21:51:58 2010 +0000
@@ -1,8 +1,8 @@
-/* $NetBSD: rumpvfs_if_wrappers.c,v 1.5 2010/05/20 15:47:45 pooka Exp $ */
+/* $NetBSD: rumpvfs_if_wrappers.c,v 1.6 2010/05/26 21:51:59 pooka Exp $ */
/*
* Automatically generated. DO NOT EDIT.
- * from: NetBSD: rumpvfs.ifspec,v 1.3 2010/05/20 15:46:47 pooka Exp
+ * from: NetBSD: rumpvfs.ifspec,v 1.4 2010/05/26 21:50:56 pooka Exp
* by: NetBSD: makerumpif.sh,v 1.4 2009/10/15 00:29:19 pooka Exp
*/
@@ -330,6 +330,15 @@
}
void
+rump_pub_vfs_mount_print(const char *arg1, int arg2)
+{
+
+ rump_schedule();
+ rump_vfs_mount_print(arg1, arg2);
+ rump_unschedule();
+}
+
+void
rump_pub_rcvp_set(struct vnode *arg1, struct vnode *arg2)
{
Home |
Main Index |
Thread Index |
Old Index