Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c578 int rescnt; in hci1394_resmap_get() local
621 rescnt = 0; in hci1394_resmap_get()
623 while (rescnt < reslen) { in hci1394_resmap_get()
625 (uint64_t)resptr[rescnt] << 32; in hci1394_resmap_get()
626 rescnt++; in hci1394_resmap_get()
627 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
628 rescnt++; in hci1394_resmap_get()
629 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
630 rescnt++; in hci1394_resmap_get()