/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 66 SmallVectorImpl<StreamInfo> &Streams) { in discoverStreamPurposes() 67 // It's OK if we fail to load some of these streams, we still attempt to print in discoverStreamPurposes() argument 96 Streams.resize(StreamCount); in discoverStreamPurposes() 99 Streams[StreamIdx] = in discoverStreamPurposes() 102 Streams[StreamIdx] = stream(StreamPurpose::PDB, "PDB Stream", StreamIdx); in discoverStreamPurposes() 104 Streams[StreamIdx] = stream(StreamPurpose::DBI, "DBI Stream", StreamIdx); in discoverStreamPurposes() 106 Streams[StreamIdx] = stream(StreamPurpose::TPI, "TPI Stream", StreamIdx); in discoverStreamPurposes() 108 Streams[StreamIdx] = stream(StreamPurpose::IPI, "IPI Stream", StreamIdx); in discoverStreamPurposes() 110 Streams[StreamIdx] = in discoverStreamPurposes() 113 Streams[StreamId in discoverStreamPurposes() [all...] |
/freebsd/contrib/ntp/html/hints/ |
H A D | parse | 28 implement the conversion of RS232 data streams into 33 - *SIMPLE* makefile to build a loadable STREAMS 37 - SUN Streams module (loadable) for radio clocks 38 This streams module is designed for SunOS 4.1.X. 41 - SUN Streams module (loadable) for radio clocks. 42 This streams module is designed for SunOS 5.x 47 - simple test program for STREAMS module. Its so simple, 60 - STREAMS specific definitions
|
H A D | notes-xntp-v3 | 43 This requires a special STREAMS module. 48 code does not work under STREAMS, as used in SunOS 4.1.1. 49 Equivalent STREAMS modules are supplied with Version 3. 77 13. A STREAMS module which captures carrier-detect data-lead transitions to 79 usual STREAMS processing. See the ppsclock subdirectory.
|
/freebsd/lib/libc/isc/ |
H A D | ev_streams.c | 80 if (ctx->streams != NULL) in evWrite() 81 ctx->streams->prev = new; in evWrite() 83 new->next = ctx->streams; in evWrite() 84 ctx->streams = new; in evWrite() 114 if (ctx->streams != NULL) in evRead() 115 ctx->streams->prev = new; in evRead() 117 new->next = ctx->streams; in evRead() 118 ctx->streams = new; in evRead() 156 * The streams list is doubly threaded. First, there's ctx->streams in evCancelRW() 157 * that's used by evDestroy() to find and cancel all streams. Second, in evCancelRW() [all …]
|
/freebsd/lib/libc/stdio/ |
H A D | stdio.3 | 47 Input and output is mapped into logical data streams 80 Output streams are flushed (any unwritten buffer contents are transferred 93 streams are flushed) before program termination. 109 streams. 110 In effect, all streams are binary. 113 At program startup, three streams are predefined and need not be 126 These streams are abbreviated 131 is unbuffered; the standard input and output streams are 132 fully buffered if and only if the streams do not refer to 140 freshly-opened streams that refer to terminal devices [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zstreamdump.8 | 30 .Nd manipulate ZFS send streams 55 utility manipulates ZFS send streams output by the 134 Deduplicated send streams can be generated by using the 137 The ability to send deduplicated send streams is deprecated. 141 However, deduplicated send streams can still be received by utilizing 170 Note that encrypted send streams cannot be recompressed.
|
H A D | zstream.8 | 30 .Nd manipulate ZFS send streams 55 utility manipulates ZFS send streams output by the 134 Deduplicated send streams can be generated by using the 137 The ability to send deduplicated send streams is deprecated. 141 However, deduplicated send streams can still be received by utilizing 170 Note that encrypted send streams cannot be recompressed.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | MinidumpYAML.h | 20 /// The base class for all minidump streams. The "Type" of the stream 22 /// specifies how are we going to treat it. For highly specialized streams (e.g. 45 /// Get the stream Kind used for representing streams of a given Type. 60 /// streams with a similar structure. 198 /// minidump header, and zero or more streams. To construct an Object from a 209 std::vector<std::unique_ptr<Stream>> Streams) in Object() 210 : Header(Header), Streams(std::move(Streams)) {} in Object() 215 /// The list of streams in this minidump object. 216 std::vector<std::unique_ptr<Stream>> Streams; member
|
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap_fstrm.h | 2 * dnstap/dnstap_fstrm.h - Frame Streams protocol for dnstap 40 * Definitions for the Frame Streams data transport protocol for 47 /* Frame Streams data transfer protocol encode for DNSTAP messages. 54 * The Frame Streams can be unidirectional or bi-directional. 55 * bi-directional streams use control frame types READY, ACCEPT and FINISH. 56 * uni-directional streams use control frame types START and STOP. 97 /** max length of Frame Streams content type field string */ 112 /** the content type for DNSTAP frame streams */ 160 * for dnstap streams use DNSTAP_CONTENT_TYPE.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
H A D | zfs_receive_015_pos.ksh | 28 # snapshots from full and incremental streams. 34 # 4. Create different send streams with the properties. 35 # 5. Receive the send streams and verify the properties. 72 # 4. Create different send streams with the properties. 76 # 5. Receive the send streams and verify the properties.
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_send/ |
H A D | zfs_send_002_pos.ksh | 36 # Verify 'zfs send' can generate valid streams with a property setup. 41 # 3. Create a full send streams 82 log_fail "'$ZFS send' fails to create send streams." 85 log_fail "'$ZFS receive' fails to receive send streams." 109 log_assert "Verify 'zfs send' generates valid streams with a property setup" 147 log_pass "'zfs send' generates streams with a property setup as expected."
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StreamTee.h | 63 // Allow for our collection to contain NULL streams. This allows the in Flush() 65 // want N total streams with only a few that are set to valid values. in Flush() 98 // Resize our stream vector as necessary to fit as many streams as needed. in SetStreamAtIndex() 100 // be used contain many streams, not all of which are valid. in SetStreamAtIndex() 119 // Allow for our collection to contain NULL streams. This allows the in WriteImpl() 121 // want N total streams with only a few that are set to valid values. in WriteImpl()
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | fsl,imx8qm-lvds-phy.yaml | 15 groups of four data lanes of LVDS data streams. A phase-locked 17 data streams over a fifth LVDS link. Every cycle of the transmit 19 through the two groups of LVDS data streams. Together with the 20 transmit clocks, the two groups of LVDS data streams form two
|
/freebsd/contrib/telnet/libtelnet/ |
H A D | enc_des.c | 77 } streams[2]; member 123 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 124 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 132 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 133 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 268 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 337 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 346 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 387 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session() 388 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]); in fb64_session() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | enc_des.c | 86 struct stinfo streams[2]; member 133 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 134 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 142 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 143 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 279 fb64_stream_iv(data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 347 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 356 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 395 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session() 396 fb64_stream_key(fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1]); in fb64_session() [all …]
|
/freebsd/share/doc/psd/24.xdr/ |
H A D | xdr.nts.ms | 40 routines, a guide to accessing currently available XDR streams, and 41 information on defining new streams and data types. XDR was designed 348 Note: RPC users never need to create XDR streams; 349 the RPC system itself creates these streams, 1322 XDR streams can be manipulated with 1341 Warning: In some XDR streams, the returned value of 1352 Warning: In some XDR streams, setting a position is impossible; 1394 Streams currently exist for (de)serialization of data to or from 1397 streams, TCP/IP connections and UNIX files, and memory. 1399 \&Standard I/O Streams [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | send-c_embedded_blocks.ksh | 24 # Verify that compressed streams can contain embedded blocks. 28 # 2. Verify the created streams can be received correctly. 35 log_assert "Verify that compressed streams can contain embedded blocks." 67 # Generate the streams and zstream dump output. 110 log_pass "Compressed streams can contain embedded blocks."
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | libbsm.3 | 40 library routines provide an interface to BSM audit record streams, allowing 41 both the parsing of existing audit streams, as well as the creation of new 42 audit records and streams. 64 event streams: 133 audit records for submission to event streams.
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zfs_ioctl.h | 89 * the code to be able to recognize send streams that don't use any 108 * Header types for zfs send streams. 116 * Feature flags for zfs send streams (flags in drr_versioninfo) 135 * incremental LARGE_BLOCKS streams (those with WRITE records of >128KB) even 142 * This flag is currently not set on any send streams. In the future, we 143 * intend for incremental send streams of snapshots that have large blocks to 144 * use LARGE_BLOCKS by default, and these streams will also have the 145 * SWITCH_TO_LARGE_BLOCKS feature set. This ensures that streams from the 185 * compatible. We need a flag, though, because full send streams without it 272 /* only (possibly) nonzero for raw streams */ [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | ncr.c | 4 * we must talk to the "timod" streams module. For some reason "timod" wants 6 * streams modules except the driver, install the "timod" module so that we 25 /* fromhost - tear down the streams stack then rebuild it */ 39 * On systems with WIN streams support we have to be careful about what in fromhost()
|
/freebsd/contrib/libpcap/doc/ |
H A D | README.dag | 60 or load balancing mechanisms. Receive streams have even numbers, e.g. 61 dag0:0, dag0:2 etc. Specifying transmit streams for capture is not supported. 86 streams. Capture streams have even numbers. These are available via libpcap 93 all of the streams. In future this may change if per-stream slen is
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_get_section_bytes.3 | 32 .Nd retrieve ELF section byte streams 48 returns the ELF section byte streams generated by a prior call 88 The memory areas used for the returned ELF section byte streams should 100 To generate and retrieve ELF section byte streams, use:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | Minidump.h | 35 /// Returns the list of streams (stream directory entries) in this file. 36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() function 166 ArrayRef<minidump::Directory> Streams, in MinidumpFile() argument 168 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams), in MinidumpFile() 186 ArrayRef<minidump::Directory> Streams; variable
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-message.h | 104 // narrow streams. 121 // Streams a non-pointer value to this object. If building a version of 153 // Streams a non-pointer value with an AbslStringify definition to this 167 // Streams a pointer value to this object. 191 // and wide streams, we have to provide this specialized definition 211 // encoding, and streams the result to this Message object. 230 // Streams a Message to an ostream.
|
/freebsd/sys/dev/sfxge/ |
H A D | sfxge_rx.h | 113 * @n_misorder: Number of out-of-order packets seen in tracked streams. 114 * @n_too_many: Incremented when we're trying to track too many streams. 115 * @n_new_stream: Number of distinct streams we've tracked. 116 * @n_drop_idle: Number of streams discarded because they went idle. 117 * @n_drop_closed: Number of streams that have seen a FIN or RST.
|