Searched refs:DI_DEVTYPPROP (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | did_props.h | 62 #define DI_DEVTYPPROP "device_type" macro
|
H A D | did_props.c | 111 { DI_DEVTYPPROP, &io_pgroup, TOPO_IO_DEVTYPE, maybe_di_chars_copy }, 195 { DI_DEVTYPPROP, &io_pgroup, TOPO_IO_DEVTYPE, maybe_di_chars_copy }, 206 { DI_DEVTYPPROP, &io_pgroup, TOPO_IO_DEVTYPE, maybe_di_chars_copy },
|
H A D | did.c | 95 if (di_bytes_get(mp, src, DI_DEVTYPPROP, &sz, &buf) == 0) { in di_devtype_get()
|