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

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c212 di_prop_t di_prop = DI_PROP_NIL;
213 di_path_prop_t di_path_prop = DI_PROP_NIL;
223 di_path_prop_next(pnode, di_path_prop)) != DI_PROP_NIL) {
235 for (di_prop = di_prop_next(dnode, DI_PROP_NIL);
236 di_prop != DI_PROP_NIL;
252 di_path_prop)) != DI_PROP_NIL) {
339 di_prop_t di_prop = DI_PROP_NIL;
340 di_path_prop_t di_path_prop = DI_PROP_NIL;
350 di_path_prop_next(pnode, di_path_prop)) != DI_PROP_NIL) {
362 for (di_prop = di_prop_next(dnode, DI_PROP_NIL);
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c195 di_prop_t prop = DI_PROP_NIL;
283 DI_PROP_NIL) {
293 if (prop != DI_PROP_NIL) {
317 prop = DI_PROP_NIL;
374 prop = DI_PROP_NIL;
376 prop)) != DI_PROP_NIL) {
386 if (prop != DI_PROP_NIL) {
434 di_prop_t prop_lun = DI_PROP_NIL;
439 while ((prop_lun = di_prop_next(dev_node, prop_lun)) != DI_PROP_NIL) {
450 if (prop_lun == DI_PROP_NIL) {
[all...]
H A Dcfga_list.c1194 di_prop_t prop = DI_PROP_NIL;
1248 != DI_PROP_NIL) {
1257 if (prop != DI_PROP_NIL) {
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c524 di_prop_t di_prop = DI_PROP_NIL;
526 di_path_prop_t di_path_prop = DI_PROP_NIL;
531 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
542 for (di_prop = di_prop_next(node, DI_PROP_NIL);
543 di_prop != DI_PROP_NIL;
555 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
556 di_path_prop == DI_PROP_NIL)) {
826 di_prop_t di_prop = DI_PROP_NIL;
828 di_path_prop_t di_path_prop = DI_PROP_NIL;
834 di_path_prop_next(dpath, di_path_prop)) != DI_PROP_NIL) {
[all...]
H A Dpi_pciexrc.c500 for (di_prop = di_prop_next(dnode, DI_PROP_NIL);
501 di_prop != DI_PROP_NIL;
517 if (di_prop == DI_PROP_NIL) {
539 if (di_prom_prop == DI_PROP_NIL) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c1561 return (DI_PROP_NIL);
1567 if (prop != DI_PROP_NIL)
1598 return (DI_PROP_NIL);
1600 } while ((prop == DI_PROP_NIL) && (list < DI_PROP_NLISTS));
1779 di_prop_t prop = DI_PROP_NIL;
1788 return (DI_PROP_NIL);
1791 while ((prop = di_prop_next(node, prop)) != DI_PROP_NIL) {
1799 return (DI_PROP_NIL);
1805 di_prop_t prop = DI_PROP_NIL;
1810 return (DI_PROP_NIL);
[all...]
H A Dlibdevinfo.h133 #define DI_PROP_NIL NULL macro
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c216 for (di_prop = di_prop_next(di_node, DI_PROP_NIL);
217 di_prop != DI_PROP_NIL;
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_devinfo.c139 di_path_prop_t pprop = DI_PROP_NIL;
141 while ((pprop = di_path_prop_next(pi, pprop)) != DI_PROP_NIL) {
159 di_prop_t prop = DI_PROP_NIL;
161 while ((prop = fn(node, prop)) != DI_PROP_NIL) {
234 di_path_prop_t pprop = DI_PROP_NIL;
238 while ((pprop = di_path_prop_next(path, pprop)) != DI_PROP_NIL) {
/osnet-11/usr/src/lib/libbootmgmt/common/
H A Dlibbootmgmt.c82 di_prop_t prop = DI_PROP_NIL;
91 while ((prop = di_prop_next(root_node, prop)) != DI_PROP_NIL) {
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_props.c262 di_prop_t hp = DI_PROP_NIL;
265 while ((hp = di_prop_next(n, hp)) != DI_PROP_NIL) {
291 di_prop_t hp = DI_PROP_NIL;
297 while ((hp = di_prop_next(n, hp)) != DI_PROP_NIL) {
/osnet-11/usr/src/lib/fm/topo/modules/common/usb/common/
H A Dusb.c121 di_prop_t hp = DI_PROP_NIL;
124 while ((hp = di_prop_next(n, hp)) != DI_PROP_NIL) {
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c1098 solaris_prop = di_prop_hw_next(din, DI_PROP_NIL);
1099 while (solaris_prop != DI_PROP_NIL) {
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c1239 solaris_prop = di_prop_hw_next(din, DI_PROP_NIL);
1240 while (solaris_prop != DI_PROP_NIL) {
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c828 if (di_prop_find(DDI_DEV_T_ANY, node, "smp-device") != DI_PROP_NIL) {

Completed in 54 milliseconds