Searched refs:tell (Results 1 - 22 of 22) sorted by relevance

/barrelfish-master/lib/vfs/
H A Dvfs_ops.h29 errval_t (*tell)(void *st, vfs_handle_t handle, size_t *pos); member in struct:vfs_ops
H A Dvfs_blockdevfs.c201 static errval_t tell(void *st, vfs_handle_t handle, size_t *pos) function
331 .tell = tell,
H A Dcache.c84 [cacheTell ] = "tell",
558 err = bst->orig_ops->tell(bst->orig_st, handle, &origpos);
560 USER_PANIC_ERR(err, "orig_ops->tell");
666 static errval_t tell(void *st, vfs_handle_t handle, size_t *pos) function
671 errval_t err = bst->orig_ops->tell(bst->orig_st, handle, pos);
793 .tell = tell,
H A Dvfs_ramfs.c465 static errval_t tell(void *st, vfs_handle_t handle, size_t *pos) function
719 .tell = tell,
737 .tell = tell,
H A Dvfs.c360 assert(m->ops->tell != NULL);
361 return m->ops->tell(m->st, handle, pos);
H A Dvfs_fat.c846 tell(void *st, vfs_handle_t fhandle, size_t *pos) function
1035 .tell = tell,
H A Dvfs_nfs.c785 static errval_t tell(void *st, vfs_handle_t handle, size_t *pos) function
1326 .tell = tell,
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Decoptions.tex36 This can be used to tell an embedded {\eclipse} where to find it support files.
H A Dembed.tex772 it is wrapped into a handle to tell {\eclipse} that this is external data.
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex138 This bit is used by the compaction phase to tell garbage from
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsporting.tex185 I/O predicates of the \predspec{see} and \predspec{tell} group are not built-ins
H A Dumscompiler.tex964 The profiler can tell you which predicates
970 It can also tell whether the predicate was slow because it
H A Dextsuspend.tex437 on the two terms (i.e., it is a ``tell'' constraint only).
H A Dumsmodules.tex97 toplevel, a prompt will tell you in which module your input is
/barrelfish-master/doc/023-coreboot/
H A Dcoreboot.tex210 sending a message back to it. Then, the boot driver will tell its local monitor
/barrelfish-master/doc/009-notifications/
H A DNotify.tex235 therefore tell if it's worth sending an IPI and return immediately if
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex495 You can tell \eclipse which editor you want to use, so that you can invoke
/barrelfish-master/doc/003-hake/
H A DHake.tex685 should tell you exactly what is wrong with some Hakefile. However,
/barrelfish-master/doc/008-tracing/
H A DTracing.tex716 // tell the framework when to start recording
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplex.tex1306 to tell the system which licence you have on which machine.
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex172 %It is hard to tell whether a given modelling formalism is appropriate
/barrelfish-master/lib/tommath/
H A Dtommath.tex89 When I tell people about my LibTom projects and that I release them as public domain they are often puzzled.
134 themselves, ``You tell me this is only secure for large numbers, fine; but how do you implement these numbers?''

Completed in 139 milliseconds