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

/freebsd-11.0-release/sys/modules/streams/
H A DMakefile1 # $FreeBSD: releng/11.0/sys/modules/streams/Makefile 298519 2016-04-23 20:29:55Z dchagin $
3 .PATH: ${.CURDIR}/../../dev/streams
5 KMOD= streams
6 SRCS= streams.c
/freebsd-11.0-release/share/man/man4/man4.i386/
H A DMakefile31 streams.4 \
/freebsd-11.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c86 struct stinfo streams[2]; member in struct:fb
133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB);
134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB);
142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]);
347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
356 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
395 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
396 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYP
[all...]
/freebsd-11.0-release/contrib/telnet/libtelnet/
H A Denc_des.c83 } streams[2]; member in struct:fb
129 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB);
130 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB);
138 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
139 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
274 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]);
343 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
352 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
393 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
394 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYP
[all...]
/freebsd-11.0-release/contrib/xz/src/liblzma/common/
H A Dindex.c149 index_tree streams; member in struct:lzma_index_s
384 index_tree_init(&i->streams);
410 index_tree_append(&i->streams, &s->node);
422 index_tree_end(&i->streams, allocator, &index_stream_end);
442 lzma_index_memusage(lzma_vli streams, lzma_vli blocks)
470 const uint64_t streams_mem = streams * stream_base;
480 if (streams == 0 || streams > UINT32_MAX || blocks > LZMA_VLI_MAX
481 || streams > limit / stream_base
493 return lzma_index_memusage(i->streams
736 index_tree *streams; member in struct:__anon5861
[all...]
/freebsd-11.0-release/lib/libc/isc/
H A Dev_streams.c84 if (ctx->streams != NULL)
85 ctx->streams->prev = new;
87 new->next = ctx->streams;
88 ctx->streams = new;
118 if (ctx->streams != NULL)
119 ctx->streams->prev = new;
121 new->next = ctx->streams;
122 ctx->streams = new;
160 * The streams list is doubly threaded. First, there's ctx->streams
[all...]
H A Deventlib_p.h254 evStream *streams; member in struct:__anon6649
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_ra_svn/
H A DMakefile11 internal_auth.c marshal.c streams.c version.c
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdac.c326 if ((dev = sc->streams[i].dev) != NULL) {
328 sc->streams[i].dir, sc->streams[i].stream);
1239 sc->streams = malloc(sizeof(struct hdac_stream) * sc->num_ss,
1242 result = hdac_dma_alloc(sc, &sc->streams[i].bdl,
1309 hdac_dma_free(sc, &sc->streams[i].bdl);
1310 free(sc->streams, M_HDAC);
1398 s = &sc->streams[i];
1678 hdac_dma_free(sc, &sc->streams[i].bdl);
1679 free(sc->streams, M_HDA
[all...]
H A Dhdacc.c57 device_t streams[2][16]; member in struct:hdacc_softc
580 codec->streams[dir][stream] = child;
589 codec->streams[dir][stream] = NULL;
629 if ((child = codec->streams[dir][stream]) != NULL)
H A Dhdac_private.h213 struct hdac_stream *streams; member in struct:hdac_softc
/freebsd-11.0-release/sys/dev/streams/
H A Dstreams.c36 __FBSDID("$FreeBSD: releng/11.0/sys/dev/streams/streams.c 298519 2016-04-23 20:29:55Z dchagin $");
95 .d_name = "streams",
136 printf("Suggest unloading streams KLD\n");
166 "streams",
170 DECLARE_MODULE(streams, streams_mod, SI_SUB_DRIVERS, SI_ORDER_ANY);
171 MODULE_VERSION(streams, 1);
172 MODULE_DEPEND(streams, svr4elf, 1, 1, 1);
/freebsd-11.0-release/crypto/openssl/crypto/rand/
H A Drand_egd.c121 # include <streams/un.h>
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_phy.h206 uint16_t rate, int streams, int isht40,
H A Dieee80211_phy.c597 int streams, int isht40, int isShortGI)
615 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
596 ieee80211_compute_duration_ht(uint32_t frameLen, uint16_t rate, int streams, int isht40, int isShortGI) argument
/freebsd-11.0-release/contrib/xz/src/liblzma/api/lzma/
H A Dindex.h287 lzma_vli streams, lzma_vli blocks) lzma_nothrow;
/freebsd-11.0-release/contrib/xz/src/xz/
H A Dlist.c103 uint64_t streams; member in struct:__anon5900
999 totals.streams += lzma_index_stream_count(xfi->idx);
1034 uint64_to_str(totals.streams, 0),
1067 print_adv_helper(totals.streams, totals.blocks,
1092 totals.streams,
/freebsd-11.0-release/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c401 int streams, int isht40, int isShortGI)
427 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
399 ieee80211_compute_duration_ht(const struct ieee80211_rate_table *rt, uint32_t frameLen, uint16_t rate, int streams, int isht40, int isShortGI) argument
/freebsd-11.0-release/sys/modules/
H A DMakefile713 _streams= streams
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah.c298 /* 11n frame - extract out the number of spatial streams */
301 ("number of spatial streams needs to be 1..3: MCS rate 0x%x!",
324 ath_computedur_ht(uint32_t frameLen, uint16_t rate, int streams, argument
343 HT_L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
768 case HAL_CAP_STREAMS: /* number of 11n spatial streams */
H A Dah.h195 HAL_CAP_STREAMS = 239, /* how many 802.11n spatial streams are available */
1634 int streams, HAL_BOOL isht40, HAL_BOOL isShortGI);
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dxhci.c93 SYSCTL_INT(_hw_usb_xhci, OID_AUTO, streams, CTLFLAG_RWTUN,
94 &xhcistreams, 0, "Set to enable streams mode support");
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh1227 SHA1 (NetBSD-6.0/amiga/installation/misc/device-streams.tar.gz) = 5b96fab4bbb49a985481dc5c1e2830e994bd88ec
1228 SHA512 (NetBSD-6.0/amiga/installation/misc/device-streams.tar.gz) = 88e35b476d60dd988e8056263fc4f86893c5a7c2c3125934db8d728e3b679554b229b2adc3babf8c2ff21af46530eea1ff30e4b6af550b331ad22bd29e18434f
1229 RMD160 (NetBSD-6.0/amiga/installation/misc/device-streams.tar.gz) = d0444d1e967a624fde15e4526f9c7f673566492d
1230 MD5 (NetBSD-6.0/amiga/installation/misc/device-streams.tar.gz) = 6a3eed6278587660ed543c7449ee571e
/freebsd-11.0-release/contrib/subversion/
H A Dbuild-outputs.mk470 libsvn_ra_svn_DEPS = subversion/libsvn_ra_svn/client.lo subversion/libsvn_ra_svn/cram.lo subversion/libsvn_ra_svn/cyrus_auth.lo subversion/libsvn_ra_svn/deprecated.lo subversion/libsvn_ra_svn/editorp.lo subversion/libsvn_ra_svn/internal_auth.lo subversion/libsvn_ra_svn/marshal.lo subversion/libsvn_ra_svn/streams.lo subversion/libsvn_ra_svn/version.lo subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
471 libsvn_ra_svn_OBJECTS = client.lo cram.lo cyrus_auth.lo deprecated.lo editorp.lo internal_auth.lo marshal.lo streams.lo version.lo
2799 subversion/libsvn_ra_svn/streams.lo: subversion/libsvn_ra_svn/streams.c subversion/include/private/svn_debug.h subversion/include/private/svn_editor.h subversion/include/private/svn_io_private.h subversion/include/private/svn_ra_svn_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_pools.h subversion/include/svn_ra.h subversion/include/svn_ra_svn.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_ra_svn/ra_svn.h subversion/svn_private_config.h

Completed in 566 milliseconds