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

/illumos-gate/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetMultipathLusPlugin.c45 if ((path = di_path_client_next_path(node, DI_PATH_NIL))
46 == DI_PATH_NIL) {
58 } while ((path = di_path_client_next_path(node, path)) != DI_PATH_NIL);
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) {
/illumos-gate/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))
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c499 di_path_t dpath = DI_PATH_NIL;
503 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
529 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
769 di_path_t dpath = DI_PATH_NIL;
774 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
800 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
904 di_path_t dpath = DI_PATH_NIL;
908 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
932 if (di_prop == DI_PROP_NIL && (dpath == DI_PATH_NIL ||
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c642 return (di_path_client_next_path(dinode, DI_PATH_NIL) != DI_PATH_NIL);
768 di_path_t dipath = DI_PATH_NIL;
778 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL)
792 di_path_client_next_path(dinode, dipath)) != DI_PATH_NIL) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1174 if (path == DI_PATH_NIL) {
1898 if (path != DI_PATH_NIL) {
1904 return (DI_PATH_NIL);
1929 return (DI_PATH_NIL);
1940 if (path != DI_PATH_NIL) {
1946 return (DI_PATH_NIL);
1971 return (DI_PATH_NIL);
1995 return (DI_PATH_NIL);
2008 return (DI_PATH_NIL);
2070 if (path == DI_PATH_NIL) {
[all...]
H A Dlibdevinfo.h129 #define DI_PATH_NIL NULL macro
/illumos-gate/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) {
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c329 di_path_t pi = DI_PATH_NIL;
334 while ((pi = di_path_phci_next_path(node, pi)) != DI_PATH_NIL) {
/illumos-gate/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.c752 di_path_t next_pi = DI_PATH_NIL;
782 di_path_t pi_node = DI_PATH_NIL;
851 DI_PATH_NIL) {
871 } while (pi_node != DI_PATH_NIL);
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c1066 di_path_t path = DI_PATH_NIL;
1075 DI_PATH_NIL) {
1080 if ((nodechild == DI_NODE_NIL) && (path == DI_PATH_NIL)) {
1093 while (path != DI_PATH_NIL) {
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1043 di_path_t pi = DI_PATH_NIL;
1049 if (node == DI_PATH_NIL)
1052 while ((pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
1912 if (node == DI_PATH_NIL)
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c706 di_path_t pi = DI_PATH_NIL;
709 (pi = di_path_client_next_path(node, pi)) != DI_PATH_NIL) {
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1046 di_path_t pi = DI_PATH_NIL;
1100 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) {
1104 if (phci_node == DI_PATH_NIL)
1199 di_path_t pi = DI_PATH_NIL;
1201 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) {
1210 if (phci_node == DI_PATH_NIL)

Completed in 118 milliseconds