Home
last modified time | relevance | path

Searched refs:picl_get_first_prop (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3picl/
H A DMakefile23 picl_get_first_prop.3picl \
44 picl_get_next_prop.3picl := LINKSRC = picl_get_first_prop.3picl
/illumos-gate/usr/src/lib/libpicl/
H A Dpicl.h144 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
H A Dmapfile-vers56 picl_get_first_prop;
H A Dpicl.c536 picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph) in picl_get_first_prop() function
/illumos-gate/usr/src/pkg/manifests/
H A Dservice-picl.p5m73 file path=usr/share/man/man3picl/picl_get_first_prop.3picl
79 target=picl_get_first_prop.3picl
/illumos-gate/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c385 for (err = picl_get_first_prop(nodeh, &proph); err == PICL_SUCCESS; in print_proplist()