Home
last modified time | relevance | path

Searched refs:di_path (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ddevinfo_impl.h117 #define DI_PATH(addr) ((struct di_path *)((void *)(addr)))
317 struct di_path { struct
/titanic_50/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1101 char *di_path; in get_path_state_name() local
1107 di_path = di_devfs_path(phci_node); in get_path_state_name()
1108 if (di_path) { in get_path_state_name()
1109 if (strcmp(di_path, devfs_path) != 0) { in get_path_state_name()
1110 di_devfs_path_free(di_path); in get_path_state_name()
1115 di_devfs_path_free(di_path); in get_path_state_name()
/titanic_50/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h110 typedef struct di_path *di_path_t; /* path_node */
/titanic_50/usr/src/uts/common/io/
H A Ddevinfo.c2853 di_path_one_endpoint(struct di_path *me, di_off_t noff, di_off_t **off_pp, in di_path_one_endpoint()
2884 struct di_path *me; in di_getpath_data()
2949 size = sizeof (struct di_path); in di_getpath_data()