getconf: don't include xpg4 bits, gcc7 includes xpg6 bits for us
[unleashed.git] / share / man / man7fs / objfs.7fs
blob4cadf59dfbc2859064d066665155381ac9ad6b89
1 '\" te
2 .\"  Copyright (c) 2004, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH OBJFS 7FS "Aug 30, 2004"
7 .SH NAME
8 objfs \- Kernel object filesystem
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBobjfs\fR filesystem describes the state of all modules currently loaded
13 by the kernel. It is mounted during boot at \fB/system/object\fR.
14 .sp
15 .LP
16 The contents of the filesystem are dynamic and reflect the current state of the
17 system. Each module is represented by a directory containing a single
18 file, 'object.' The object file is a read only ELF file which contains information
19 about the object loaded in the kernel.
20 .sp
21 .LP
22 The kernel may load and unload modules dynamically as the system runs. As a
23 result, applications may observe different directory contents in
24 \fB/system/object\fR if they repeatedly rescan the directory. If a module is
25 unloaded, its associated \fB/system/object\fR files disappear from the
26 hierarchy and subsequent attempts to open them, or to read files opened before
27 the module unloaded, elicits an error.
28 .SH FILES
29 .sp
30 .ne 2
31 .na
32 \fB\fB/system/object\fR\fR
33 .ad
34 .RS 18n
35 Mount point for objfs file system
36 .RE
38 .SH ATTRIBUTES
39 .sp
40 .LP
41 See \fBattributes\fR(5) for descriptions of the following attributes:
42 .sp
44 .sp
45 .TS
46 box;
47 c | c
48 l | l .
49 ATTRIBUTE TYPE  ATTRIBUTE VALUE
51 Interface Stability     Private
52 .TE
54 .SH SEE ALSO
55 .sp
56 .LP
57 \fBvfstab\fR(4)
58 .SH NOTES
59 .sp
60 .LP
61 The content of the ELF files is private to the implementation and subject to
62 change without notice.