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

12

/illumos-gate/usr/src/tools/onbld/Checks/
H A DProcessCheck.py68 tmpfile.seek(0)
H A DMapfile.py87 fh.seek(0);
H A DSpellCheck.py278 fh.seek(0)
/illumos-gate/usr/src/boot/lib/libz/
H A Dgzwrite.c202 /* check for seek request */
203 if (state->seek) {
204 state->seek = 0;
267 /* check for seek request */
268 if (state->seek) {
269 state->seek = 0;
333 /* check for seek request */
334 if (state->seek) {
335 state->seek = 0;
418 /* check for seek reques
[all...]
H A Dgzlib.c87 state->seek = 0; /* no seek request pending */
385 /* can only seek from start or relative to current position */
392 else if (state->seek)
394 state->seek = 0;
405 state->seek = 0;
412 /* calculate skip amount, rewinding if needed for back seek when reading */
435 state->seek = 1;
467 return state->x.pos + (state->seek ? state->skip : 0);
H A Dgzread.c323 if (state->seek) {
324 state->seek = 0;
443 if (state->seek) {
444 state->seek = 0;
507 if (state->seek) {
508 state->seek = 0;
H A Dgzguts.h184 /* seek request */
186 int seek; /* true if seek request pending */ member in struct:__anon107
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dio.h183 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
185 0, (close), (read), (seek), (write), (open), (set), (get), (timeout),\
187 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout)
190 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f)
191 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \
205 (f).f_seek = (seek); \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib85 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/illumos-gate/usr/src/test/zfs-tests/tests/functional/scrub_mirror/
H A Dscrub_mirror_common.kshlib53 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dio.sh217 done > $tmp/seek
218 if command exec 3<> $tmp/seek
221 command exec 3<# ((40*8)) || err_exit "absolute seek fails"
253 cat $tmp/seek | read -r <# *WWW*
255 { < $tmp/seek <# ((2358336120)) ;} 2> /dev/null || err_exit 'long seek not working'
256 else err_exit "$tmp/seek: cannot open for reading"
261 done > $tmp/seek
262 if command exec {n}<> $tmp/seek
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h217 int (*seek)(cfp_t *, int, int); /* Seek */ member in struct:cfg_io_s
H A Dcfg.c1527 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) {
1529 (void) fprintf(stderr, "cfg: seek header failed\n");
1542 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) {
1544 (void) fprintf(stderr, "cfg: seek header failed\n");
1596 if ((*cfp->cf_pp->seek)
1599 (void) fprintf(stderr, "cfg: seek (SEEK_CUR) failed\n");
1619 if ((*cfp->cf_pp->seek)
1622 (void) fprintf(stderr, "cfg: seek (SEEK_CUR) failed\n");
2101 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) {
2103 (void) fprintf(stderr, "cfg: seek heade
[all...]
/illumos-gate/usr/src/boot/sys/boot/userboot/
H A Duserboot.h109 int (*seek)(void *arg, void *h, uint64_t offset, member in struct:loader_callbacks
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dhost.c91 return (CALLBACK(seek, f->f_fsdata, offset, where));
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_007_pos.ksh73 dd if=/dev/urandom of=${mntpnt}/$FILE bs=512 count=1 seek=1 2>/dev/null
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_clear/
H A Dzpool_clear_001_pos.ksh182 dd if=/dev/zero of=$fbase.$i seek=512 bs=1024 count=$wcount conv=notrunc \
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dstk.c104 int seek; member in struct:__anon2653
414 increment(seek);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib287 dd if=/dev/zero of=$dev seek=512 bs=1024 \
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist68 29 Illegal seek
/illumos-gate/usr/src/tools/scripts/
H A Dgit-pbchk.py82 tmpfile.seek(0)
/illumos-gate/usr/src/boot/sys/boot/userboot/test/
H A Dtest.c392 .seek = test_seek,
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c411 PRINT_VOPSTAT(niceflag, seek);
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h214 SMB_COM_DECL(seek); variable
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c187 { "SmbSeek", SMB_SDT_OPS(seek), /* 0x12 018 */

Completed in 94 milliseconds

12