OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pbase
(Results
1 - 6
of
6
) sorted by relevancy
/src/common/dist/zlib/contrib/iostream3/
zfstream.cc
217
if (this->
pbase
())
220
if (this->pptr() > this->epptr() || this->pptr() < this->
pbase
())
229
int bytes_to_write = this->pptr() - this->
pbase
();
237
if (gzwrite(file, this->
pbase
(), bytes_to_write) != bytes_to_write)
239
// Reset next pointer to point to
pbase
on success
353
if (!this->
pbase
())
/src/sys/arch/sparc/sparc/
iommu.c
346
u_int
pbase
, pa;
local
363
pbase
= (sc->sc_reg->io_bar & IOMMU_BAR_IBA) <<
386
pa = (u_int)
pbase
+ (range/pagesz - 1)*sizeof(iopte_t);
387
tpte_p >= &sc->sc_ptes[0] && pa >= (u_int)
pbase
;
/src/sys/arch/arm/marvell/
armadaxp.c
530
armadaxp_bootstrap(vaddr_t vbase, bus_addr_t
pbase
)
535
if (bus_space_map(&mvsoc_bs_tag,
pbase
+ ARMADAXP_MLMB_MPIC_BASE,
538
if (bus_space_map(&mvsoc_bs_tag,
pbase
+ ARMADAXP_MLMB_MPIC_CPU_BASE,
569
armadaxp_l2_init(
pbase
);
885
armadaxp_l2_init(bus_addr_t
pbase
)
891
ret = bus_space_map(&mvsoc_bs_tag,
pbase
+ ARMADAXP_L2_BASE,
/src/common/dist/zlib/contrib/iostream/
zfstream.cpp
223
q =
pbase
();
/src/sys/dev/marvell/
if_mvgbe.c
685
uint32_t
pbase
, maddrh, maddrl;
local
691
pbase
= MVGBE_PORTR_BASE + mva->mva_unit * MVGBE_PORTR_SIZE;
693
bus_space_read_4(mva->mva_iot, mva->mva_ioh,
pbase
+ MVGBE_MACAH);
695
bus_space_read_4(mva->mva_iot, mva->mva_ioh,
pbase
+ MVGBE_MACAL);
/src/sys/dev/pci/
pci_subr.c
4834
uint64_t
pbase
, plimit;
local
4926
pbase
= PCI_BRIDGE_PREFETCHMEM_BASE_ADDR(rval);
4929
pbase
|= (uint64_t)base_h << 32;
4932
if (
pbase
< plimit) {
4935
"\n",
pbase
, plimit);
4938
(uint32_t)
pbase
, (uint32_t)plimit);
Completed in 38 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026