Home
last modified time | relevance | path

Searched refs:di_path_prop_next (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers64 di_path_prop_next;
H A Dlibdevinfo.h279 extern di_path_prop_t di_path_prop_next(di_path_t path, di_path_prop_t prop);
H A Ddevinfo.c2128 di_path_prop_next(di_path_t path, di_path_prop_t prop) in di_path_prop_next() function
2291 while ((prop = di_path_prop_next(path, prop)) != DI_PROP_NIL) { in di_path_prop_search()
/illumos-gate/usr/src/man/man3devinfo/
H A DMakefile40 di_path_prop_next.3devinfo \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3devinfo.inc131 file path=usr/share/man/man3devinfo/di_path_prop_next.3devinfo
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1260 for (di_path_prop = di_path_prop_next(pi, DI_PROP_NIL); in construct_mpath_node()
1262 di_path_prop = di_path_prop_next(pi, di_path_prop)) { in construct_mpath_node()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c127 (dump_nextprop_t)di_path_prop_next,