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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h117 #define DI_PATH(addr) ((struct di_path *)((void *)(addr)))
317 struct di_path { struct
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1101 char *di_path; local
1107 di_path = di_devfs_path(phci_node);
1108 if (di_path) {
1109 if (strcmp(di_path, devfs_path) != 0) {
1110 di_devfs_path_free(di_path);
1115 di_devfs_path_free(di_path);

Completed in 65 milliseconds