Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c505 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { in pi_get_lun()
776 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { in pi_get_phynum()
910 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { in pi_get_target_port()
/titanic_44/usr/src/man/man3devinfo/
H A DMakefile40 di_path_prop_next.3devinfo \
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3devinfo.inc36 file path=usr/share/man/man3devinfo/di_path_prop_next.3devinfo
/titanic_44/usr/src/cmd/prtconf/
H A Dpdevinfo.c123 (dump_nextprop_t)di_path_prop_next,
/titanic_44/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1242 for (di_path_prop = di_path_prop_next(pi, DI_PROP_NIL); in construct_mpath_node()
1244 di_path_prop = di_path_prop_next(pi, di_path_prop)) { in construct_mpath_node()