Searched refs:streams (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/system/libroot/posix/unistd/
H A Dpipe.c14 pipe(int streams[2]) argument
16 status_t error = _kern_create_pipe(streams);
/haiku/src/libs/libtelnet/
H A Denc_des.c79 } streams[2]; member in struct:fb
125 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB);
126 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB);
134 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
135 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
270 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]);
339 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
348 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
389 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
390 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYP
[all...]
/haiku/src/system/libnetwork/netresolv/isc/
H A Dev_streams.c85 if (ctx->streams != NULL)
86 ctx->streams->prev = new;
88 new->next = ctx->streams;
89 ctx->streams = new;
119 if (ctx->streams != NULL)
120 ctx->streams->prev = new;
122 new->next = ctx->streams;
123 ctx->streams = new;
161 * The streams list is doubly threaded. First, there's ctx->streams
[all...]
H A Deventlib_p.h251 evStream *streams; member in struct:__anon28
/haiku/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Dgeode_controller.cpp143 if (controller->streams[index]
144 && (intr & controller->streams[index]->status) != 0) {
146 controller->streams[index]);
164 // stop streams
226 controller->streams[controller->num_streams++] = stream;
458 /* Stop all audio streams */
460 if (controller->streams[index] && controller->streams[index]->running)
461 geode_stream_stop(controller->streams[index]);
473 /* Stop all audio streams */
[all...]
H A Ddriver.h58 geode_stream* streams[GEODE_MAX_STREAMS]; member in struct:geode_controller
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.h103 LIST_HEAD(, _es1370_stream) streams; member in struct:_es1370_dev
H A Dmulti.c378 LIST_FOREACH(stream, &((es1370_dev*)multi->card)->streams, next) {
693 LIST_FOREACH(pstream, &card->streams, next) {
701 LIST_FOREACH(rstream, &card->streams, next) {
890 LIST_FOREACH(stream, &card->streams, next) {
894 while (!LIST_EMPTY(&card->streams)) {
895 es1370_stream_delete(LIST_FIRST(&card->streams));
H A Des1370.c299 LIST_INSERT_HEAD((&card->streams), stream, next);
342 LIST_FOREACH(stream, &card->streams, next) {
425 /* Init streams list */
426 LIST_INIT(&(card->streams));
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Decho.h114 LIST_HEAD(, _echo_stream) streams; member in struct:_echo_dev
H A Dmulti.cpp447 LIST_FOREACH(stream, &((echo_dev*)multi->card)->streams, next) {
643 LIST_FOREACH(stream, &card->streams, next) {
663 LIST_FOREACH(stream, &card->streams, next) {
743 LIST_FOREACH(stream, &card->streams, next) {
757 LIST_FOREACH(pstream, &card->streams, next) {
765 LIST_FOREACH(rstream, &card->streams, next) {
1020 LOG(("creating play streams\n"));
1040 LOG(("creating record streams\n"));
1089 LIST_FOREACH(stream, &card->streams, next) {
1093 while (!LIST_EMPTY(&card->streams)) {
[all...]
H A Decho.cpp378 LIST_INSERT_HEAD((&card->streams), stream, next);
435 LIST_FOREACH(stream, &card->streams, next) {
838 /* Init streams list */
839 LIST_INIT(&(card->streams));
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.h146 LIST_HEAD(, _auvia_stream) streams; member in struct:_auvia_dev
H A Dauvia.c347 LIST_INSERT_HEAD((&card->streams), stream, next);
390 LIST_FOREACH(stream, &card->streams, next)
497 /* Init streams list */
498 LIST_INIT(&(card->streams));
H A Dmulti.c593 LIST_FOREACH(stream, &((auvia_dev*)multi->card)->streams, next) {
913 LIST_FOREACH(pstream, &card->streams, next) {
921 LIST_FOREACH(rstream, &card->streams, next) {
1139 LIST_FOREACH(stream, &card->streams, next) {
1143 while (!LIST_EMPTY(&card->streams)) {
1144 auvia_stream_delete(LIST_FIRST(&card->streams));
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp397 // Free the streams and close the AVCodecContexts
399 av_freep(&fFormatContext->streams[i]->codecpar);
400 av_freep(&fFormatContext->streams[i]);
487 AVStream* stream = fFormatContext->streams[i];
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.h226 uint16_t rate, int streams, int isht40,
H A Dieee80211_phy.c598 int streams, int isht40, int isShortGI)
616 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
597 ieee80211_compute_duration_ht(uint32_t frameLen, uint16_t rate, int streams, int isht40, int isShortGI) argument
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h159 LIST_HEAD(, _auich_stream) streams; member in struct:_auich_dev
H A Dmulti.c588 LIST_FOREACH(stream, &((auich_dev*)multi->card)->streams, next) {
911 LIST_FOREACH(pstream, &card->streams, next) {
919 LIST_FOREACH(rstream, &card->streams, next) {
1114 LIST_FOREACH(stream, &card->streams, next) {
1118 while (!LIST_EMPTY(&card->streams)) {
1119 auich_stream_delete(LIST_FIRST(&card->streams));
H A Dauich.c358 LIST_INSERT_HEAD((&card->streams), stream, next);
431 LIST_FOREACH(stream, &card->streams, next)
607 /* Init streams list */
608 LIST_INIT(&(card->streams));
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp291 // DMA position for recording and behind for playback streams, but just
427 if (controller->streams[index]) {
429 controller->streams[index], index)) {
453 // stop streams
740 controller->streams[controller->num_input_streams] = stream;
743 controller->streams[0] = stream;
1364 // Stop all audio streams
1366 if (controller->streams[index] && controller->streams[index]->running)
1367 hda_stream_stop(controller, controller->streams[inde
[all...]
H A Ddriver.h51 controller. It contains a list of available streams
85 hda_stream* streams[HDA_MAX_STREAMS]; member in struct:hda_controller
261 streams of audio either from the HDA Link to an output device (= playback)
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c720 LIST_FOREACH(stream, &((emuxki_dev*)multi->card)->streams, next) {
1069 LIST_FOREACH(pstream, &card->streams, next) {
1077 LIST_FOREACH(rstream, &card->streams, next) {
1310 LIST_FOREACH(stream, &card->streams, next) {
1314 while (!LIST_EMPTY(&card->streams)) {
1315 emuxki_stream_delete(LIST_FIRST(&card->streams));
H A Demuxki.h367 LIST_HEAD(, _emuxki_stream) streams; member in struct:_emuxki_dev

Completed in 219 milliseconds

12