| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_to_encrypted.ksh | 25 # ZFS should receive to an encrypted child dataset. 30 # 3. Attempt to receive a stream to an encrypted child 31 # 4. Attempt to receive a stream with properties to an encrypted child 32 # 5. Attempt to receive a replication stream to an encrypted child 34 # 7. Attempt to receive a snapshot stream to an encrypted child 49 log_assert "ZFS should receive to an encrypted child dataset" 60 log_note "Verifying ZFS will receive to an encrypted child" 61 log_must eval "zfs send $snap | zfs receive $TESTPOOL/$TESTFS1/c1" 63 log_note "Verifying 'send -p' will not receive to an encrypted child" 64 log_mustnot eval "zfs send -p $snap | zfs receive $TESTPOOL/$TESTFS1/c2" [all …]
|
| H A D | zfs_receive_010_pos.ksh | 35 # 2. Send filesystem, receive as clone of itself. 37 # 4. Send filesystem, receive as clone of other filesystem. 83 log_assert "zfs receive of full send as clone should work" 96 # create a situation where, when you receive the full send of each as 101 # Receive a file onto a file (and vice versa). 104 # Receive a file onto a file with holes (and vice versa). 107 # Receive a file onto a directory (and vice versa). 110 # Receive a file onto a missing object (and vice versa). 113 # Receive a file with holes onto a file with holes (and vice versa). 116 # Receive a file with holes onto a directory (and vice versa). [all …]
|
| H A D | zfs_receive_008_pos.ksh | 36 # Verifying 'zfs receive -vn [<filesystem|snapshot>] 37 # and zfs receive -vn -d <filesystem>' 42 # 3. run zfs receive with -v option 43 # 3. Dryrun zfs receive with -vn option 44 # 3. Dryrun zfs receive with -vn -d option 45 # 4. Verify receive output and result 69 log_assert "Verifying 'zfs receive -vn [<filesystem|snapshot>] " \ 70 "and zfs receive -vn -d <filesystem>'" 83 typeset dryrun_msg="would receive full stream of ${orig_snap} into ${rst_snap}" 105 log_note "Check ZFS receive $opt [<filesystem|snapshot>]" [all …]
|
| H A D | zfs_receive_005_neg.ksh | 36 # Verify 'zfs receive' fails with unsupported scenarios. 44 # 2. Execute 'zfs receive' 69 log_assert "Verify 'zfs receive' fails with unsupported scenarios." 84 log_note "'zfs receive' fails with invalid send streams." 85 log_mustnot eval "zfs receive $rst_init_snap < /dev/zero" 86 log_mustnot eval "zfs receive -d $rst_root </dev/zero" 88 log_must eval "zfs receive $rst_init_snap < $full_bkup" 96 log_mustnot eval "zfs receive $rst_inc_snap < $inc_bkup" 97 log_mustnot eval "zfs receive -d $rst_root < $inc_bkup" 99 log_pass "Unsupported scenarios to 'zfs receive' fail as expected."
|
| H A D | zfs_receive_from_encrypted.ksh | 26 # ZFS should receive an unencrypted stream from an encrypted dataset 33 # 5. Attempt to receive the snapshot into an unencrypted child 36 # 8. Attempt to receive the snapshot into an encrypted child 53 log_assert "ZFS should receive an unencrypted stream from an encrypted dataset" 67 log_note "Verify ZFS can receive into an unencrypted child" 68 log_must eval "zfs send $snap | zfs receive $TESTPOOL/$TESTFS1/c1" 77 log_note "Verify ZFS can receive into an encrypted child" 78 log_must eval "zfs send $snap | zfs receive $TESTPOOL/$TESTFS2/c1" 84 log_pass "ZFS can receive an unencrypted stream from an encrypted dataset"
|
| H A D | zfs_receive_raw_incremental.ksh | 26 # ZFS should receive streams from raw incremental sends. 33 # 5. Attempt to receive a raw send stream of the first snapshot 35 # 7. Attempt and intentionally fail to receive the second snapshot 36 # 8. Verify that the required passphrase hasn't changed on the receive side 57 log_assert "ZFS should receive streams from raw incremental sends" 76 log_must eval "zfs send -w $snap1 | zfs receive $TESTPOOL/$TESTFS2" 84 log_mustnot eval "zfs receive $TESTPOOL/$TESTFS2 < $ibackup_trunc" 89 log_must eval "zfs receive $TESTPOOL/$TESTFS2 < $ibackup" 96 log_pass "ZFS can receive streams from raw incremental sends"
|
| H A D | receive-o-x_props_override.ksh | 48 log_assert "ZFS receive property override and exclude options work as expected." 95 # Receive the full stream, override some properties 108 # Create a dataset tree and receive it 162 log_must eval "zfs receive $dest < $streamfile_repl" 173 # Receive the new stream, verify we preserve locally set properties 203 # Receive the stream excluding non-inheritable properties 222 # 3.6 Verify we correctly restore existing properties on a failed receive 224 # Receive a "clean" dataset tree 229 log_must eval "zfs receive $dest < $streamfile_repl" 242 # Receive the truncated stream, verify original properties are kept [all …]
|
| /illumos-gate/usr/src/uts/common/io/efe/ |
| H A D | efe.h | 83 #define CSR_RXFIFO 0x2C /* Receive FIFO Contents */ 96 #define CSR_RXCON 0x60 /* Receive Control Register */ 97 #define CSR_RXSTAT 0x64 /* Receive Status Register */ 98 #define CSR_RXCNT 0x68 /* Receive Byte Count */ 99 #define CSR_RXTEST 0x6C /* Receive Test */ 104 #define CSR_PRFDAR 0x80 /* PCI Receive First Descriptor Address */ 105 #define CSR_PRCDAR 0x84 /* PCI Receive Current Descriptor Address */ 106 #define CSR_PRHDAR 0x88 /* PCI Receive Host Data Address */ 107 #define CSR_PRFLAR 0x8C /* PCI Receive Fragment List Address */ 108 #define CSR_PRDLGTH 0x90 /* PCI Receive DMA Length/Control */ [all …]
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | Ip4.h | 60 /// The default IPv4 protocol packets to send and receive. Ignored 65 /// Set to TRUE to receive all IPv4 packets that get through the receive filters. 66 /// Set to FALSE to receive only the DefaultProtocol IPv4 67 /// packets that get through the receive filters. 71 /// Set to TRUE to receive ICMP error report packets. Ignored when 76 /// Set to TRUE to receive broadcast IPv4 packets. Ignored when 82 /// Set to TRUE to receive all IPv4 packets that are sent to any 112 /// Set to TRUE to send and receive unformatted packets. The other 113 /// IPv4 receive filters are still applied. Fragmentation is disabled for RawData mode. 118 /// receive timeout event to be associated with each assembled [all …]
|
| H A D | Udp4.h | 5 to transmit and receive UDP packets. 129 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data. 166 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data. 285 transmit and receive queues. 287 poll the underlying communications device fast enough to transmit and/or receive 297 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue. 307 Places an asynchronous receive request into the receiving queue. 309 The Receive() function places a completion token into the receive packet queue. 312 field cannot be NULL. When the receive operation completes, the EFI UDPv4 Protocol 315 will enable the user to receive the notification and receiving status. That [all …]
|
| H A D | ManagedNetwork.h | 33 /// from the MNP receive queue will be dropped if its receive timeout expires. 38 /// from the MNP transmit queue will be dropped if its receive timeout expires. 47 /// Set to TRUE to receive packets that are sent to the network 52 /// Set to TRUE to receive packets that are sent to any of the 57 /// Set to TRUE to receive packets that are sent to the network 62 /// Set to TRUE to receive packets that are sent to any MAC address. 172 reset to startup defaults and all pending transmit and receive 223 Enables and disables receive filters for multicast address. 278 @param Token The pointer to a token associated with the receive data descriptor. 280 @retval EFI_SUCCESS The receive completion token was cached. [all …]
|
| H A D | Udp6.h | 3 the EFI IPv6 Protocol and provides simple packet-oriented services to transmit and receive 82 /// EFI_UDP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified. 141 /// The receive timeout value (number of microseconds) to be associated with each 249 /// The EFI_UDP6_COMPLETION_TOKEN structures are used for both transmit and receive operations. 265 /// - EFI_SUCCESS: The receive or transmit operation completed successfully. 266 /// - EFI_ABORTED: The receive or transmit was aborted. 277 /// received. For example, packets are being sent too fast for the destination to receive them 280 /// - EFI_SECURITY_VIOLATION: The transmit or receive was failed because of IPsec policy check. 412 receive the notification and transmitting status. 462 Places an asynchronous receive request into the receiving queue. [all …]
|
| H A D | Tcp4.h | 5 The EFI TCPv4 Protocol provides services to send and receive data stream. 185 /// receive buffer of the instance. 231 @param Tcp4State The pointer to the buffer to receive the current TCP state. 232 @param Tcp4ConfigData The pointer to the buffer to receive the current TCP configuration. 233 @param Ip4ModeData The pointer to the buffer to receive the current IPv4 configuration 235 @param MnpConfigData The pointer to the buffer to receive the current MNP configuration 237 @param SnpModeData The pointer to the buffer to receive the current SNP configuration 422 Places an asynchronous receive request into the receiving queue. 425 @param Token The pointer to a token that is associated with the receive data 428 @retval EFI_SUCCESS The receive completion token was cached. [all …]
|
| H A D | Ip6.h | 139 /// For the IPv6 packet to send and receive, this is the default value 146 /// Set to TRUE to receive all IPv6 packets that get through the 147 /// receive filters. 148 /// Set to FALSE to receive only the DefaultProtocol IPv6 149 /// packets that get through the receive filters. Ignored when 154 /// Set to TRUE to receive ICMP error report packets. Ignored when 159 /// Set to TRUE to receive all IPv6 packets that are sent to any 205 /// receive timeout event to be associated with each assembled 429 /// After this event is signaled, the receive data structure is released 515 /// structures are used for both transmit and receive operations. [all …]
|
| H A D | Tcp6.h | 5 The EFI TCPv6 Protocol provides services to send and receive data stream. 127 /// The size of the TCP receive buffer. 331 /// allows multiple receive or transmit buffers to be specified. The 352 /// When calling Receive() function, it is the byte counts of all 412 /// receive buffer of the instance. 519 be set to Tcp6StateClosed directly, the receive queue and transmit queue will be flushed, 682 Places an asynchronous receive request into the receiving queue. 684 The Receive() function places a completion token into the receive packet queue. This 686 and the FragmentBuffer used to receive data. The caller also must fill the DataLength which 687 represents the whole length of all FragmentBuffer. When the receive operation completes, the [all …]
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_022_pos.ksh | 23 # Verify resumability of an incremental ZFS send/receive with ZFS bookmarks in 29 # 3. Destroy the filesystem for the receive 30 # 4. Verify receive of the full send stream 34 # 7. Try ZFS receive, which should fail with a checksum mismatch error 36 # 9. ZFS receieve and verify the receive completes successfully 41 log_assert "Verify resumability of an incremental ZFS send/receive with ZFS " \ 53 log_must zfs receive -v $recvfs </$POOL/initial.zsend 56 log_must zfs receive -v $sendfs </$POOL/initial.zsend 57 log_must zfs receive -v $sendfs </$POOL/incremental.zsend 60 log_pass "Verify resumability of an incremental ZFS send/receive with ZFS " \
|
| H A D | send_mixed_raw.ksh | 24 # Verify that 'zfs receive' produces an error when mixing 75 "zfs receive $TESTPOOL/$TESTFS2" 78 "zfs receive $TESTPOOL/$TESTFS3" 82 "zfs receive $TESTPOOL/$TESTFS2" 84 "zfs receive $TESTPOOL/$TESTFS3" 87 "zfs receive $TESTPOOL/$TESTFS2" 89 "zfs receive $TESTPOOL/$TESTFS3" 99 "zfs receive $TESTPOOL/$TESTFS2" 105 "zfs receive $TESTPOOL/$TESTFS3" 109 "zfs receive $TESTPOOL/$TESTFS2" [all …]
|
| H A D | send_holds.ksh | 28 # Verify 'zfs receive' can receive dataset holds. 33 # 3. Receive the send stream and verify the data integrity. 36 # 6. Receive the incremental send stream and verify the data integrity. 41 # 11. Receive the incremental stream with -h and verify holds skipped. 88 log_assert "Verify 'zfs send/recv' can send and receive dataset holds." 129 log_note "Verify the send stream is valid to receive." 148 log_note "Verify the incremental send stream is valid to receive." 166 log_note "Verify send -h fails properly when receive dataset already exists" 169 log_note "Verify recv -h skips the receive of holds" 177 log_pass "'zfs send/recv' can send and receive dataset holds."
|
| /illumos-gate/usr/src/uts/sun4u/lw8/sys/ |
| H A D | sgfru.h | 150 * Receive: section_info_t, with current section count 156 * Receive: sections_t, with section_t array and actual count 162 * Receive: segment_info_t, with current segment count 168 * Receive: segments_t, with segment_t array and actual count 174 * Receive: updated segments_t with section handle and new segment handle 180 * Receive: segment_info_t, with updated section handle 186 * Receive: segments_t, with segment raw data and actual count 192 * Receive: segments_t, with segment data and actual count 198 * Receive: packet_info_t, with current packet count 204 * Receive: packet_info_t, with packet array and actual count [all …]
|
| /illumos-gate/usr/src/man/man9e/ |
| H A D | mac_capab_rings.9e | 34 to transmit and receive. 76 While the MAC framework thinks of transmit and receive rings as 88 Hardware may support a feature commonly known as receive side scaling 98 Some hardware may have a single ring, but still support multiple receive 103 receive traffic for a single MAC address. 120 In order to support polling, each receive ring must be able to 133 A given frame matches a MAC Address filter if the receive address in 247 Indicates that this group is for receive rings. 253 for receive and transmit groups and rings. 267 member is used to indicate whether this group is for transmit or receive [all …]
|
| /illumos-gate/usr/src/uts/common/sys/ib/clients/of/rdma/ |
| H A D | ib_user_mad.h | 65 * @status - 0 on successful receive, ETIMEDOUT if no response 68 * @timeout_ms - Milliseconds to wait for response (unset on receive) 71 * @qkey - Remote Q_Key to be sent with (unset on receive) 76 * @gid_index - Local GID index to send with (unset on receive) 91 * @status - 0 on successful receive, ETIMEDOUT if no response 94 * @timeout_ms - Milliseconds to wait for response (unset on receive) 97 * @qkey - Remote Q_Key to be sent with (unset on receive) 102 * @gid_index - Local GID index to send with (unset on receive) 145 * @method_mask - The caller will receive unsolicited MADs for any method 147 * @mgmt_class - Indicates which management class of MADs should be receive [all …]
|
| /illumos-gate/usr/src/man/man3dat/ |
| H A D | dat_srq_post_recv.3dat | 9 dat_srq_post_recv \- add receive buffers to shared receive queue 62 the Receive DTO. Can be \fINULL\fR. 68 The \fBdat_srq_post_recv()\fR function posts the receive buffer that can be 86 returned to the Consumer in the Completion event for the posted Receive. 89 The completion of the posted Receive is reported to the Consumer asynchronously 110 equivalent of posting a Receive operation directly by native Transport. 115 The completion of the Receive posted to the SRQ is equivalent to what happened 116 to the Receive posted to the Endpoint for the Endpoint that dequeued the 117 Receive buffer from the Shared Receive queue. 136 The operation is valid for all states of the Shared Receive Queue.
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
| H A D | pppoec.c | 101 #define PCSME_RPADT 4 /* Receive PADT (unexpected here) */ 102 #define PCSME_RPADOP 5 /* Receive desired PADO */ 103 #define PCSME_RPADO 6 /* Receive ordinary PADO */ 104 #define PCSME_RPADS 7 /* Receive PADS */ 105 #define PCSME_RPADSN 8 /* Receive bad (errored) PADS */ 134 PCSMS_DEAD, /* PCSME_RPADT Receive PADT */ 135 PCSMS_DEAD, /* PCSME_RPADOP Receive desired PADO */ 136 PCSMS_DEAD, /* PCSME_RPADO Receive ordinary PADO */ 137 PCSMS_DEAD, /* PCSME_RPADS Receive PADS */ 138 PCSMS_DEAD, /* PCSME_RPADSN Receive bad PADS */ [all …]
|
| /illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
| H A D | zfs_send_002_pos.ksh | 43 # 4. Receive the send stream 44 # 5. Verify the receive result 75 zfs receive -d $ctr <$stream 77 log_fail "'zfs receive' fails to receive send streams." 79 #verify receive result 81 log_fail "'zfs receive' fails to restore $rstfs" 83 log_fail "'zfs receive' fails to restore $rstfssnap" 125 #Create a dataset to receive the send stream
|
| /illumos-gate/usr/src/man/man9s/ |
| H A D | mac_group_info.9s | 45 it indicates that it supports a number of transmit and receive groups. 81 The driver will receive this value in all of the callback functions that 116 This member only has meaning for a receive group, transmit groups should 129 This member only has meaning for a receive group, transmit groups should 139 This member only has meaning for a receive group, transmit groups should 152 This member only has meaning for a receive group, transmit groups should 157 members for both transmit and receive groups. 162 members are optional for both transmit and receive groups. 167 Receive groups must have some way to set a MAC address filter.
|