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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_csr.c1437 uint32_t *unit_dir; local
1627 unit_dir = (uint32_t *)kmem_zalloc(S1394_UNIT_DIR_SZ, KM_SLEEP);
1628 unit_dir[1] = 0x12080020; /* Sun Microsystems */
1629 unit_dir[2] = 0x13000001; /* Version 1 */
1630 unit_dir[3] = 0x81000001; /* offset to the text leaf */
1631 CRC = s1394_CRC16(&unit_dir[1], 3);
1632 unit_dir[0] = (0x00030000) | CRC;
1636 unit_dir[i] = T1394_DATA32(unit_dir[i]);
1639 unit_dir[
[all...]
H A Ds1394_hotplug.c59 uint32_t *unit_dir, int nunit);
123 * This routine creates a devinfo corresponding to the unit_dir passed in.
133 s1394_create_devinfo(s1394_hal_t *hal, s1394_node_t *node, uint32_t *unit_dir, argument
266 for (i = 0; i < CFGROM_DIR_LEN(unit_dir); i++) {
268 CFGROM_TYPE_KEY_VALUE(unit_dir[i + 1], type, key, value);
369 s1394_cfgrom_parse_unit_dir(unit_dir, &reg[2], &reg[3], &reg[4],
577 target->unit_dir = unit_dir_ptrs[j] - root_dir;
H A Ds1394_dev_disc.c1896 s1394_cfgrom_parse_unit_dir(uint32_t *unit_dir, uint32_t *addr_hi, argument
H A Dt1394.c79 uint_t unit_dir; local
163 unit_dir = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
165 target->unit_dir = unit_dir;
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h488 uint_t unit_dir; member in struct:s1394_target_s
1081 void s1394_cfgrom_parse_unit_dir(uint32_t *unit_dir, uint32_t *addr_hi,

Completed in 83 milliseconds