Searched refs:deleted (Results 1 - 20 of 20) sorted by relevance

/barrelfish-2018-10-04/tools/harness/
H A Dcheckout.py57 if context.files() or context.deleted():
66 if not context.files() and not context.deleted():
/barrelfish-2018-10-04/lib/vfs/
H A Dcache.c136 bool deleted; member in struct:dir_entry
153 bool *haveit, bool *deleted, vfs_handle_t *fh)
167 *deleted = e->deleted;
169 if(!*deleted) {
183 *deleted = false;
219 e->deleted = false;
244 if(!e->deleted) {
250 e->deleted = true;
265 bool haveit, deleted; local
152 meta_data_lookup(const char *fname, bool *haveit, bool *deleted, vfs_handle_t *fh) argument
307 bool haveit, deleted; local
[all...]
/barrelfish-2018-10-04/doc/013-capability-mgmt/
H A Dtype_system.tex41 \item[Last copy deleted] The type specific operations to perform when
42 the last copy of a capability is deleted. For capability types
44 memory is deleted, then the memory must be garbage collected.
112 \item[Last copy deleted] When the last copy is deleted, all
113 capabilities stored within it are also deleted.
241 copies are deleted.
264 \item[Last copy deleted] \note{NYI}
309 \item[Last copy deleted] \note{NYI, maybe inform some special
338 \item[Last copy deleted] \not
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Ddatabase-lst.tex55 \item[del_tup(?TupleTerm)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
57 \item[del_tup(+RelationName, ?Tuple)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
59 \item[del_tup(+RelationName, ?Tuple, +Selection)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
H A Dkernel-lst.tex86 \item[bang_retrieve_delete(+RelName, ?Tuple, +Condition)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
88 \item[bang_retrieve_delete(+RelName, ?Tuple, +Condition, +Test)]{Tuple at a time retrieval with deletion. On backtracking the next tuple is retrieved and deleted.}
H A Dknowbase-sec.tex329 predicate, with its argument being the clause that is to be deleted.
333 This clause is then deleted and the user is asked if the search should
684 Sets of clauses can be deleted using the {\tt <---/2} predicate.
702 Note that only variant clauses are deleted.
H A Dmultiuser-sec.tex252 be deleted before the transaction restarts. It is important that
H A Ddatabase-sec.tex326 Temporary relations are automatically deleted at the end of the session
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_delete.c89 * have started a scan and not have already deleted it.
287 int deleted, exact, redo; local
289 deleted = 0;
293 return (deleted ? RET_SUCCESS : RET_ERROR);
296 return (deleted ? RET_SUCCESS : RET_SPECIAL);
319 deleted = 1;
381 * offset is for the page traversed on the search. We've just deleted
386 * (which is never deleted, it's just not worth the effort) or if the
611 * Link around a deleted page.
615 * h: page to be deleted
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat18 rem it will be deleted first.
/barrelfish-2018-10-04/doc/004-virtual_memory/
H A DVirtualMemory.tex122 underlying Frame capability is deleted, the \verb|VNode_Map| invocation also
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dblockdevfs.tex10 Files cannot be created nor deleted or truncated.
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl394 %DeleteHeads first so that these can be deleted in body
1465 that are deleted (DeleteHeads) are seperated when called. The HeadList
1467 or those that are deleted (DeleteHeads), as indicated by Status. Body is
1541 % if the simpogation rule has only two heads, and the keep and deleted
1579 delete, indicating if Head is to be kept or deleted from the constraint
1581 other heads in rule (i.e. excluding Head) that are to be kept or deleted
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dlistut.pl110 % Residue is a copy of List with all elements equal to Elem deleted.
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dheaps.pl131 also a New Heap which is the Old Heap with that pair deleted.
H A Dkb.pl652 ** Equality on term attribute is variant. The clauses deleted are those
H A Dkernel.pl2253 % locked modules can only be deleted from sepia_kernel
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarrays.tex195 Entries can be deleted via
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembed.tex843 reference has been deleted (while the copy function indicates that
/barrelfish-2018-10-04/doc/006-routing/
H A DRouting.tex161 Each monitor maintains a forwarding table. For each multi-hop channel, entries are created in the forwarding tables at all the nodes of that channel. Messages that are sent over the channel are forwarded at each node according to its forwarding table. Those entries in the forwarding tables can be seen as per-channel created \emph{hard} state: It is explicitly created at channel set-up and deleted at channel tear-down. Additionally to the entries in the forwarding table, per-channel created state includes bindings to the neighbouring nodes on the multi-hop channel.

Completed in 198 milliseconds