Searched defs:di_path_prop (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c213 di_path_prop_t di_path_prop = DI_PROP_NIL; local
222 while ((di_path_prop =
223 di_path_prop_next(pnode, di_path_prop)) != DI_PROP_NIL) {
225 di_path_prop_name(di_path_prop)) == 0) {
226 (void) di_path_prop_ints(di_path_prop, &buf);
251 while ((di_path_prop = di_path_prop_next(path_node,
252 di_path_prop)) != DI_PROP_NIL) {
254 di_path_prop_name(di_path_prop)) == 0) {
255 (void) di_path_prop_ints(di_path_prop,
340 di_path_prop_t di_path_prop local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c526 di_path_prop_t di_path_prop = DI_PROP_NIL; local
530 while ((di_path_prop =
531 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
533 di_path_prop_name(di_path_prop)) == 0) {
534 (void) di_path_prop_ints(di_path_prop, &buf);
556 di_path_prop == DI_PROP_NIL)) {
828 di_path_prop_t di_path_prop = DI_PROP_NIL; local
833 while ((di_path_prop =
834 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
836 di_path_prop_name(di_path_prop))
968 di_path_prop_t di_path_prop = DI_PROP_NIL; local
[all...]

Completed in 24 milliseconds