1 LIBCFGADM(3LIB) Interface Libraries LIBCFGADM(3LIB) 2 3 4 5 NAME 6 libcfgadm - configuration administration library 7 8 SYNOPSIS 9 cc [ flag... ] file... -lcfgadm -ldevinfo -ldl [ library... ] 10 #include <config_admin.h> 11 12 13 DESCRIPTION 14 Functions in this library provide services for configuration 15 administration. 16 17 INTERFACES 18 The shared object libcfgadm.so.1 provides the public interfaces defined 19 below. See Intro(3) for additional information on shared object 20 interfaces. 21 22 23 24 25 config_ap_id_cmp config_change_state 26 config_help config_list 27 config_list_ext config_private_func 28 config_stat config_strerror 29 config_test config_unload_libs 30 31 32 FILES 33 /usr/lib/libcfgadm.so.1 34 shared object 35 36 37 /usr/lib/64/libcfgadm.so.1 38 64-bit shared object 39 40 41 ATTRIBUTES 42 See attributes(5) for descriptions of the following attributes: 43 44 45 46 47 +---------------+-----------------+ 48 |ATTRIBUTE TYPE | ATTRIBUTE VALUE | 49 |MT-Level | Mt-Safe | 50 +---------------+-----------------+ 51 52 SEE ALSO 53 pvs(1), cfgadm(1M), Intro(3), config_admin(3CFGADM), attributes(5) 54 55 56 57 August 19, 2019 LIBCFGADM(3LIB)