Searched refs:vol (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-11.0-release/sys/geom/
H A Dgeom_vol_ffs.c53 char * vol; member in struct:g_vol_ffs_softc
136 pp->mediasize, pp->sectorsize, "vol/%s",
/freebsd-11.0-release/sys/dev/mpt/
H A Dmpt_raid.c118 static const char *mpt_vol_type(struct mpt_raid_volume *vol);
119 static const char *mpt_vol_state(struct mpt_raid_volume *vol);
121 static void mpt_vol_prt(struct mpt_softc *mpt, struct mpt_raid_volume *vol,
127 struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req,
137 mpt_vol_type(struct mpt_raid_volume *vol) argument
139 switch (vol->config_page->VolumeType) {
152 mpt_vol_state(struct mpt_raid_volume *vol) argument
154 switch (vol->config_page->VolumeStatus.State) {
192 mpt_vol_prt(struct mpt_softc *mpt, struct mpt_raid_volume *vol, argument
197 printf("%s:vol
583 mpt_issue_raid_req(struct mpt_softc *mpt, struct mpt_raid_volume *vol, struct mpt_raid_disk *disk, request_t *req, u_int Action, uint32_t ActionDataWord, bus_addr_t addr, bus_size_t len, int write, int wait) argument
[all...]
/freebsd-11.0-release/usr.sbin/mptutil/
H A Dmpt_cam.c217 CONFIG_PAGE_IOC_2_RAID_VOL *vol; local
222 vol = ioc2->RaidVolume;
223 for (i = 0; i < ioc2->NumActiveVolumes; vol++, i++) {
224 if (vol->VolumeBus == 0 && vol->VolumeID == r->target_id)
/freebsd-11.0-release/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c88 char vol[MAX_PATH+1]; local
101 assertEqualInt((r = GetVolumeInformation(root, vol,
102 sizeof(vol), NULL, NULL, &flags, sys, sizeof(sys))), 1);
/freebsd-11.0-release/sys/sys/
H A Dcdio.h180 u_char vol[4]; /* one for each channel */ member in struct:ioc_vol
H A Dsoundcard.h1068 "vol", "bass", "treble", "synth", "pcm", "speaker", "line", \
1363 #define SEQ_START_NOTE(dev, chn, note, vol) \
1364 _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
1366 #define SEQ_STOP_NOTE(dev, chn, note, vol) \
1367 _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
/freebsd-11.0-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c863 v.vol[0], v.vol[1]);
865 printf ("%d %d\n", v.vol[0], v.vol[1]);
1085 v.vol[0] = left;
1086 v.vol[1] = right;
1087 v.vol[2] = 0;
1088 v.vol[3] = 0;
/freebsd-11.0-release/sys/dev/bktr/
H A Dmsp34xx.c337 int vol = 0,val = 0,balance = 0; local
340 vol = (left > right) ? left : right;
341 val = (vol * 0x73 / 65535) << 8;
343 if (vol > 0) {
344 balance = ((right-left) * 127) / vol;
/freebsd-11.0-release/sys/dev/sound/pci/
H A Dt4dwave.c73 u_int32_t gvsel, pan, vol, ctrl; member in struct:tr_chinfo
402 ch->vol &= 0x000000ff;
413 cr[4]=(ch->gvsel<<31) | (ch->pan<<24) | (ch->vol<<16) | (ch->ctrl<<12) | (ch->ec);
461 ch->vol= (cr[4] & 0x00ff0000) >> 16;
565 ch->vol = 0;
H A Demu10kx.c260 int vol; member in struct:emu_voice
396 static void emumix_set_fxvol(struct emu_sc_info *sc, unsigned gpr, int32_t vol);
1320 m->vol = 0xff;
1332 s->vol = m->vol;
2604 emumix_set_fxvol(struct emu_sc_info *sc, unsigned gpr, int32_t vol) argument
2607 vol = log2lin(vol);
2608 emumix_set_gpr(sc, gpr, vol);
H A Demu10k1.c181 int start, end, vol; member in struct:emu_voice
587 m->vol = 0xff;
609 s->vol = m->vol;
650 l = r = x = y = v->vol;
H A Denvy24.c1158 u_int32_t vol; local
1163 vol = ENVY24_VOL_MUTE << 8 | ENVY24_VOL_MUTE;
1165 envy24_wrmt(sc, ENVY24_MT_VOLUME, vol, 2);
1167 envy24_wrmt(sc, ENVY24_MT_VOLUME, vol, 2);
H A Denvy24ht.c1113 u_int32_t vol;
1116 vol = ENVY24HT_VOL_MUTE << 8 | ENVY24HT_VOL_MUTE;
1118 envy24ht_wrmt(sc, ENVY24HT_MT_VOLUME, vol, 2);
1120 envy24ht_wrmt(sc, ENVY24HT_MT_VOLUME, vol, 2);
/freebsd-11.0-release/sys/dev/pccbb/
H A Dpccbb.c668 uint32_t vol = CARD_UKN_CARD; local
673 vol |= CARD_5V_CARD;
675 vol |= CARD_3V_CARD;
677 vol |= CARD_XV_CARD;
679 vol |= CARD_YV_CARD;
681 return (vol);
/freebsd-11.0-release/contrib/mdocml/
H A Dman_html.c311 PAIR_CLASS_INIT(&tag, "head-vol");
313 if (NULL != man->vol)
314 print_text(h, man->vol);
H A Dmdoc_validate.c1441 if (mdoc->meta.vol == NULL)
1442 mdoc->meta.vol = mandoc_strdup("LOCAL");
2020 free(mdoc->meta.vol);
2025 mdoc->meta.vol = NULL;
2059 mdoc->meta.vol = mandoc_strdup("LOCAL");
2071 mdoc->meta.vol = mandoc_strdup(nn->string);
2073 mdoc->meta.vol = mandoc_strdup(cp);
H A Dman_term.c1121 volume = NULL == meta->vol ? "" : meta->vol;
H A Dmdoc_term.c479 assert(meta->vol);
481 volume = mandoc_strdup(meta->vol);
484 meta->vol, meta->arch);
H A Dmdoc_man.c555 mdoc->meta.date, mdoc->meta.os, mdoc->meta.vol);
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dchannel.c2028 int vol, pvol, left, right, center; local
2033 vol = mix_get(m, SOUND_MIXER_PCM);
2041 vol = 100 | (100 << 8);
2042 pvol = vol;
2045 if (vol == -1) {
2049 vol = 100 | (100 << 8);
2059 left = ((vol & 0x7f) * (pvol & 0x7f)) / 100;
2060 right = (((vol >> 8) & 0x7f) * ((pvol >> 8) & 0x7f)) / 100;
/freebsd-11.0-release/contrib/gcc/
H A Dstmt.c280 expand_asm (tree string, int vol)
290 MEM_VOLATILE_P (body) = vol;
662 tree clobbers, int vol, location_t locus)
687 vol = 1;
883 MEM_VOLATILE_P (body) = vol;
1031 MEM_VOLATILE_P (SET_SRC (XVECEXP (body, 0, i))) = vol;
274 expand_asm(tree string, int vol) argument
655 expand_asm_operands(tree string, tree outputs, tree inputs, tree clobbers, int vol, location_t locus) argument
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_cd.c1850 arg->vol[LEFT_PORT] =
1852 arg->vol[RIGHT_PORT] =
1854 arg->vol[2] = page->audio.port[2].volume;
1855 arg->vol[3] = page->audio.port[3].volume;
1884 arg->vol[LEFT_PORT];
1887 arg->vol[RIGHT_PORT];
1888 page->audio.port[2].volume = arg->vol[2];
1889 page->audio.port[3].volume = arg->vol[3];
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3248 Info.vol = 0;
3260 Info.vol = 0;
3279 Info.vol = 0;
3300 Info.vol = 0;
3368 Info.vol = 0;
3490 Info.vol = 0;
3545 Info.vol = 0;
3600 Info.vol = 0;
3655 Info.vol = 0;
3695 Info.vol
[all...]
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c1656 "Setting amplifier nid=%d index=%d %s mute=%d/%d vol=%d/%d\n",
2633 * +20dB for mics, -10dB for analog vol, mute for igain, 0dB for others.
2638 int amp, vol, dev; local
2646 device_get_unit(pdevinfo->dev), ossnames[dev], &vol) == 0)
2649 vol = -1;
2651 vol = 100;
2653 vol = 0;
2661 if (vol < 0 &&
2663 vol = 100;
2664 } else if (vol <
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h498 bool vol; // is volatile? member in struct:llvm::TargetLoweringBase::IntrinsicInfo
503 vol(false), readMem(false), writeMem(false) {}

Completed in 218 milliseconds

123