Home
last modified time | relevance | path

Searched refs:path_client (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h321 di_off_t path_client; /* reference to client node */ member
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2859 ASSERT(me->path_client == 0); in di_path_one_endpoint()
2860 me->path_client = noff; in di_path_one_endpoint()
2966 me->path_client = me->path_phci = 0; in di_getpath_data()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2079 if (DI_PATH(path)->path_client) { in di_path_client_node()
2080 return (DI_NODE(pa + DI_PATH(path)->path_client)); in di_path_client_node()