/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/ |
H A D | send_encrypted_props.ksh | 53 [[ -f $sendfile ]] && log_must rm $sendfile 61 typeset sendfile=/$TESTPOOL/sendfile 95 log_must eval "zfs send $snap > $sendfile" 97 "$TESTPOOL/recv < $sendfile" 99 "-o keylocation=prompt $TESTPOOL/recv < $sendfile" 104 log_must eval "zfs send -w $esnap > $sendfile" 105 log_mustnot eval "zfs recv -x encryption $TESTPOOL/recv < $sendfile" 106 log_mustnot eval "zfs recv -x keyformat $TESTPOOL/recv < $sendfile" 107 log_mustnot eval "zfs recv -x pbkdf2iters $TESTPOOL/recv < $sendfile" 125 log_must eval "zfs send $snap > $sendfile" [all …]
|
H A D | recv_secpolicy.ksh | 43 [[ -f $sendfile ]] && log_must rm $sendfile 49 typeset sendfile=$TESTDIR/sendfile 62 log_must eval "zfs send $TESTPOOL/testfs1/data/foo@1 > $sendfile" 66 -c "zfs receive $TESTPOOL/testfs2/data/foo" < $sendfile)
|
H A D | send_encrypted_files.ksh | 53 [[ -f $sendfile ]] && log_must rm $sendfile 60 typeset sendfile=/$TESTPOOL/sendfile 109 log_must eval "zfs send -wp $TESTPOOL/$TESTFS2@snap1 > $sendfile" 112 log_must eval "zfs recv -F $TESTPOOL/recv < $sendfile"
|
H A D | send-wDR_encrypted_zvol.ksh | 53 [[ -f $sendfile ]] && log_must rm $sendfile 65 typeset sendfile=$TESTDIR/sendfile 92 log_must eval "zfs send -wDR $TESTPOOL/$TESTVOL@snap$snap_count > $sendfile" 93 log_must eval "zfs recv $TESTPOOL/recv < $sendfile"
|
H A D | send_encrypted_truncated_files.ksh | 49 [[ -f $sendfile ]] && log_must rm $sendfile 56 typeset sendfile=/$TESTPOOL/sendfile 100 log_must eval "zfs send -wp $TESTPOOL/$TESTFS2@snap1 > $sendfile" 103 log_must eval "zfs recv -F $TESTPOOL/recv < $sendfile"
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sendfile.h | 113 #pragma redefine_extname sendfile sendfile64 116 #define sendfile sendfile64 macro 124 #pragma redefine_extname sendfile64 sendfile 127 #define sendfile64 sendfile 132 extern ssize_t sendfile(int, int, off_t *, size_t);
|
H A D | Makefile | 521 sendfile.h \
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies.pretty | 176 'sendfile', 255 'sendfile', 328 'sendfile', 433 'sendfile', 520 'sendfile', 595 'sendfile', 665 'sendfile', 735 'sendfile', 805 'sendfile', 889 'sendfile', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 411 {'call': 'sendfile', 526 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 615 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 758 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 859 {'call': 'sendfile', 933 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1003 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1073 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1143 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1238 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies | 56 'sendfile', 163 'sendfile', 280 'sendfile', 427 'sendfile', 507 'sendfile', 577 'sendfile', 810 'sendfile', 967 'sendfile', 1133 'sendfile', 1220 'sendfile', [all …]
|
H A D | implicit_dependencies.pretty | 218 'sendfile', 296 'sendfile', 526 'sendfile', 682 'sendfile', 847 'sendfile', 933 'sendfile', 1029 'sendfile', 1156 'sendfile', 1279 'sendfile', 1370 'sendfile', [all …]
|
H A D | implicit_dependencies_verbose | 67 {'call': 'sendfile', 'reason': set([('fd', 'file')])}, 185 {'call': 'sendfile', 'reason': set([('fd', 'file')])}, 370 {'call': 'sendfile', 'reason': set([('fd', 'file')])}, 723 {'call': 'sendfile', 834 {'call': 'sendfile', 'reason': set([('fd', 'file')])}, 970 {'call': 'sendfile', 1498 {'call': 'sendfile', 1759 {'call': 'sendfile', 2014 {'call': 'sendfile', 2185 {'call': 'sendfile', [all …]
|
H A D | implicit_dependencies_verbose.pretty | 489 {'call': 'sendfile', 605 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1023 {'call': 'sendfile', 1208 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1393 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1491 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1625 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1789 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 1919 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, 2018 {'call': 'sendfile', 'reason': set([('fd', 'flags')])}, [all …]
|
/illumos-gate/usr/src/tools/codesign/ |
H A D | codesign_server.pl | 146 sendfile("$Tmpdir/out.zip", $path) || return; 160 sub sendfile { subroutine
|
H A D | signit.pl | 181 sendfile("$Tmpdir/in.zip", "$cred $path") || return; 203 sub sendfile { subroutine
|
/illumos-gate/usr/src/lib/libsendfile/ |
H A D | Makefile.com | 27 OBJECTS = sendfile.o
|
/illumos-gate/usr/src/lib/libsendfile/common/ |
H A D | sendfile.c | 35 #pragma weak sendfile = _sendfile macro
|
H A D | mapfile-vers | 43 sendfile;
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 640 int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
|
/illumos-gate/usr/src/man/man3ext/ |
H A D | Makefile | 34 sendfile.3ext \
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 435 if (sendfile(sock, fd, &off, st.st_size) != st.st_size) in send_data_file()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3ext.inc | 114 file path=usr/share/man/man3ext/sendfile.3ext
|
/illumos-gate/usr/src/test/zfs-tests/include/ |
H A D | libtest.shlib | 297 typeset sendfile="$TESTDIR/create_recv_clone.zsnap" 309 log_must eval "zfs send -i $snap $incr | dd bs=10k count=1 > $sendfile" 310 log_mustnot eval "zfs recv -su $recvfs < $sendfile" 312 log_must rm -f "$sendfile"
|
/illumos-gate/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 1294 if (sendfile(ar_outfile.fd, fd, &off, in writefile()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rcp.c | 1261 cnt = sendfile(rem, f, &off, amt); in source()
|