Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cfgrom.c173 iec61883_node_text_leaf32_t tl32; in av1394_ioctl_node_get_text_leaf() local
188 if (ddi_copyin(arg, &tl32, sizeof (tl32), mode) != 0) { in av1394_ioctl_node_get_text_leaf()
192 n = tl32.tl_num; in av1394_ioctl_node_get_text_leaf()
193 parent = tl32.tl_parent; in av1394_ioctl_node_get_text_leaf()
254 tl32.tl_cnt = pd->pd_tl_next; in av1394_ioctl_node_get_text_leaf()
255 tl32.tl_desc_entry = desc_entry; in av1394_ioctl_node_get_text_leaf()
256 tl32.tl_rlen = leaf_len; in av1394_ioctl_node_get_text_leaf()
257 tl32.tl_spec = spec; in av1394_ioctl_node_get_text_leaf()
258 tl32.tl_lang_id = lang_id; in av1394_ioctl_node_get_text_leaf()
259 if (ddi_copyout(&tl32, arg, sizeof (tl32), mode) != 0) { in av1394_ioctl_node_get_text_leaf()
[all …]
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_xf.c1197 uint_t tu32, tl32; in idnxf_shmem_update_all() local
1200 tl32 = LOWER32_CPUMASK(target_cpuset); in idnxf_shmem_update_all()
1204 tu32, tl32); in idnxf_shmem_update_all()