nv
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
if (options->nv == 1 && \
options->nv = 0; \
#define CLEAR_ON_NONE_ARRAY(v, nv, none) \
if (options->nv == 1 && \
options->nv = 0; \
int o, n, nv;
nv = abs(new);
n = (nv - 1) / 5;
if (ov > nv)
fixcol(r + inc * (nv - n * 5), nc,
abs(ov - nv), ' ', inc);
abs(ov - nv), col, inc);
fixcol(r, c, abs(nv - 5), col,
if (nv != 5)
fixcol(r + inc * nv,
c + 1, abs(nv - 5),
fixcol(r, c + 2, abs(nv - 10), col,
if (nv != 10)
fixcol(r + inc * (nv - 5), c,
abs(nv - 10), ' ', inc);
if (nv != 5 * n)
fixcol(r, c + n, abs(5 * n - nv),
fixcol(r + inc * (nv % 5), c + n,
abs(5 * n - nv), ' ', inc);
nv = abs(new);
fixcol(r, c + 1, nv, new > 0 ? 'r' : 'w', inc);
lc = is == 0 ? 0 : nv[ia].name[is - 1]; /* last character */
for (; ia < __arraycount(nv); ia++) {
if (is != 0 && nv[ia].name[is - 1] != lc)
if (nv[ia].name[is] == uc)
if (ia == __arraycount(nv))
*cp = nv[ia].value;
} nv[] = {
struct int_nameval nv;
nv = sc->gbll;
nv = sc->gbls;
nv = sc->gmou;
nv = sc->gvol;
nv = sc->ghks;
nv = sc->gsif;
nv = sc->rbll;
nv = sc->rvol;
if(!nv.exists)
status = acpi_GetInteger(sc->handle, nv.name, &nv.value);
device_printf(sc->dev, "Couldn't query method (%s)\n", nv.name);
sc->bIsMuted = (uint8_t)((nv.value & VOLUME_MUTE_BIT) != 0);
nv.value &= GENERAL_SETTING_BITS;
return (nv.value);
struct int_nameval nv;
nv = sc->gbll;
nv = sc->gbls;
nv = sc->gmou;
nv = sc->gvol;
if(!nv.exists)
value = nv.value | VOLUME_MUTE_BIT;
value = nv.value & ~VOLUME_MUTE_BIT;
#define ES_SET_FIXED_RATE(cfgv, nv) \
(((cfgv) & ~0xffff0000) | (((nv) & 0xffff) << 16))
#define ES_SET_SINGLE_PCM_MIX(cfgv, nv) \
(((cfgv) & ~0x8000) | (((nv) ? 1 : 0) << 15))
#define ES_SET_DAC_FIRST(cfgv, nv) \
(((cfgv) & ~0x4000) | (((nv) & 0x1) << 14))
#define ES_SET_DAC_SECOND(cfgv, nv) \
(((cfgv) & ~0x2000) | (((nv) & 0x1) << 13))
#define ES_SET_NUMPLAY(cfgv, nv) \
(((cfgv) & ~0x1800) | (((nv) & 0x3) << 11))
#define ES_SET_NUMREC(cfgv, nv) \
(((cfgv) & ~0x600) | (((nv) & 0x3) << 9))
#define ES_SET_IS_ES1370(cfgv, nv) \
(((cfgv) & ~0x100) | (((nv) ? 1 : 0) << 8))
#define ES_SET_GP(cfgv, nv) \
(((cfgv) & ~0xff) | ((nv) & 0xff))
struct ksensor *v, *nv;
(nv = SLIST_NEXT(v, list)) != NULL; v = nv)
(v->type != nv->type || nv->numt - v->numt > 1))
void *nv;
nv = _PROP_MALLOC(size, M_PROP_DATA);
if (nv == NULL) {
memcpy(nv, v, size);
pd->pd_mutable = nv;
void *nv = _PROP_MALLOC(pd->pd_size, M_PROP_DATA);
if (nv == NULL) {
memcpy(nv, opd->pd_immutable, opd->pd_size);
pd->pd_mutable = nv;
u_int16_t ov, nv;
nv = *(u_int16_t *)h;
h->ip_sum = pf_cksum_fixup(h->ip_sum, ov, nv, 0);
u_int16_t ov, nv;
nv = *(u_int16_t *)h;
h->ip_sum = pf_cksum_fixup(h->ip_sum, ov, nv, 0);
u_int16_t ov, nv;
nv = *(u_int16_t *)(&th->th_ack + 1);
th->th_sum = pf_cksum_fixup(th->th_sum, ov, nv, 0);