Lines Matching refs:di_path_t

1167 di_path_devfs_path(di_path_t path)  in di_path_devfs_path()
1206 di_path_client_devfs_path(di_path_t path) in di_path_client_devfs_path()
1890 di_path_t
1891 di_path_phci_next_path(di_node_t node, di_path_t path) in di_path_phci_next_path()
1932 di_path_t
1933 di_path_client_next_path(di_node_t node, di_path_t path) in di_path_client_next_path()
1980 di_path_addr(di_path_t path, char *buf) in di_path_addr()
1990 di_path_t
1991 di_path_next(di_node_t node, di_path_t path) in di_path_next()
2011 di_path_t
2012 di_path_next_phci(di_node_t node, di_path_t path) in di_path_next_phci()
2016 di_path_t
2017 di_path_next_client(di_node_t node, di_path_t path) in di_path_next_client()
2026 di_path_state(di_path_t path) in di_path_state()
2032 di_path_flags(di_path_t path) in di_path_flags()
2038 di_path_node_name(di_path_t path) in di_path_node_name()
2049 di_path_bus_addr(di_path_t path) in di_path_bus_addr()
2060 di_path_instance(di_path_t path) in di_path_instance()
2066 di_path_client_node(di_path_t path) in di_path_client_node()
2097 di_path_phci_node(di_path_t path) in di_path_phci_node()
2128 di_path_prop_next(di_path_t path, di_path_prop_t prop) in di_path_prop_next()
2278 di_path_prop_search(di_path_t path, const char *name, int type) in di_path_prop_search()
2310 di_path_prop_lookup_bytes(di_path_t path, const char *prop_name, in di_path_prop_lookup_bytes()
2323 di_path_prop_lookup_ints(di_path_t path, const char *prop_name, in di_path_prop_lookup_ints()
2336 di_path_prop_lookup_int64s(di_path_t path, const char *prop_name, in di_path_prop_lookup_int64s()
2348 int di_path_prop_lookup_strings(di_path_t path, const char *prop_name, in di_path_prop_lookup_strings()
3412 di_path_private_set(di_path_t path, void *data) in di_path_private_set()
3418 di_path_private_get(di_path_t path) in di_path_private_get()
3877 di_path_t
3881 di_path_t path = DI_PATH_NIL; in di_lookup_path()