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

/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfopencookie.c129 /* fopencookie(3) only allows these three seek modes. */
137 * If seek is NULL, it is not possible to perform seek operations on
140 if (thunk->foc_io.seek == NULL) {
146 res = thunk->foc_io.seek(thunk->foc_cookie, &off64, whence);
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_ops.h27 errval_t (*seek)(void *st, vfs_handle_t handle, enum vfs_seekpos whence, member in struct:vfs_ops
H A Dvfs_blockdevfs.c216 static errval_t seek(void *st, vfs_handle_t handle, enum vfs_seekpos whence, function
244 USER_PANIC("invalid whence argument to blockdevfs seek");
328 .seek = seek,
H A Dcache.c85 [cacheSeek ] = "seek",
524 // XXX: Not sure if using seek() is always safe
525 errval_t r = bst->orig_ops->seek(bst->orig_st, handle, VFS_SEEK_CUR,
606 // XXX: Not sure if using seek() is always safe, also it's inefficient
607 err = bst->orig_ops->seek(bst->orig_st, handle, VFS_SEEK_CUR,
616 err = bst->orig_ops->seek(bst->orig_st, handle, VFS_SEEK_SET,
686 static errval_t seek(void *st, vfs_handle_t handle, enum vfs_seekpos whence, function
709 // Fake via a setting seek
719 err = bst->orig_ops->seek(bst->orig_st, handle, whence, offset);
792 .seek
[all...]
H A Dvfs_ramfs.c507 static errval_t seek(void *st, vfs_handle_t handle, enum vfs_seekpos whence, function
535 USER_PANIC("invalid whence argument to ramfs seek");
718 .seek = seek,
736 .seek = seek,
H A Dvfs.c345 assert(m->ops->seek != NULL);
346 return m->ops->seek(m->st, handle, whence, offset);
452 * closed and re-opened (ie. it is not possible to seek in the directory).
H A Dvfs_fat.c817 seek(void *st, vfs_handle_t fhandle, enum vfs_seekpos whence, off_t offset) function
829 default: USER_PANIC("invalid whence argument to fat seek"); break;
1034 .seek = seek,
H A Dvfs_nfs.c811 static errval_t seek(void *st, vfs_handle_t handle, enum vfs_seekpos whence, function
841 USER_PANIC("invalid whence argument to nfs seek");
1324 .seek = seek,
/barrelfish-2018-10-04/tools/harness/tests/
H A Dcommon.py331 self.console.logfile.seek(0)
336 self.console.logfile.seek(0)
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c747 size_t seek = 0; local
772 else if (!strncmp(argv[i], "seek=", 5))
773 seek = atoi(argv[i] + 5);
786 printf("from: %s to: %s bs=%zd count=%zd seek=%zd skip=%zd\n", source, target, blocksize, count, seek, skip);
817 if (seek != 0)
819 // TODO: seek
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_io.h176 #define SREPOSITION 0x1000000 /* can be repositioned (seek) */
282 int (*seek) ARGS((stream_id,long,int)); member in struct:__anon1626
H A Dio.c114 * which together hold the contents of the string stream. read/write/seek
1303 * of the stream, or after a seek.
1305 * - after seek, the buffer contents may or may not be valid (MREAD),
1869 * read in, it has to seek back and write the whole
1972 return StreamMethods(nst).seek(nst, pos, whence);
1996 if (whence == LSEEK_END) /* seek to current end */
2006 else if (pos <= StreamOffset(nst) + StreamCnt(nst)) /* seek backwards */
2015 else /* seek forward */
2026 /* seek target is before the current end */
2111 * to seek i
[all...]
H A Dbip_io.c402 (void) built_in(in_dict("seek",2), p_seek, B_SAFE);
1099 StreamMethods(nst).seek(nst, 0, LSEEK_SET);
2171 /* no seek on scrambled files: synchronisation gets lost */
2172 /* no seek on append files: always at eof */
/barrelfish-2018-10-04/include/
H A Dstdio.h411 cookie_seek_function_t *seek; member in struct:__anon281
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsio.tex746 \bipref{seek/2}{../bips/kernel/iostream/seek-2.html}
751 seek(Stream, Pointer)
763 open(File, update, Stream), seek(Stream, end_of_file)
820 \bipref{seek/2}{../bips/kernel/iostream/seek-2.html} and
839 [eclipse 3]: seek(s, 1), write(s, .), get_stream_info(s, name, S).
843 [eclipse 4]: seek(s, end_of_file), write(s, ine),
876 It is not allowed to seek on a queue. Therefore, once something is read
H A Dumsmacros.tex659 seek(Stream, Pos0),
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Drepairtut.tex54 Finally there are techniques such as conflict minimisation which seek
H A Dpropiachr.tex665 posted, and the CHRs seek to extend this clique to
H A Dprolog.tex680 the most recent choice-point, i.e. to seek an alternative to

Completed in 223 milliseconds