1libpicl(3LIB)                 Interface Libraries                libpicl(3LIB)
2
3
4

NAME

6       libpicl - PICL library
7

SYNOPSIS

9       cc [ flag... ] file... -lpicl [ library... ]
10       #include <picl.h>
11
12

DESCRIPTION

14       Functions in this library are used to interface with the PICL daemon to
15       access information from the PICL tree.
16

INTERFACES

18       The shared object libpicl.so.1 provides the public  interfaces  defined
19       below.  See Intro(3) for additional information on shared object inter‐
20       faces.
21
22
23
24
25       picl_find_node                picl_get_first_prop
26       picl_get_frutree_parent       picl_get_next_by_col
27       picl_get_next_by_row          picl_get_next_prop
28       picl_get_node_by_path         picl_get_prop_by_name
29       picl_get_propinfo             picl_get_propinfo_by_name
30       picl_get_propval              picl_get_propval_by_name
31       picl_get_root                 picl_initialize
32       picl_set_propval              picl_set_propval_by_name
33       picl_shutdown                 picl_strerror
34       picl_wait                     picl_walk_tree_by_class
35
36

FILES

38       /usr/lib/libpicl.so.1        shared object
39
40
41       /usr/lib/64/libpicl.so.1     64-bit shared object
42
43

ATTRIBUTES

45       See attributes(5) for descriptions of the following attributes:
46
47
48
49
50       ┌─────────────────────────────┬─────────────────────────────┐
51       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │Availability                 │SUNWpiclu (32-bit)           │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │                             │SUNWpiclx (64-bit)           │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │Interface Stability          │Evolving                     │
58       ├─────────────────────────────┼─────────────────────────────┤
59       │MT-Level                     │MT-Safe                      │
60       └─────────────────────────────┴─────────────────────────────┘
61

SEE ALSO

63       pvs(1), Intro(3), libpicl(3PICL), attributes(5)
64
65
66
67SunOS 5.11                        5 Feb 2004                     libpicl(3LIB)
Impressum