Symbol: mix
sys/dev/netmap/netmap_vale.c
593
mix(a, b, c);
sys/dev/random/fenestrasX/fx_rng.c
176
struct fxrng_hash mix;
sys/dev/random/fenestrasX/fx_rng.c
183
fxrng_hash_init(&mix);
sys/dev/random/fenestrasX/fx_rng.c
187
fxrng_hash_update(&mix, u.root_state, sizeof(u.root_state));
sys/dev/random/fenestrasX/fx_rng.c
189
fxrng_hash_update(&mix, src, sz);
sys/dev/random/fenestrasX/fx_rng.c
197
fxrng_hash_update(&mix, src, sz);
sys/dev/random/fenestrasX/fx_rng.c
201
fxrng_hash_finish(&mix, u.hash_out, sizeof(u.hash_out));
sys/dev/sound/pcm/ac97.c
1020
if (codec->mix[SOUND_MIXER_OGAIN].enable)
sys/dev/sound/pcm/ac97.c
1022
if (codec->mix[SOUND_MIXER_PHONEOUT].enable)
sys/dev/sound/pcm/ac97.c
1024
if (codec->mix[SOUND_MIXER_VOLUME].enable)
sys/dev/sound/pcm/ac97.c
1044
codec->mix[SOUND_MIXER_OGAIN].enable = 1;
sys/dev/sound/pcm/ac97.c
1045
codec->mix[SOUND_MIXER_PHONEOUT].enable = 1;
sys/dev/sound/pcm/ac97.c
1062
bzero(&codec->mix[SOUND_MIXER_PCM],
sys/dev/sound/pcm/ac97.c
1063
sizeof(codec->mix[SOUND_MIXER_PCM]));
sys/dev/sound/pcm/ac97.c
1077
mask |= codec->mix[i].enable? 1 << i : 0;
sys/dev/sound/pcm/ac97.c
1082
mask |= codec->mix[i].recidx? 1 << i : 0;
sys/dev/sound/pcm/ac97.c
414
struct ac97mixtable_entry *e = &codec->mix[channel];
sys/dev/sound/pcm/ac97.c
430
struct ac97mixtable_entry *e = &codec->mix[channel];
sys/dev/sound/pcm/ac97.c
528
codec->mix[SOUND_MIXER_OGAIN].reg = AC97_MIXEXT_SURROUND;
sys/dev/sound/pcm/ac97.c
533
bzero(&codec->mix[SOUND_MIXER_OGAIN],
sys/dev/sound/pcm/ac97.c
534
sizeof(codec->mix[SOUND_MIXER_OGAIN]));
sys/dev/sound/pcm/ac97.c
560
bzero(&codec->mix[SOUND_MIXER_BASS],
sys/dev/sound/pcm/ac97.c
561
sizeof(codec->mix[SOUND_MIXER_BASS]));
sys/dev/sound/pcm/ac97.c
562
bzero(&codec->mix[SOUND_MIXER_TREBLE],
sys/dev/sound/pcm/ac97.c
563
sizeof(codec->mix[SOUND_MIXER_TREBLE]));
sys/dev/sound/pcm/ac97.c
66
struct ac97mixtable_entry mix[AC97_MIXER_SIZE];
sys/dev/sound/pcm/ac97.c
674
codec->mix[i] = ac97mixtable_default[i];
sys/dev/sound/pcm/ac97.c
682
k = codec->noext? codec->mix[i].enable : 1;
sys/dev/sound/pcm/ac97.c
683
reg = codec->mix[i].reg;
sys/dev/sound/pcm/ac97.c
692
if (codec->mix[i].mute) {
sys/dev/sound/pcm/ac97.c
707
bit = codec->mix[i].bits;
sys/dev/sound/pcm/ac97.c
710
j = ((1 << bit) - 1) << codec->mix[i].ofs;
sys/dev/sound/pcm/ac97.c
712
j | (codec->mix[i].mute ? 0x8000 : 0));
sys/dev/sound/pcm/ac97.c
714
k >>= codec->mix[i].ofs;
sys/dev/sound/pcm/ac97.c
721
codec->mix[i].enable = 1;
sys/dev/sound/pcm/ac97.c
722
codec->mix[i].bits = j;
sys/dev/sound/pcm/ac97.c
729
codec->mix[i].enable = 1;
sys/dev/sound/pcm/ac97.c
731
codec->mix[i].enable = 0;
sys/dev/sound/pcm/ac97.c
733
codec->mix[i].enable = 0;
sys/dev/sound/pcm/ac97.c
748
printf("%s%d bit master volume", j++? ", " : "", codec->mix[SOUND_MIXER_VOLUME].bits);
sys/libkern/jenkins_hash.c
165
mix(a,b,c);
sys/libkern/jenkins_hash.c
230
mix(a,b,c);
sys/libkern/jenkins_hash.c
273
mix(a,b,c);
sys/libkern/jenkins_hash.c
328
mix(a,b,c);
sys/libkern/jenkins_hash.c
383
mix(a,b,c);
sys/libkern/jenkins_hash.c
434
mix(a,b,c);
sys/net/if_bridge.c
3740
mix(a, b, c);
sys/net/if_vxlan.c
3330
mix(a, b, c);
sys/net80211/ieee80211.c
2664
mix(a, b, c);