summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-01 15:54:39 +0000
committerphk <phk@FreeBSD.org>2002-12-01 15:54:39 +0000
commit7c627ee9942388508f36e5a04874c5c10ffadcaa (patch)
treea8f17480e770cf40a9f8afd8b4009af8b9b38ada /sys
parentf3c2bbdee187245cd2be289f044a32f05f444b4d (diff)
downloadFreeBSD-src-7c627ee9942388508f36e5a04874c5c10ffadcaa.zip
FreeBSD-src-7c627ee9942388508f36e5a04874c5c10ffadcaa.tar.gz
Use more mnemonic argument names in the access functions.
Sponsored by: DARPA & NAI Labs Approved by: re (blanket)
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/geom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom.h b/sys/geom/geom.h
index df21e31..ec668a2 100644
--- a/sys/geom/geom.h
+++ b/sys/geom/geom.h
@@ -211,8 +211,8 @@ void g_silence(void);
void g_waitidle(void);
/* geom_subr.c */
-int g_access_abs(struct g_consumer *cp, int read, int write, int exclusive);
-int g_access_rel(struct g_consumer *cp, int read, int write, int exclusive);
+int g_access_abs(struct g_consumer *cp, int nread, int nwrite, int nexcl);
+int g_access_rel(struct g_consumer *cp, int nread, int nwrite, int nexcl);
void g_add_class(struct g_class *mp);
int g_attach(struct g_consumer *cp, struct g_provider *pp);
void g_destroy_consumer(struct g_consumer *cp);
OpenPOWER on IntegriCloud