Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_attach.c707 int rescnt; in hci1394_resmap_get() local
753 rescnt = 0; in hci1394_resmap_get()
755 while (rescnt < reslen) { in hci1394_resmap_get()
757 (uint64_t)resptr[rescnt] << 32; in hci1394_resmap_get()
758 rescnt++; in hci1394_resmap_get()
759 resv_map[mapcnt].address |= (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
760 rescnt++; in hci1394_resmap_get()
761 resv_map[mapcnt].length = (uint64_t)resptr[rescnt]; in hci1394_resmap_get()
762 rescnt++; in hci1394_resmap_get()