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

/osnet-11/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h111 typedef struct di_path *di_path_t; /* path_node */ typedef in typeref:struct:di_path
197 extern di_path_t di_path_phci_next_path(di_node_t node, di_path_t);
198 extern di_path_t di_path_client_next_path(di_node_t node, di_path_t);
200 extern di_node_t di_path_phci_node(di_path_t path);
201 extern di_node_t di_path_client_node(di_path_t path);
203 extern char *di_path_node_name(di_path_t path);
204 extern char *di_path_bus_addr(di_path_t path);
205 extern int di_path_instance(di_path_t pat
[all...]

Completed in 22 milliseconds