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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_hotplug.c149 uint32_t node_vendor_id, node_hw_version; local
233 node_vendor_id = value;
239 node_vendor_id = (node_unique_leaf[1] >> 8);
293 node_vendor_id = module_vendor_id;
298 node_spec_id = node_vendor_id;
308 unit_spec_id = node_vendor_id;
323 (void) sprintf(data[i++], fmt, node_vendor_id, node_hw_version);

Completed in 47 milliseconds