Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3devinfo/
H A DMakefile99 di_path_prop_name.3devinfo \
179 di_path_prop_name.3devinfo := LINKSRC = di_path_prop_bytes.3devinfo
/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers63 di_path_prop_name;
H A Dlibdevinfo.h281 extern char *di_path_prop_name(di_path_prop_t prop);
H A Ddevinfo.c2171 di_path_prop_name(di_path_prop_t prop) in di_path_prop_name() function
2295 di_path_prop_name(prop), prop_type)); in di_path_prop_search()
2297 if (strcmp(name, di_path_prop_name(prop)) != 0) in di_path_prop_search()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3devinfo.inc129 link path=usr/share/man/man3devinfo/di_path_prop_name.3devinfo \
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c86 (dump_propname_t)di_path_prop_name,
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1154 di_val = di_path_prop_name(di_path_prop); in add_di_path_prop()