summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-04 09:23:23 +0000
committerobrien <obrien@FreeBSD.org>2001-09-04 09:23:23 +0000
commit70210b8344e1a3bcf30f10cbcecccf4cdb4b36e8 (patch)
tree1496890c4b80ed1b198dfc622d9af9dfff140d6a /sys
parent10a7c0e8b911ed6ce2b05fa2d8fd8056f5af1ec0 (diff)
downloadFreeBSD-src-70210b8344e1a3bcf30f10cbcecccf4cdb4b36e8.zip
FreeBSD-src-70210b8344e1a3bcf30f10cbcecccf4cdb4b36e8.tar.gz
style(9) the structure names
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/frame.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/sparc64/include/frame.h b/sys/sparc64/include/frame.h
index 1a0d4c4..9d1c0c6 100644
--- a/sys/sparc64/include/frame.h
+++ b/sys/sparc64/include/frame.h
@@ -31,7 +31,7 @@
#define SPOFF 2047
-struct trapframe {
+struct trapframe {
u_long tf_global[8];
u_long tf_out[8];
u_long tf_pil;
@@ -44,13 +44,13 @@ struct trapframe {
};
#define tf_sp tf_out[6]
-struct mmuframe {
+struct mmuframe {
u_long mf_sfar;
u_long mf_sfsr;
u_long mf_tar;
};
-struct kdbframe {
+struct kdbframe {
u_long kf_fp;
u_long kf_cfp;
u_long kf_canrestore;
@@ -60,11 +60,11 @@ struct kdbframe {
u_long kf_otherwin;
};
-struct clockframe {
+struct clockframe {
struct trapframe cf_tf;
};
-struct frame {
+struct frame {
u_long f_local[8];
u_long f_in[8];
u_long f_pad[8];
@@ -75,7 +75,7 @@ struct frame {
/*
* Frame used for pcb_wscratch.
*/
-struct rwindow {
+struct rwindow {
u_long rw_local[8];
u_long rw_in[8];
};
OpenPOWER on IntegriCloud