Lines Matching refs:DI_PATH_NIL
1176 if (path == DI_PATH_NIL) { in di_path_devfs_path()
1900 if (path != DI_PATH_NIL) { in di_path_phci_next_path()
1906 return (DI_PATH_NIL); in di_path_phci_next_path()
1931 return (DI_PATH_NIL); in di_path_phci_next_path()
1942 if (path != DI_PATH_NIL) { in di_path_client_next_path()
1948 return (DI_PATH_NIL); in di_path_client_next_path()
1973 return (DI_PATH_NIL); in di_path_client_next_path()
1997 return (DI_PATH_NIL); in di_path_next()
2010 return (DI_PATH_NIL); in di_path_next()
2072 if (path == DI_PATH_NIL) { in di_path_client_node()
2074 return (DI_PATH_NIL); in di_path_client_node()
2103 if (path == DI_PATH_NIL) { in di_path_phci_node()
2105 return (DI_PATH_NIL); in di_path_phci_node()
2134 if (path == DI_PATH_NIL) { in di_path_prop_next()
2287 if ((path == DI_PATH_NIL) || (name == NULL) || (strlen(name) == 0) || in di_path_prop_search()
3883 di_path_t path = DI_PATH_NIL; in di_lookup_path()
3915 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL); in di_lookup_path()
3916 path != DI_PATH_NIL; in di_lookup_path()