Home
last modified time | relevance | path

Searched refs:oss (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/qemu/audio/
H A Dossaudio.c122 OSSVoiceOut *oss = (OSSVoiceOut *) hw; in oss_poll_out() local
124 qemu_set_fd_handler(oss->fd, NULL, oss_helper_poll_out, hw->s); in oss_poll_out()
129 OSSVoiceIn *oss = (OSSVoiceIn *) hw; in oss_poll_in() local
131 qemu_set_fd_handler(oss->fd, oss_helper_poll_in, NULL, hw->s); in oss_poll_in()
249 AudiodevOssOptions *oopts = &dev->u.oss; in oss_open()
369 static size_t oss_get_available_bytes(OSSVoiceOut *oss) in oss_get_available_bytes() argument
373 assert(oss->mmapped); in oss_get_available_bytes()
375 err = ioctl(oss->fd, SNDCTL_DSP_GETOPTR, &cntinfo); in oss_get_available_bytes()
381 return audio_ring_dist(cntinfo.ptr, oss->hw.pos_emul, oss->hw.size_emul); in oss_get_available_bytes()
386 OSSVoiceOut *oss = (OSSVoiceOut *)hw; in oss_run_buffer_out() local
[all …]
H A Dmeson.build16 ['oss', oss, files('ossaudio.c')],
/openbmc/qemu/tests/docker/
H A Dtest-fuzz20 mkdir build-oss-fuzz
21 export LSAN_OPTIONS=suppressions=scripts/oss-fuzz/lsan_suppressions.txt
22 env CC="clang" CXX="clang++" CFLAGS="-fsanitize=address" ./scripts/oss-fuzz/build.sh
24 for fuzzer in $(find ./build-oss-fuzz/DEST_DIR/ -executable -type f | grep -v slirp); do
/openbmc/qemu/util/
H A Dcoroutine-sigaltstack.c155 stack_t oss; in qemu_coroutine_new() local
205 if (sigaltstack(&ss, &oss) < 0) { in qemu_coroutine_new()
235 if (!(oss.ss_flags & SS_DISABLE)) { in qemu_coroutine_new()
236 sigaltstack(&oss, NULL); in qemu_coroutine_new()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/
H A Dfluidsynth_2.4.5.bb31 PACKAGECONFIG[oss] = "-Denable-oss=ON,-Denable-oss=OFF"
/openbmc/qemu/scripts/oss-fuzz/
H A Dbuild.sh92 rm -rf $DEST_DIR/qemu-bundle/opt/qemu-oss-fuzz/bin
93 rm -rf $DEST_DIR/qemu-bundle/opt/qemu-oss-fuzz/libexec
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/files/
H A D0001-meson-stop-building-XA-by-default.patch2 From: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
13 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
/openbmc/openbmc/meta-qualcomm/
H A DOWNERS2 - jae.yoo@oss.qualcomm.com
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0034-llvm-config-remove-LLVM_LDFLAGS-from-ldflags-output.patch2 From: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
14 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hidapi/
H A Dhidapi_0.14.0.bb2 HOMEPAGE = "http://www.signal11.us/oss/hidapi/"
/openbmc/phosphor-bmc-code-mgmt/eeprom-device/
H A Deeprom_device.cpp35 std::ostringstream oss; in getI2CDeviceId() local
36 oss << bus << "-" << std::hex << std::setfill('0') << std::setw(4) in getI2CDeviceId()
38 return oss.str(); in getI2CDeviceId()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mikmod/
H A Dlibmikmod_3.3.11.1.bb19 --enable-oss \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/drbd/
H A Ddrbd_9.2.1.bb6 HOMEPAGE = "http://oss.linbit.com/drbd/"
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/
H A Dalsa-plugins_1.2.12.bb78 # multiple plugins, as is the case with the pulse, oss and maemo plugins. In
81 # that the configuration references are installed. The oss and maemo
104 FILES:${MLPREFIX}libasound-module-pcm-oss += "\
105 ${datadir}/alsa/alsa.conf.d/50-oss.conf \
106 ${sysconfdir}/alsa/conf.d/50-oss.conf \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A DCVE-2014-3618.patch4 Origin: http://www.openwall.com/lists/oss-security/2014/09/03/8
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openal/
H A Dopenal-soft_1.24.3.bb17 PACKAGECONFIG[oss] = "-DALSOFT_BACKEND_OSS=ON,-DALSOFT_BACKEND_OSS=OFF"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/opencl/files/
H A D0001-Command-buffer-supported-queue-properties-265.patch10 Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
/openbmc/qemu/docs/devel/testing/
H A Dfuzzing.rst182 <https://github.com/google/oss-fuzz>`_. By default, the OSS-Fuzz build
205 __(https://github.com/google/oss-fuzz/blob/master/projects/qemu/Dockerfile)
208 QEMU source tree at ``scripts/oss-fuzz/build.sh``
229 scripts/oss-fuzz/reorder_fuzzer_qtest_trace.py /tmp/trace > /tmp/reproducer
248 scripts/oss-fuzz/minimize_qtest_trace.py -M1 -M2 \
257 ./scripts/oss-fuzz/output_reproducer.py -bash /tmp/reproducer-minimized
261 ./scripts/oss-fuzz/output_reproducer.py -owner "John Smith <john@smith.com>"\
/openbmc/qemu/bsd-user/
H A Dsignal.c604 target_stack_t oss; in do_sigaltstack() local
608 oss.ss_sp = tswapl(ts->sigaltstack_used.ss_sp); in do_sigaltstack()
609 oss.ss_size = tswapl(ts->sigaltstack_used.ss_size); in do_sigaltstack()
610 oss.ss_flags = tswapl(sas_ss_flags(ts, sp)); in do_sigaltstack()
655 if (copy_to_user(uoss_addr, &oss, sizeof(oss))) { in do_sigaltstack()
/openbmc/phosphor-bmc-code-mgmt/cpld/lattice/
H A Dlattice_base_cpld.cpp42 std::ostringstream oss; in uint32ToHexStr() local
43 oss << std::setfill('0') << std::setw(8) << std::hex << std::uppercase in uint32ToHexStr()
45 return oss.str(); in uint32ToHexStr()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/
H A Dxfsdump_3.2.0.bb7 HOMEPAGE = "http://oss.sgi.com/projects/xfs"
/openbmc/qemu/
H A D.mailmap80 Brian Cain <brian.cain@oss.qualcomm.com> <bcain@quicinc.com>
81 Brian Cain <brian.cain@oss.qualcomm.com> <quic_bcain@quicinc.com>
92 Leif Lindholm <leif.lindholm@oss.qualcomm.com> <quic_llindhol@quicinc.com>
93 Leif Lindholm <leif.lindholm@oss.qualcomm.com> <leif.lindholm@linaro.org>
94 Leif Lindholm <leif.lindholm@oss.qualcomm.com> <leif@nuviainc.com>
145 Fernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpd_0.24.3.bb41 upnp openal opus oss recorder \
67 PACKAGECONFIG[oss] = "-Doss=enabled,-Doss=disabled,"
/openbmc/openbmc/poky/meta/recipes-support/numactl/
H A Dnumactl_2.0.19.bb2 HOMEPAGE = "http://oss.sgi.com/projects/libnuma/"
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSGI-B-2.08 …rst publication and either this permission notice or a reference to http://oss.sgi.com/projects/Fr…

123