Home
last modified time | relevance | path

Searched refs:seek (Results 1 – 25 of 38) sorted by relevance

12

/titanic_44/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) \ argument
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) argument
190 # define SM_IO_SET_TYPE(f, name, open, close, read, write, seek, get, set, timeout) (f) argument
191 # define SM_IO_INIT_TYPE(f, name, open, close, read, write, seek, get, set, timeout) \ argument
205 (f).f_seek = (seek); \
/titanic_44/usr/src/lib/libshell/common/tests/
H A Dio.sh217 done > $tmp/seek
218 if command exec 3<> $tmp/seek
253 cat $tmp/seek | read -r <# *WWW*
255 { < $tmp/seek <# ((2358336120)) ;} 2> /dev/null || err_exit 'long seek not working'
261 done > $tmp/seek
262 if command exec {n}<> $tmp/seek
/titanic_44/usr/src/psm/stand/bootblks/common/
H A Dutil.fth96 instance defer cif-seek ( low high ihandle -- -1|0|1 )
109 " seek" find-cif-method to cif-seek
208 dup >r 0 swap cif-seek if ( adr len r: ih )
209 " seek failed" die
H A Drd.fth60 : seek ( off.low off.high -- error? )
/titanic_44/usr/src/tools/onbld/Checks/
H A DProcessCheck.py68 tmpfile.seek(0)
H A DMapfile.py87 fh.seek(0);
/titanic_44/usr/src/test/zfs-tests/tests/functional/clean_mirror/
H A Dclean_mirror_common.kshlib59 seek=8 bs=$DD_BLOCK count=$(( DD_COUNT - 8 )) conv=notrunc
/titanic_44/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
/titanic_44/usr/src/lib/libdscfg/common/
H A Dcfg_impl.h217 int (*seek)(cfp_t *, int, int); /* Seek */ member
H A Dcfg.c1527 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) { in cfg_read()
1542 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) { in cfg_read()
1596 if ((*cfp->cf_pp->seek) in cfg_read()
1619 if ((*cfp->cf_pp->seek) in cfg_read()
2101 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) { in cfg_commit()
2113 if ((*cfp->cf_pp->seek) in cfg_commit()
2153 if ((*cfp->cf_pp->seek) in cfg_commit()
2173 if ((*cfp->cf_pp->seek)(cfp, in cfg_commit()
2186 if ((*cfp->cf_pp->seek) in cfg_commit()
2214 if ((*cfp->cf_pp->seek)(cfp, 0, SEEK_SET) < 0) in cfg_commit()
[all …]
/titanic_44/usr/src/cmd/perl/contrib/
H A DREADME30 or which refer to unbundled products, should seek ARC guidance for naming.
/titanic_44/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 \
/titanic_44/usr/src/lib/libast/common/misc/
H A Dstk.c104 int seek; member
414 increment(seek); in _stkseek()
/titanic_44/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib289 $DD if=/dev/zero of=$dev seek=512 bs=1024 \
/titanic_44/usr/src/lib/libast/common/features/
H A Dsfio153 fflush(f2); /* this should set the seek location to 1010 */
/titanic_44/usr/src/tools/scripts/
H A Dgit-pbchk.py81 tmpfile.seek(0)
/titanic_44/usr/src/cmd/sgs/libelf/common/
H A Dlibelf.msg80 @ EIO_SEEK "I/O error: seek"
/titanic_44/usr/src/lib/libc/port/gen/
H A Derrlist68 29 Illegal seek
/titanic_44/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err51 SPIPE = Illegal seek
/titanic_44/usr/src/cmd/stat/fsstat/
H A Dfsstat.c350 PRINT_VOPSTAT(niceflag, seek); in vop_display()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h192 SMB_COM_DECL(seek);
/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_dispatch.c186 { "SmbSeek", SMB_SDT_OPS(seek), /* 0x12 018 */
/titanic_44/usr/src/psm/stand/bootblks/ufs/common/
H A Dufs.fth492 : seek-file ( off fd -- off true | false )
/titanic_44/usr/src/psm/stand/bootblks/hsfs/common/
H A Dhsfs.fth540 : seek-file ( off fd -- error? )
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Project/t/
H A DProject.t314 seek($file, 0, 0);

12