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

/illumos-gate/usr/src/cmd/mdb/common/modules/s1394/
H A Ds1394.c139 uint32_t cfgrom[IEEE1394_CONFIG_ROM_QUAD_SZ]; local
172 if (node[i].cfgrom != NULL) {
173 if (mdb_vread(&cfgrom, IEEE1394_CONFIG_ROM_SZ,
174 (uintptr_t)node[i].cfgrom) == -1) {
196 " | %08x%08x\n", cfgrom[3], cfgrom[4]);
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_misc.c935 uint32_t *cfgrom; local
939 if ((cfgrom = hal->topology_tree[i].cfgrom) != NULL)
940 kmem_free(cfgrom, IEEE1394_CONFIG_ROM_SZ);
H A Ds1394_dev_disc.c525 * node cfgrom state. Drops topology_tree_mutex around the calls to
532 uint32_t *cfgrom; local
542 * if cfgrom is non-NULL, this has to be generation changed
543 * case (where we allocate cfgrom again to reread the cfgrom)
545 ASSERT(node->cfgrom == NULL || (node->cfgrom != NULL &&
549 * if node matched, either cfgrom has to be NULL or link should be
553 (node->cfgrom == NULL || LINK_ACTIVE(node->old_node) == B_FALSE) ||
557 cfgrom
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h196 #define S1394_TNF_SL_CFGROM_ERROR "1394 s1394 cfgrom error "
197 #define S1394_TNF_SL_CFGROM_STACK "1394 s1394 cfgrom stacktrace "
291 uint32_t *cfgrom; member in struct:s1394_node_s
292 #define node_guid_hi cfgrom[3]
293 #define node_guid_lo cfgrom[4]
294 #define node_root_dir cfgrom[5]
336 #define S1394_CFGROM_SIZE_IS_CRCSIZE 0x00000080 /* crc size == cfgrom size */
346 ((((n)->cfgrom_state & S1394_CFGROM_READ_MASK) != 0 && (n)->cfgrom != \

Completed in 72 milliseconds