Lines Matching refs:DI_PATH_NIL
1174 if (path == DI_PATH_NIL) { in di_path_devfs_path()
1898 if (path != DI_PATH_NIL) { in di_path_phci_next_path()
1904 return (DI_PATH_NIL); in di_path_phci_next_path()
1929 return (DI_PATH_NIL); in di_path_phci_next_path()
1940 if (path != DI_PATH_NIL) { in di_path_client_next_path()
1946 return (DI_PATH_NIL); in di_path_client_next_path()
1971 return (DI_PATH_NIL); in di_path_client_next_path()
1995 return (DI_PATH_NIL); in di_path_next()
2008 return (DI_PATH_NIL); in di_path_next()
2070 if (path == DI_PATH_NIL) { in di_path_client_node()
2072 return (DI_PATH_NIL); in di_path_client_node()
2101 if (path == DI_PATH_NIL) { in di_path_phci_node()
2103 return (DI_PATH_NIL); in di_path_phci_node()
2132 if (path == DI_PATH_NIL) { in di_path_prop_next()
2285 if ((path == DI_PATH_NIL) || (name == NULL) || (strlen(name) == 0) || in di_path_prop_search()
3881 di_path_t path = DI_PATH_NIL; in di_lookup_path()
3913 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL); in di_lookup_path()
3914 path != DI_PATH_NIL; in di_lookup_path()