1 '\" te
2 .\" Copyright (c) 2003, 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 LIBCFGADM 3LIB "May 22, 2003"
7 .SH NAME
8 libcfgadm \- configuration administration library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lcfgadm\fR \fB -ldevinfo \fR \fB -ldl \fR [ \fIlibrary\fR.. ]
13 #include <\fBconfig_admin.h\fR>
14 .fi
15
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide services for configuration administration.
20 .SH INTERFACES
21 .sp
22 .LP
23 The shared object \fBlibcfgadm.so.1\fR provides the public interfaces defined
24 below. See \fBIntro\fR(3) for additional information on shared object
25 interfaces.
26 .sp
27
28 .sp
29 .TS
30 l l
31 l l .
32 \fBconfig_ap_id_cmp\fR \fBconfig_change_state\fR
33 \fBconfig_help\fR \fBconfig_list\fR
34 \fBconfig_list_ext\fR \fBconfig_private_func\fR
35 \fBconfig_stat\fR \fBconfig_strerror\fR
36 \fBconfig_test\fR \fBconfig_unload_libs\fR
37 .TE
38
39 .SH FILES
40 .sp
41 .ne 2
42 .na
43 \fB\fB/usr/lib/libcfgadm.so.1\fR\fR
44 .ad
45 .RS 30n
46 shared object
47 .RE
48
49 .sp
50 .ne 2
51 .na
52 \fB\fB/usr/lib/64/libcfgadm.so.1\fR\fR
53 .ad
54 .RS 30n
55 64-bit shared object
56 .RE
57
58 .SH ATTRIBUTES
59 .sp
60 .LP
61 See \fBattributes\fR(5) for descriptions of the following attributes:
62 .sp
63
64 .sp
65 .TS
66 box;
67 c | c
68 l | l .
69 ATTRIBUTE TYPE ATTRIBUTE VALUE
70 MT-Level Mt-Safe
71 .TE
72
73 .SH SEE ALSO
74 .sp
75 .LP
76 \fBpvs\fR(1), \fBcfgadm\fR(1M), \fBIntro\fR(3), \fBconfig_admin\fR(3CFGADM),
77 \fBattributes\fR(5)
|
1 '\" te
2 .\" Copyright (c) 2003, 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 LIBCFGADM 3LIB "Aug 19, 2019"
7 .SH NAME
8 libcfgadm \- configuration administration library
9 .SH SYNOPSIS
10 .nf
11 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lcfgadm\fR \fB-ldevinfo\fR \fB-ldl\fR [ \fIlibrary\fR... ]
12 #include <\fBconfig_admin.h\fR>
13 .fi
14
15 .SH DESCRIPTION
16 Functions in this library provide services for configuration administration.
17 .SH INTERFACES
18 The shared object \fBlibcfgadm.so.1\fR provides the public interfaces defined
19 below. See \fBIntro\fR(3) for additional information on shared object
20 interfaces.
21 .sp
22
23 .sp
24 .TS
25 l l
26 l l .
27 \fBconfig_ap_id_cmp\fR \fBconfig_change_state\fR
28 \fBconfig_help\fR \fBconfig_list\fR
29 \fBconfig_list_ext\fR \fBconfig_private_func\fR
30 \fBconfig_stat\fR \fBconfig_strerror\fR
31 \fBconfig_test\fR \fBconfig_unload_libs\fR
32 .TE
33
34 .SH FILES
35 .ne 2
36 .na
37 \fB/usr/lib/libcfgadm.so.1\fR
38 .ad
39 .RS 30n
40 shared object
41 .RE
42
43 .sp
44 .ne 2
45 .na
46 \fB/usr/lib/64/libcfgadm.so.1\fR
47 .ad
48 .RS 30n
49 64-bit shared object
50 .RE
51
52 .SH ATTRIBUTES
53 See \fBattributes\fR(5) for descriptions of the following attributes:
54 .sp
55
56 .sp
57 .TS
58 box;
59 c | c
60 l | l .
61 ATTRIBUTE TYPE ATTRIBUTE VALUE
62 MT-Level Mt-Safe
63 .TE
64
65 .SH SEE ALSO
66 \fBpvs\fR(1), \fBcfgadm\fR(1M), \fBIntro\fR(3), \fBconfig_admin\fR(3CFGADM),
67 \fBattributes\fR(5)
|