Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c600 soft_state->halinfo.resv_map_num_entries = 0; in hci1394_resmap_get()
643 soft_state->halinfo.resv_map_num_entries = resv_num; in hci1394_resmap_get()
666 if (soft_state->halinfo.resv_map_num_entries > 0) { in hci1394_resmap_free()
670 soft_state->halinfo.resv_map_num_entries)); in hci1394_resmap_free()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dh1394.h233 uint_t resv_map_num_entries; member
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_addr.c681 num_blks = hal->halinfo.resv_map_num_entries; in s1394_init_addr_space()