OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cbit
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sparc/sparc/
iommu.c
759
int
cbit
;
local in function:iommu_dmamem_map
766
cbit
= sc->sc_cachecoherent ? 0 : PMAP_NC;
795
pmap_kenter_pa(va, addr |
cbit
,
/src/sys/arch/sparc64/dev/
iommu.c
1228
int
cbit
;
local in function:iommu_dvmamem_map
1249
cbit
= 0;
1251
cbit
|= PMAP_NVC;
1253
cbit
|= PMAP_NC;
1266
"mapping va %lx at %llx\n", va, (unsigned long long)addr |
cbit
));
1267
pmap_kenter_pa(va, addr |
cbit
,
/src/sbin/ping6/
ping6.c
1741
struct
cbit
{
struct in function:pr_suptypes
1744
}
cbit
;
local in function:pr_suptypes
1772
if (clen < sizeof(
cbit
) || clen % sizeof(v))
1774
memcpy(&
cbit
, cp, sizeof(
cbit
));
1775
if (sizeof(
cbit
) + ntohs(
cbit
.words) * sizeof(v) >
1778
cp += sizeof(
cbit
);
1779
clen = ntohs(
cbit
.words) * sizeof(v);
1780
skip = (size_t)ntohs(
cbit
.skip) * 32
[
all
...]
Completed in 14 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025