/src/sys/dev/isa/ |
wss.c | 194 static ad1848_devmap_t mappings[] = { variable in typeref:typename:ad1848_devmap_t[] 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 in typeref:typename:ad1848_devmap_t[] 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 in typeref:typename:ad1848_devmap_t[] 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 in function:pmap_remove 3929 u_int mappings = 0; local in function:pmap_kremove [all...] |