Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c3006 uint16_t eoffset; in emlxs_pci_cap_offsets() local
3062 eoffset = PCIE_EXT_CAP; in emlxs_pci_cap_offsets()
3064 while (eoffset >= PCIE_EXT_CAP) { in emlxs_pci_cap_offsets()
3067 (uint32_t *)(hba->pci_addr + eoffset)); in emlxs_pci_cap_offsets()
3077 hba->pci_ecap_offset[eid] = eoffset; in emlxs_pci_cap_offsets()
3083 eoffset, eversion, enext); in emlxs_pci_cap_offsets()
3085 eoffset = enext; in emlxs_pci_cap_offsets()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1165 int eoffset; in pcfs_vget() local
1187 eoffset = pcfid->pcfid_offset; in pcfs_vget()
1191 (eoffset > fsp->pcfs_clsize)) { in pcfs_vget()
1219 ep = (struct pcdir *)(bp->b_un.b_addr + eoffset); in pcfs_vget()
1265 pcp = pc_getnode(fsp, eblkno, eoffset, ep); in pcfs_vget()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_die_deliv.c1403 Dwarf_Unsigned eoffset = 0; in insert_into_cu_context_list() local
1419 eoffset = dis->de_cu_context_list_end->cc_debug_offset; in insert_into_cu_context_list()
1420 if (eoffset < ioffset) { in insert_into_cu_context_list()