Searched refs:seek (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-current/release/arm64/
H A DROCKPRO64.conf22 of=/dev/${mddev} bs=512 seek=64 conv=sync
24 of=/dev/${mddev} bs=512 seek=16384 conv=sync
H A DROCK64.conf22 of=/dev/${mddev} bs=512 seek=64 conv=sync
24 of=/dev/${mddev} bs=512 seek=16384 conv=sync
H A DPINE64.conf22 of=/dev/${mddev} bs=128k seek=1 conv=sync
H A DPINE64-LTS.conf22 of=/dev/${mddev} bs=128k seek=1 conv=sync
H A DPINEBOOK.conf22 of=/dev/${mddev} bs=128k seek=1 conv=sync
/freebsd-current/usr.sbin/bhyve/
H A Diov.h35 int *niov2, size_t seek);
40 int niov, size_t seek);
H A Diov.c41 size_t seek)
44 size_t left = seek;
120 size_t seek)
126 if (seek > 0) {
130 seek_iov(iov, niov, diov, &ndiov, seek);
141 if (seek > 0)
40 seek_iov(const struct iovec *iov1, int niov1, struct iovec *iov2, int *niov2, size_t seek) argument
119 buf_to_iov(const void *buf, size_t buflen, const struct iovec *iov, int niov, size_t seek) argument
/freebsd-current/bin/dd/tests/
H A Ddd2_test.sh11 atf_set "descr" "dd(1) can seek by the maximum amount"
31 seek=$(bc -e "2^63 / 4096 - 1")
32 atf_check -s exit:0 -e ignore dd if=f.in of=f.out bs=4096 seek=$seek
38 atf_set "descr" "dd(1) should reject too-large seek values"
43 seek=$(bc -e "2^63 / 4096")
44 atf_check -s not-exit:0 -e match:"seek offsets cannot be larger than" \
45 dd if=f.in of=f.out bs=4096 seek=$seek
46 atf_check -s not-exit:0 -e match:"seek offset
[all...]
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore-int.h41 off_t (*seek)(struct krb5_storage_data*, off_t, int); member in struct:krb5_storage_data
H A Dstore_mem.c50 sp->seek(sp, size, SEEK_CUR);
61 sp->seek(sp, size, SEEK_CUR);
84 return sp->seek(sp, s->ptr - s->base + offset, SEEK_SET);
86 return sp->seek(sp, s->size + offset, SEEK_SET);
145 sp->seek = mem_seek;
204 sp->seek = mem_seek;
H A Dstore_emem.c51 sp->seek(sp, size, SEEK_CUR);
74 sp->seek(sp, size, SEEK_CUR);
93 sp->seek(sp,s->ptr - s->base + offset, SEEK_SET);
96 sp->seek(sp, s->len + offset, SEEK_SET);
190 sp->seek = emem_seek;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dstride_dd.c29 static off_t seek = 0; variable
92 seek = atoi(optarg);
115 ofile == NULL || seek < 0) {
158 if (seek > 0) {
159 if (lseek(ofd, seek * bsize, SEEK_CUR) == -1) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_hole_birth.ksh81 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=11264 seek=1152
85 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=152 seek=384 \
87 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=4k count=10 seek=1408 \
98 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=1
102 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=128k count=1 seek=3
117 log_must dd if=/dev/urandom of=/$sendfs/file1 bs=512 count=1 seek=96k \
/freebsd-current/tools/test/stress2/misc/
H A Dseekhole.sh64 printf "\001" | dd of=$file seek=$((0*bs)) bs=1 count=1 conv=notrunc status=none
65 printf "\002" | dd of=$file seek=$((2*bs)) bs=1 count=1 conv=notrunc status=none
66 printf "\003" | dd of=$file seek=$((4*bs)) bs=1 count=1 conv=notrunc status=none
H A Dtmpfs24.sh60 printf "\001" | dd of=$file seek=$((0*bs)) bs=1 count=1 conv=notrunc status=none
61 printf "\002" | dd of=$file seek=$((2*bs)) bs=1 count=1 conv=notrunc status=none
62 printf "\003" | dd of=$file seek=$((4*bs)) bs=1 count=1 conv=notrunc status=none
/freebsd-current/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh110 atf_test_case seek
118 dd if=/dev/zero of=testfile seek=1 bs=8k count=1
125 'dd bs=4 if=/dev/zero count=1 | tr \\0 \\n | dd of=tf2 bs=4 seek=1'
135 atf_add_test_case seek
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_many_clones.ksh51 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=64k count=1 seek=$i \
53 log_must dd if=/dev/urandom of=$mntpnt/f2 bs=64k count=1 seek=63 \
/freebsd-current/stand/powerpc/boot1.chrp/
H A DMakefile39 ${DD} if=boot1.elf of=${.TARGET} seek=${BOOT1_OFFSET} conv=notrunc
40 ${DD} if=${.CURDIR}/bootinfo.txt of=${.TARGET} seek=${BOOTINFO_OFFSET} \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_remap_deadlists.ksh31 conv=notrunc seek=100
35 conv=notrunc seek=200
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dblake3.h92 void Blake3_FinalSeek(const BLAKE3_CTX *ctx, uint64_t seek, uint8_t *out,
/freebsd-current/lib/libc/gen/
H A Dtelldir.h85 unsigned long seek:DD_SEEK_BITS; member in struct:ddloc_packed::__anon122
/freebsd-current/tests/sys/cddl/zfs/tests/clean_mirror/
H A Dclean_mirror_common.kshlib54 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/freebsd-current/bin/pax/
H A Dtables.h66 * Filenames are stored in a scratch file at seek offset into the file. The
78 off_t seek; /* location in scratch file */ member in struct:ftm
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cp_files/
H A Dcp_files_002_pos.ksh109 log_must dd if=/dev/urandom of=$SRC_FILE bs=$RECORDSIZE seek=$SRC_SIZE \
123 seek=$(($RANDOM % $SRC_SIZE)) count=$((1 + $RANDOM % 16)) conv=notrunc
147 log_must dd if=/dev/urandom of=$SRC_FILE bs=$RECORDSIZE seek=$SRC_SIZE \
155 seek=$(($RANDOM % $SRC_SIZE)) count=$((1 + $RANDOM % 16)) conv=notrunc
/freebsd-current/sys/contrib/zlib/
H A Dgzwrite.c185 /* check for seek request */
186 if (state->seek) {
187 state->seek = 0;
304 /* check for seek request */
305 if (state->seek) {
306 state->seek = 0;
381 /* check for seek request */
382 if (state->seek) {
383 state->seek = 0;
471 /* check for seek reques
[all...]

Completed in 253 milliseconds

12345