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

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c103 rv = get_str_prop(dnode, DI_PATH_NIL, "model", model);
118 rv = get_str_prop(parent_node, DI_PATH_NIL, "model",
123 rv = get_str_prop(parent_node, DI_PATH_NIL,
131 rv = get_str_prop(dnode, DI_PATH_NIL, "ddi-vhci-class", strp);
211 di_path_t path_node = DI_PATH_NIL;
216 (dnode == DI_NODE_NIL && pnode == DI_PATH_NIL)) {
221 if (pnode != DI_PATH_NIL) {
250 DI_PATH_NIL) {
288 rv = get_str_prop(di_child_node(dnode), DI_PATH_NIL,
308 phy = get_int_prop(di_child_node(dnode), DI_PATH_NIL, PHY_NU
[all...]
H A Dbay_subr.c63 di_path_t pnode = DI_PATH_NIL;
82 rv = get_str_prop(di_child_node(cnode), DI_PATH_NIL,
141 di_path_t pnode = DI_PATH_NIL;
144 if (get_phy(cnode, DI_PATH_NIL) == phy) {
151 while ((pnode = di_path_phci_next_path(dnode, pnode)) != DI_PATH_NIL) {
198 ccode = (uint32_t)get_int_prop(hba_node, DI_PATH_NIL, "class-code");
258 if (pnode != DI_PATH_NIL) {
322 di_path_t dpath = DI_PATH_NIL;
353 dpath = DI_PATH_NIL;
398 rv = get_str_prop(dnode, DI_PATH_NIL, "sa
[all...]
H A Dbay.c169 di_path_t pnode = DI_PATH_NIL;
194 (void) get_str_prop(bp->hba_dnode, DI_PATH_NIL, "mpxio-disable", mpxd);
225 di_path_t pnode = DI_PATH_NIL;
237 (void) get_str_prop(bp->hba_dnode, DI_PATH_NIL, "mpxio-disable", mpxd);
252 } else if (pnode != DI_PATH_NIL) {
300 di_path_t pn = DI_PATH_NIL;
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c49 di_path_t path = DI_PATH_NIL;
134 path = di_path_next(ph_node, DI_PATH_NIL);
136 if (DI_PATH_NIL == path) {
139 " - path is DI_PATH_NIL");
142 while (DI_PATH_NIL != path) {
203 di_path_t path = DI_PATH_NIL;
310 while (DI_PATH_NIL != path) {
H A DMP_GetMPLuOidListFromTPG.c136 di_path_t path = DI_PATH_NIL;
233 while (DI_PATH_NIL != path) {
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c211 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL);
212 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi))
224 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL);
225 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi))
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_devinfo.c106 di_path_t pi = DI_PATH_NIL;
109 if ((pi = di_path_client_next_path(node, pi)) == DI_PATH_NIL)
321 di_path_t path = DI_PATH_NIL;
325 path = di_path_client_next_path(node, DI_PATH_NIL);
326 if (path == DI_PATH_NIL)
338 di_path_t pi = DI_PATH_NIL;
370 pi = DI_PATH_NIL;
371 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
445 di_path_t pi = DI_PATH_NIL;
471 if ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c525 di_path_t dpath = DI_PATH_NIL;
529 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
555 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
827 di_path_t dpath = DI_PATH_NIL;
832 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
858 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
967 di_path_t dpath = DI_PATH_NIL;
971 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
995 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c194 di_path_t path = DI_PATH_NIL;
260 if ((dev_node == DI_NODE_NIL) && (path == DI_PATH_NIL)) {
326 if (path != DI_PATH_NIL) {
416 } while (path != DI_PATH_NIL);
H A Dcfga_cs.c502 di_path_t path = DI_PATH_NIL;
580 for (path = di_path_next_phci(node, DI_PATH_NIL);
581 path != DI_PATH_NIL;
1072 while (pnode != DI_PATH_NIL) {
1426 di_path_t path_node = DI_PATH_NIL;
1488 if ((direct_node == DI_NODE_NIL) && (path_node == DI_PATH_NIL)) {
H A Dcfga_list.c1934 di_path_t path = DI_PATH_NIL;
1966 if ((path = di_path_next_client(root, path)) == DI_PATH_NIL) {
2095 } while (path != DI_PATH_NIL);
2128 di_path_t path = DI_PATH_NIL;
2153 if ((path = di_path_next_client(root, path)) == DI_PATH_NIL) {
2424 } while (path != DI_PATH_NIL);
2887 if (path == DI_PATH_NIL) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c1250 if (path == DI_PATH_NIL) {
2082 if (path != DI_PATH_NIL) {
2088 return (DI_PATH_NIL);
2113 return (DI_PATH_NIL);
2124 if (path != DI_PATH_NIL) {
2130 return (DI_PATH_NIL);
2155 return (DI_PATH_NIL);
2179 return (DI_PATH_NIL);
2192 return (DI_PATH_NIL);
2254 if (path == DI_PATH_NIL) {
[all...]
H A Dlibdevinfo.h130 #define DI_PATH_NIL NULL macro
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_cvt.c302 di_path_t pi_node = DI_PATH_NIL;
366 DI_PATH_NIL) {
405 } while (pi_node != DI_PATH_NIL);
674 if ((path == DI_PATH_NIL) || (*dyncompp != NULL)) {
H A Dcfga_list.c540 if (di_path_next_client(root, DI_PATH_NIL) == DI_PATH_NIL) {
549 for (pi_node = di_path_next_client(root, DI_PATH_NIL); pi_node;
580 for (pi_node = di_path_next_client(root, DI_PATH_NIL); pi_node;
H A Dcfga_utils.c751 di_path_t next_pi = DI_PATH_NIL;
781 di_path_t pi_node = DI_PATH_NIL;
850 DI_PATH_NIL) {
870 } while (pi_node != DI_PATH_NIL);
/osnet-11/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c1060 di_path_t path = DI_PATH_NIL;
1069 DI_PATH_NIL) {
1074 if ((nodechild == DI_NODE_NIL) && (path == DI_PATH_NIL)) {
1087 while (path != DI_PATH_NIL) {
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c791 di_path_t path_node = DI_PATH_NIL;
814 for (path_node = di_path_next_client(iport, DI_PATH_NIL); path_node;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c704 di_path_t pi = DI_PATH_NIL;
707 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {

Completed in 85 milliseconds