Home
last modified time | relevance | path

Searched full:removed (Results 1 – 25 of 3425) sorted by relevance

12345678910>>...137

/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_offline_001_pos.ksh28 # made removed and onlined when reattached
33 # 3. Verify the device is removed when detached
37 # zed will use the spare to handle the removed data device
39 # the removed data device should be removed
45 # NOTE: the test relies on ZED to transit state to removed on device removed
48 # interface to allow the ZED to transition the vdev in to a removed state.
71 log_assert "ZED detects physically removed devices"
105 # 3. Verify the device is removed.
106 log_must wait_vdev_state $TESTPOOL $removedev "REMOVED"
121 # the removed data device
[all …]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dfunctional190 class unary_negate // deprecated in C++17, removed in C++20
198 template <class Predicate> // deprecated in C++17, removed in C++20
202 class binary_negate // deprecated in C++17, removed in C++20
213 template <class Predicate> // deprecated in C++17, removed in C++20
261 class binder1st // deprecated in C++11, removed in C++17
275 binder1st<Operation> bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in C++17
278 class binder2nd // deprecated in C++11, removed in C++17
292 binder2nd<Operation> bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in C++17
294 template <class Arg, class Result> // deprecated in C++11, removed in C++17
303 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, removed i
[all...]
H A Dmemory113 class allocator<void> // removed in C++20
129 typedef T* pointer; // deprecated in C++17, removed in C++20
130 typedef const T* const_pointer; // deprecated in C++17, removed in C++20
132 reference; // deprecated in C++17, removed in C++20
134 const_reference; // deprecated in C++17, removed in C++20
138 template <class U> struct rebind {typedef allocator<U> other;}; // deprecated in C++17, removed in C++20
141 typedef true_type is_always_equal; // Deprecated in C++23, removed in C++26
148 pointer address(reference x) const noexcept; // deprecated in C++17, removed in C++20
149 const_pointer address(const_reference x) const noexcept; // deprecated in C++17, removed in C++20
150 T* allocate(size_t n, const void* hint); // deprecated in C++17, removed i
[all...]
H A Dsystem_error35 bool operator!=(const error_category& rhs) const noexcept; // removed in C++20
36 bool operator<(const error_category& rhs) const noexcept; // removed in C++20
129 bool operator==(const error_condition& lhs, const error_code& rhs) noexcept; // removed in C++20
131 bool operator!=(const error_code& lhs, const error_code& rhs) noexcept; // removed in C++20
132 bool operator!=(const error_code& lhs, const error_condition& rhs) noexcept; // removed in C++20
133 bool operator!=(const error_condition& lhs, const error_code& rhs) noexcept; // removed in C++20
134 bool operator!=(const error_condition& lhs, const error_condition& rhs) noexcept; // removed in C++20
135 bool operator<(const error_condition& lhs, const error_condition& rhs) noexcept; // removed in C++20
136 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; // removed in C++20
/freebsd-src/lib/libsys/
H A Drmdir.255 The named file is removed unless:
76 to be removed.
78 The directory to be removed has its immutable, undeletable or append-only flag
83 The parent directory of the directory to be removed has its immutable or
86 The directory containing the directory to be removed is marked sticky,
87 and neither the containing directory nor the directory to be removed
95 The directory to be removed is the mount point
103 The directory entry to be removed resides on a read-only file system.
H A Dunlink.258 If one or more process have the file open when the last link is removed,
59 the link is removed, but the removal of the file is delayed until
75 In this case the directory entry to be removed is determined
128 Otherwise, the path will not be removed and an error will be returned.
157 to be removed.
171 and neither the containing directory nor the file to be removed
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp62 return "Reproducer capture has been removed"; in Capture()
67 return "Reproducer capture has been removed"; in Capture()
72 return "Reproducer replay has been removed"; in PassiveReplay()
77 return "Reproducer replay has been removed"; in Replay()
82 return "Reproducer replay has been removed"; in Replay()
88 return "Reproducer replay has been removed"; in Replay()
93 return "Reproducer finalize has been removed"; in Finalize()
108 return "Reproducer GetPath has been removed"; in GetPath()
/freebsd-src/tests/sys/cddl/zfs/tests/hotplug/
H A Dhotplug_001_pos.ksh37 # be indicated as 'REMOVED'.
43 # 4. Detect removed devices status is 'REMOVED'.
57 "state will be indicated as 'REMOVED'."
64 wait_for 15 1 check_state $TESTPOOL ${DISK0}.nop 'REMOVED'
65 log_must check_state $TESTPOOL ${DISK0}.nop 'REMOVED'
72 "state will be indicated as 'REMOVED'."
H A Dhotplug_008_pos.ksh36 # After hot spare device is revoved, the devices state will be 'REMOVED'.
43 # 4. Verify the device's status is 'REMOVED'.
56 log_assert "When removing hotspare device, verify device status is 'REMOVED'."
62 wait_for 15 1 check_state $TESTPOOL $DISK3.nop 'REMOVED'
63 log_must check_state $TESTPOOL $DISK3.nop 'REMOVED'
69 log_pass "When removing hotspare device, verify device status is 'REMOVED'."
/freebsd-src/usr.sbin/adduser/
H A Drmuser.876 the group is removed; this complements
99 that the user be removed.
122 utility will get a list of users to be removed from
147 the output includes one line per removed user;
153 Identifies one or more users to be removed; if not present,
155 interactively asks for one or more users to be removed.
186 owned by the removed user and remove them; to do so on a system
203 that are not owned by the removed user but should be removed.
/freebsd-src/tests/sys/netpfil/pf/
H A Dkillstate.sh78 atf_fail "Setting new rules removed the state."
85 atf_fail "Killing with the wrong IP removed our state."
92 atf_fail "Killing with one wrong IP removed our state."
145 atf_fail "Setting new rules removed the state."
152 atf_fail "Killing with the wrong IP removed our state."
159 atf_fail "Killing with one wrong IP removed our state."
209 atf_fail "Setting new rules removed the state."
216 atf_fail "Killing a different label removed the state."
223 atf_fail "Killing a non-existing label removed the state."
272 atf_fail "Setting new rules removed th
[all...]
/freebsd-src/sbin/ipf/libipf/
H A Dload_http.c32 int fd, len, left, port, endhdr, removed, linenum = 0; in load_http() local
148 removed = (u - buffer) + 1; in load_http()
149 memmove(buffer, u, (sizeof(buffer) - left) - removed); in load_http()
150 s -= removed; in load_http()
151 left += removed; in load_http()
193 removed = t - buffer; in load_http()
194 memmove(buffer, t, sizeof(buffer) - left - removed); in load_http()
195 s -= removed; in load_http()
196 left += removed; in load_http()
/freebsd-src/
H A DUPDATING55 imported more than 4 years ago have been removed.
58 The support for the rc_fast_and_loose variable has been removed from
84 have been removed. Before upgrading, grep your dmesg for lines like:
85 uart1: non-PNP ISA device will be removed from GENERIC in FreeBSD 15.
91 Support for armv6 has been disconnected and is being removed.
112 headers that are obsolete and need to be removed can cause compilation
166 The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled
171 "ino64" project have been removed. The need for it has passed long ago.
239 frontend has been removed, too, and building of the PCI support is
343 The WITHOUT_CXX option has been removed
[all...]
/freebsd-src/contrib/pjdfstest/tests/rmdir/
H A D11.t5 …ntaining the directory to be removed is marked sticky, and neither the containing directory nor th…
24 # User owns both: the sticky directory and the directory to be removed.
29 # User owns the directory to be removed, but doesn't own the sticky directory.
37 # User owns the sticky directory, but doesn't own the directory to be removed.
45 # User doesn't own the sticky directory nor the directory to be removed.
/freebsd-src/contrib/tcsh/nls/ukrainian/
H A Dset225 3 Faulty alias 'precmd' removed.\n
6 4 Faulty alias 'cwdcmd' removed.\n
7 5 Faulty alias 'beepcmd' removed.\n
8 6 Faulty alias 'periodic' removed.\n
/freebsd-src/contrib/tcsh/nls/C/
H A Dset225 3 Faulty alias 'precmd' removed.\n
6 4 Faulty alias 'cwdcmd' removed.\n
7 5 Faulty alias 'beepcmd' removed.\n
8 6 Faulty alias 'periodic' removed.\n
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_labelclear/
H A Dzpool_labelclear_removed.ksh21 # Check that `zpool labelclear` can clear labels on removed devices.
26 # 3. Run `zpool labelclear` on the removed device.
27 # 4. Verify the label has been removed.
39 log_assert "zpool labelclear works for removed devices"
62 log_pass "zpool labelclear works for removed devices"
/freebsd-src/crypto/openssl/doc/internal/man7/
H A Ddeprecation.pod49 =item Planned to be removed
51 The symbol and its implementation are planned to be removed some time in the
54 L</Implementations to be removed> below.
58 The symbol is planned to be removed from public view, but will otherwise
68 In the future, when the deprecated declaration is to actually be removed
70 deprecation attribute removed, and the translation units that implement or
91 =head2 Implementations to be removed
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen_002_pos.ksh27 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
29 # 5. Reopen a pool and verify if removed disk is marked online again.
37 # bring back removed disk online for further tests
53 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
61 # 5. Reopen a pool and verify if removed disk is marked online again.
H A Dzpool_reopen_001_pos.ksh27 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
29 # 5. Reopen a pool and verify if removed disk is marked online again.
37 # bring back removed disk online for further tests
53 # 3. Reopen a pool and verify if removed disk is marked as unavailable.
61 # 5. Reopen a pool and verify if removed disk is marked online again.
/freebsd-src/contrib/processor-trace/libipt/src/
H A Dpt_image.c158 struct pt_section_list **list, *next, *removed, *new; in pt_image_add() local
173 removed = NULL; in pt_image_add()
216 /* Keep a list of removed sections so we can re-add them in case in pt_image_add()
219 current->next = removed; in pt_image_add()
220 removed = current; in pt_image_add()
253 /* Re-add removed sections to the tail of the section list. */ in pt_image_add()
257 *list = removed; in pt_image_add()
261 pt_section_list_free_tail(removed); in pt_image_add()
377 int errcode, removed; in pt_image_remove_by_filename() local
386 removed = 0; in pt_image_remove_by_filename()
[all …]
/freebsd-src/sys/dev/mps/mpi/
H A Dmpi2_history.txt76 * Removed the MPI-defined Fault Codes and extended the
95 * Removed DevHandle field from
177 * Removed multiplexing information from SAS IO Unit pages.
179 * Removed Zone Address Resolved bit from PhyInfo and from
193 * Removed SATA Init Failure defines for DiscoveryStatus
228 * 08-11-10 02.00.16 Removed IO Unit Page 1 device path (multi-pathing)
246 * 10-02-08 02.00.06 Removed Untagged and No Disconnect values from SCSI IO
258 * 02-10-10 02.00.09 Removed unused structure that had "#if 0" around it.
270 * 08-31-07 02.00.03 Removed SystemReplyQueueDepth field from the IOCInit
289 * Removed MPI2_IOCFACTS_CAPABILITY_EXTENDED_BUFFER define.
[all …]
/freebsd-src/bin/rm/
H A Drm.180 Request confirmation once if more than three files are being removed or if a
81 directory is being recursively removed.
109 Be verbose when deleting files, showing them as they are removed.
144 utility exits 0 if all of the named files or file hierarchies were removed,
148 removed.
209 and may be removed in the future.
/freebsd-src/contrib/bmake/unit-tests/
H A Ddeptgt-delete_on_error.exp4 make: *** deptgt-delete_on_error-regular removed
7 make: *** deptgt-delete_on_error-regular-delete removed
24 make: *** deptgt-delete_on_error-regular removed
29 make: *** deptgt-delete_on_error-regular-delete removed
/freebsd-src/sys/dev/mpr/mpi/
H A Dmpi2_history.txt77 * Removed the MPI-defined Fault Codes and extended the
96 * Removed DevHandle field from
152 * Removed AHCI support.
153 * Removed SOP support.
226 * Removed multiplexing information from SAS IO Unit pages.
228 * Removed Zone Address Resolved bit from PhyInfo and from
242 * Removed SATA Init Failure defines for DiscoveryStatus
277 * 08-11-10 02.00.16 Removed IO Unit Page 1 device path (multi-pathing)
349 * Removed AHCI support.
350 * Removed SOP support.
[all …]

12345678910>>...137