Searched refs:pprop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_devinfo.c139 di_path_prop_t pprop = DI_PROP_NIL; local
141 while ((pprop = di_path_prop_next(pi, pprop)) != DI_PROP_NIL) {
142 if (strcmp(prop_name, di_path_prop_name(pprop)) == 0) {
143 assert(di_path_prop_strings(pprop, &prop_str) != 0);
234 di_path_prop_t pprop = DI_PROP_NIL; local
238 while ((pprop = di_path_prop_next(path, pprop)) != DI_PROP_NIL) {
239 if (strcmp("target-port", di_path_prop_name(pprop)) == 0) {
240 assert(di_path_prop_strings(pprop, targe
[all...]

Completed in 26 milliseconds