Home
last modified time | relevance | path

Searched refs:S1394_NODE_UNIQUE_ID_SZ (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1371 node_unique_id_leaf = (uint32_t *)kmem_zalloc(S1394_NODE_UNIQUE_ID_SZ, in s1394_init_local_config_rom()
1388 S1394_NODE_UNIQUE_ID_SZ); in s1394_init_local_config_rom()
1400 kmem_free((void *)node_unique_id_leaf, S1394_NODE_UNIQUE_ID_SZ); in s1394_init_local_config_rom()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h127 #define S1394_NODE_UNIQUE_ID_SZ 12 macro