Searched refs:di_path_prop_next (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/ |
H A D | bay_util.c | 223 di_path_prop_next(pnode, di_path_prop)) != DI_PROP_NIL) { 251 while ((di_path_prop = di_path_prop_next(path_node, 350 di_path_prop_next(pnode, di_path_prop)) != DI_PROP_NIL) { 376 while ((di_path_prop = di_path_prop_next(path_node,
|
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/ |
H A D | pi_subr.c | 531 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { 834 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) { 973 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
|
/osnet-11/usr/src/lib/libsuri/common/ |
H A D | suri_devinfo.c | 141 while ((pprop = di_path_prop_next(pi, pprop)) != DI_PROP_NIL) { 238 while ((pprop = di_path_prop_next(path, pprop)) != DI_PROP_NIL) {
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | libdevinfo.h | 287 extern di_path_prop_t di_path_prop_next(di_path_t path, di_path_prop_t prop);
|
H A D | devinfo.c | 2312 di_path_prop_next(di_path_t path, di_path_prop_t prop) function 2475 while ((prop = di_path_prop_next(path, prop)) != DI_PROP_NIL) {
|
Completed in 40 milliseconds