Home
last modified time | relevance | path

Searched refs:resv_map (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c573 h1394_addr_map_t *resv_map; in hci1394_resmap_get() local
601 soft_state->halinfo.resv_map = NULL; in hci1394_resmap_get()
609 resv_map = NULL; in hci1394_resmap_get()
617 resv_map = kmem_alloc((sizeof (h1394_addr_map_t) * (resv_num)), in hci1394_resmap_get()
624 resv_map[mapcnt].address = in hci1394_resmap_get()
627 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
629 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
631 resv_map[mapcnt].addr_type = H1394_ADDR_RESERVED; in hci1394_resmap_get()
644 soft_state->halinfo.resv_map = resv_map; in hci1394_resmap_get()
667 ASSERT(soft_state->halinfo.resv_map != NULL); in hci1394_resmap_free()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_addr.c587 h1394_addr_map_t *resv_map; in s1394_init_addr_space() local
682 resv_map = hal->halinfo.resv_map; in s1394_init_addr_space()
686 lo = resv_map[i].address; in s1394_init_addr_space()
687 hi = (lo + resv_map[i].length) - 1; in s1394_init_addr_space()
694 addr_alloc.aa_address = resv_map[i].address; in s1394_init_addr_space()
695 addr_alloc.aa_length = resv_map[i].length; in s1394_init_addr_space()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h232 h1394_addr_map_t *resv_map; member