Searched refs:reginfo_toc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/tools/tools/vxge/
H A Dvxge_info.h81 extern vxge_pci_bar0_t reginfo_toc[];
H A Dvxge_log.c142 if (reginfo_toc[i].size == 1)
143 strlcpy(szName, reginfo_toc[i].name, sizeof(szName));
145 for (j = 0; j < reginfo_toc[i].size; j++) {
146 noffset = reginfo_toc[i].offset + (0x8 * j);
148 if (reginfo_toc[i].size > 1)
150 reginfo_toc[i].name, j);
H A Dvxge_info.c367 bufsize = reginfo_toc[VXGE_HAL_MGMT_REG_COUNT_TOC - 1].offset + 8;
H A Dvxge_log.h221 vxge_pci_bar0_t reginfo_toc[] = variable

Completed in 183 milliseconds