Searched defs:di_path_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h110 typedef struct di_path *di_path_t; /* path_node */ typedef in typeref:struct:di_path
193 extern di_path_t di_path_phci_next_path(di_node_t node, di_path_t);
194 extern di_path_t di_path_client_next_path(di_node_t node, di_path_t);
196 extern di_node_t di_path_phci_node(di_path_t path);
197 extern di_node_t di_path_client_node(di_path_t path);
199 extern char *di_path_node_name(di_path_t path);
200 extern char *di_path_bus_addr(di_path_t path);
201 extern int di_path_instance(di_path_t pat
[all...]

Completed in 44 milliseconds