Home
last modified time | relevance | path

Searched full:deleted (Results 1 – 25 of 1452) sorted by relevance

12345678910>>...59

/freebsd/lib/libopenbsd/
H A Dohash.c31 #define DELETED ((const char *)h) macro
78 if (4 * h->deleted < h->total) { in ohash_resize()
83 } else if (3 * h->deleted > 2 * h->total) in ohash_resize()
99 if (h->t[j].p != NULL && h->t[j].p != DELETED) { in ohash_resize()
114 h->total -= h->deleted; in ohash_resize()
115 h->deleted = 0; in ohash_resize()
123 if (result == NULL || result == DELETED) in ohash_remove()
129 h->t[i].p = DELETED; in ohash_remove()
130 h->deleted++; in ohash_remove()
131 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total) in ohash_remove()
[all …]
/freebsd/contrib/mandoc/
H A Dcompat_ohash.c33 #define DELETED ((const char *)h) macro
80 if (4 * h->deleted < h->total) { in ohash_resize()
85 } else if (3 * h->deleted > 2 * h->total) in ohash_resize()
101 if (h->t[j].p != NULL && h->t[j].p != DELETED) { in ohash_resize()
116 h->total -= h->deleted; in ohash_resize()
117 h->deleted = 0; in ohash_resize()
125 if (result == NULL || result == DELETED) in ohash_remove()
131 h->t[i].p = DELETED; in ohash_remove()
132 h->deleted++; in ohash_remove()
133 if (h->deleted >= MINDELETED && 4 * h->deleted > h->total) in ohash_remove()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h135 if (auto EC = readSparseBitVector(Stream, Deleted)) in load()
137 if (Present.intersects(Deleted)) in load()
139 "Present bit vector intersects deleted!"); in load()
159 int NumBitsD = Deleted.find_last() + 1; in calculateSerializedLength()
169 // Deleted bit set number of words (4 bytes), followed by that many actual in calculateSerializedLength()
190 if (auto EC = writeSparseBitVector(Writer, Deleted)) in commit()
205 Deleted.clear(); in clear()
230 // inserted at the first empty / deleted location. Therefore, if we are in find_as()
231 // probing and find a location that is neither present nor deleted, then in find_as()
263 bool isDeleted(uint32_t K) const { return Deleted.test(K); } in isDeleted()
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-destroy.878 No data will be deleted.
83 flags to determine what data would be deleted.
85 Print machine-parsable verbose information about the deleted data.
89 Print verbose information about the deleted data.
155 No data will be deleted.
160 flags to determine what data would be deleted.
162 Print machine-parsable verbose information about the deleted data.
168 Print verbose information about the deleted data.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_deleted.ksh23 # Verify redaction works as expected with respect to deleted files
26 # 1. A file on the delete queue counts as deleted when using it to calculate
33 typeset ds_name="deleted"
48 # A file on the delete queue counts as deleted when using it to calculate
104 log_pass "Verify Redaction works as expected with respect to deleted files."
/freebsd/crypto/openssl/crypto/async/
H A Dasync_wait.c31 /* Only try and cleanup if it hasn't been marked deleted */ in ASYNC_WAIT_CTX_free()
73 /* This one has been marked deleted so do nothing */ in ASYNC_WAIT_CTX_get_fd()
96 /* This one has been marked deleted so do nothing */ in ASYNC_WAIT_CTX_get_all_fds()
124 /* We ignore fds that have been marked as both added and deleted */ in ASYNC_WAIT_CTX_get_changed_fds()
147 /* This one has been marked deleted already so do nothing */ in ASYNC_WAIT_CTX_clear_fd()
170 * Mark it as deleted. We don't call cleanup if explicitly asked in ASYNC_WAIT_CTX_clear_fd()
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.h66 * be deleted, it would cause race conditions. So instead, unlock and
132 /** old keys are deleted.
137 /** old data is deleted. This function is called: func(data, userarg). */
140 /** mark a key as pending to be deleted (and not to be used by anyone).
219 /** hash value of the key. It may not change, until entry deleted. */
246 * Delete hash table. Entries are all deleted.
252 * Clear hash table. Entries are all deleted, while locking them before
262 * If necessary the least recently used entries are deleted to make space.
268 * If key already present, this entry->key is deleted immediately.
345 * If necessary the least recently used entries are deleted t
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLowerMemIntrinsics.h49 /// Expand \p MemCpy as a loop. \p MemCpy is not deleted.
53 /// Expand \p MemMove as a loop. \p MemMove is not deleted. Returns true if the
57 /// Expand \p MemSet as a loop. \p MemSet is not deleted.
60 /// Expand \p AtomicMemCpy as a loop. \p AtomicMemCpy is not deleted.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDomTreeUpdater.h65 /// erased from available trees if it exists and finally get deleted.
75 /// be called. Finally, DelBB will be deleted.
97 void deleted() override { in deleted() function
99 CallbackVH::deleted(); in deleted()
112 /// Returns true if at least one BasicBlock is deleted.
H A DMemorySSAUpdater.h149 /// `From` is now an empty block; `From` is about to be deleted. Move all
222 /// This should be called when an instruction (load/store) is deleted from
229 /// Remove all MemoryAcceses in a set of BasicBlocks about to be deleted.
230 /// Assumption we make here: all uses of deleted defs and phi must either
231 /// occur in blocks about to be deleted (thus will be deleted as well), or
233 /// Deleted blocks still have successor info, but their predecessor edges and
235 /// deleted after this call.
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones_004_pos.ksh38 # file system, causes that underlying filesystem to be deleted. Deleting
43 # 2. Delete our ZFS rooted zone, verify the filesystem has been deleted.
58 log_assert "A ZFS fs is destroyed when the zone it was created for is deleted."
86 log_pass "A ZFS fs is destroyed when the zone it was created for is deleted."
/freebsd/sys/contrib/ck/src/
H A Dck_epoch.c60 * shared in both e_g-1 and e_g even if they are logically deleted in e_g.
64 * which is only deleted in e_g+1. It could be that reader threads are
85 * Of course, it is also possible for references logically deleted at e_g-1 to
90 * references could exist to objects logically deleted at e_g-1. The reason for
95 * objects logically deleted at e_g-1 which means objects logically deleted at
96 * e_g-1 cannot be deleted at e_g+1 unless all threads have observed e_g+1
103 * means no hazardous references could exist to objects deleted at e_g-1 (at
108 * 2) Items that are logically deleted e_g or e_g-1 cannot be physically
109 * deleted.
110 * 3) Objects logically deleted at e_g-1 can be physically destroyed at e_g+2
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm6.h132 * IP of the rule to be deleted from the LPM table
134 * Depth of the rule to be deleted from the LPM table
148 * Array of IPs to be deleted from the LPM table
150 * Array of depths of the rules to be deleted from the LPM table
152 * Number of rules to be deleted from the LPM table
/freebsd/usr.bin/dtc/
H A Dchecking.cc52 auto &deleted = n->deleted_child_nodes(); in check_node() local
53 if (deleted.empty()) in check_node()
57 bool plural = deleted.size() > 1; in check_node()
63 for (auto &d : deleted) in check_node()
234 checkers.insert(std::make_pair(string("deleted-nodes"), in check_manager()
235 new deleted_node_checker("deleted-nodes"))); in check_manager()
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt379 it is deleted and a new one is created.
409 unlinked flowset list, it is removed and deleted, and then recreated.
412 so, the flowset is deleted and a new one will be created. Really, the flowset
413 it isn't deleted now, but it is removed from flowset list and it will be
414 deleted later because there could be some queues that are using it.
446 A pipe can be deleted by the user through the command 'ipfw pipe x delete'.
447 To delete a pipe, the pipe is removed from the pipe list, and then deleted.
448 Also the scheduler associated with this pipe should be deleted.
450 FIFO flowset must be deleted.
464 and decremented when a queue is deleted.
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-delete_on_error.mk4 # which controls whether the target is deleted if a shell command fails or
7 # In compatibility mode, regular and phony targets are deleted, but precious
10 # In parallel mode, regular targets are deleted, while phony and precious
/freebsd/share/man/man9/
H A Ddevice_delete_child.943 and deleted.
53 are deleted and zero is returned.
57 method is invoked for each device that is deleted.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp36 STATISTIC(NumDeleted, "Number of loops deleted");
48 Deleted, enumerator
52 if (A == LoopDeletionResult::Deleted || B == LoopDeletionResult::Deleted) in merge()
53 return LoopDeletionResult::Deleted; in merge()
419 return LoopDeletionResult::Deleted; in breakBackedgeIfNotTaken()
476 << "Loop deleted because it never executes"; in deleteLoopIfDead()
480 return LoopDeletionResult::Deleted; in deleteLoopIfDead()
509 << "Loop deleted because it is invariant"; in deleteLoopIfDead()
514 return LoopDeletionResult::Deleted; in deleteLoopIfDead()
533 if (Result != LoopDeletionResult::Deleted) in run()
[all …]
/freebsd/sbin/dhclient/
H A Ddhclient-script.8101 and that IP alias should be deleted from the interface,
178 Persistent settings that may have changed need to be deleted - for example,
180 route should be deleted.
181 If the default route has changed, the old default route should be deleted.
182 If the static routes have changed, the old ones should be deleted.
199 deleted, as in
/freebsd/contrib/file/magic/Magdir/
H A Ddump19 >0 belong 6 map of inodes deleted,
38 >0 belong 6 map of inodes deleted,
57 >0 belong 6 map of inodes deleted,
95 >0 leshort 6 map of inodes deleted.
/freebsd/contrib/nvi/ex/
H A Dex_delete.c38 * Historically, lines deleted in ex were not placed in the numeric in ex_delete()
51 /* Set the cursor to the line after the last line deleted. */ in ex_delete()
54 /* Or the last line in the file if deleted to the end of the file. */ in ex_delete()
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_tree.c37 unsigned int deleted:1; member
136 node->deleted = oldnode->deleted; in profile_copy_node()
220 p->value == NULL && p->deleted != 1) { in profile_add_node()
237 new->deleted = 0; in profile_add_node()
330 if (p->deleted) in profile_find_node()
358 if (p->deleted) in profile_find_node()
588 if (!strcmp(p->name, *cpp) && !p->value && !p->deleted) in profile_node_iterator()
627 if (p->deleted) in profile_node_iterator()
667 node->deleted = 1; in profile_remove_node()
/freebsd/contrib/diff/src/
H A Dcontext.c210 while (next && next->line0 + next->deleted <= i) in pr_context_hunk()
219 Otherwise it is "deleted". */ in pr_context_hunk()
247 If lines were deleted here in file 0, this is "changed". in pr_context_hunk()
249 prefix = (next->deleted > 0 ? "!" : "+"); in pr_context_hunk()
350 /* For each difference, first output the deleted part. */ in pr_unidiff_hunk()
352 k = next->deleted; in pr_unidiff_hunk()
400 top0 = start->line0 + start->deleted; in find_hunk()
420 It should be 1 if all the lines inserted or deleted in that change
/freebsd/lib/libsys/
H A Dundelete.234 .Nd attempt to recover a deleted file
44 system call attempts to recover the deleted file named by
55 deleted files such as the log-structured file system.
/freebsd/tests/sys/netinet/
H A Darp.sh80 atf_check -o match:"198.51.100.2 \(198.51.100.2\) deleted" jexec ${jname} arp -nd 198.51.100.2
204 deleted=\
205 "${ipb} (${ipb}) deleted\n"
220 atf_check -o "inline:${deleted}" jexec ${jname}a arp -nd ${ipb}
225 atf_check -o "inline:${deleted}" \

12345678910>>...59