OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mappings
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/isa/
wss.c
194
static ad1848_devmap_t
mappings
[] = {
variable
207
static int nummap = sizeof(
mappings
) / sizeof(
mappings
[0]);
215
return ad1848_mixer_set_port(ac,
mappings
, nummap, cp);
224
return ad1848_mixer_get_port(ac,
mappings
, nummap, cp);
ym.c
415
static ad1848_devmap_t
mappings
[] = {
variable
432
#define NUMMAP (sizeof(
mappings
) / sizeof(
mappings
[0]))
678
error = ad1848_mixer_set_port(ac,
mappings
, NUMMAP, cp);
780
error = ad1848_mixer_get_port(ac,
mappings
, NUMMAP, cp);
/src/sys/arch/prep/isa/
paud_isa.c
191
static ad1848_devmap_t
mappings
[] = {
variable
204
static const int nummap = sizeof(
mappings
) / sizeof(
mappings
[0]);
212
return ad1848_mixer_set_port(ac,
mappings
, nummap, cp);
221
return ad1848_mixer_get_port(ac,
mappings
, nummap, cp);
/src/sys/arch/arm/arm32/
pmap.c
1038
* do it here as well to keep the
mappings
& KVF_WRITE consistent.
1057
PMAPCOUNT(
mappings
);
1159
*
mappings
(ignoring KMPAGE), clear the WRITE flag and writeback
1458
* the *current* pmap, it may well contain stale
mappings
1566
* One or more
mappings
in the specified L2 descriptor table have just been
1603
* There are no more valid
mappings
in this level 2 page table.
1649
* There are no more valid
mappings
in any of the Level 1
1686
* The
mappings
for these page tables were initially made using
1688
* mode will not be right for page table
mappings
. To avoid
1765
* other
mappings
within the same pmap, or kernel_pmap
3549
u_int
mappings
= 0;
local
3929
u_int
mappings
= 0;
local
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026