Home
last modified time | relevance | path

Searched full:attempting (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c114 * on which the user is attempting to perform a discover
193 * on which the user is attempting to perform a start IO
196 * object on which the user is attempting to perform a start IO
246 * on which the user is attempting to perform a complete IO
249 * object on which the user is attempting to perform a complete
290 * on which the user is attempting to perform a continue IO
293 * object on which the user is attempting to perform a start IO
326 * on which the user is attempting to perform a start task
329 * object on which the user is attempting to perform a start IO
379 * on which the user is attempting to perform a complete task
[all …]
H A Dscif_sas_controller_state_handlers.c280 * on which the user is attempting to perform an initialize
352 * on which the user is attempting to perform a start
472 * on which the user is attempting to perform a stop
522 * on which the user is attempting to perform a reset
543 * on which the user is attempting to perform a start IO
546 * object on which the user is attempting to perform a start IO
646 * on which the user is attempting to perform a complete IO
649 * object on which the user is attempting to perform a start IO
717 * on which the user is attempting to perform a complete IO
720 * object on which the user is attempting to perform a start IO
[all …]
H A Dscif_sas_remote_device_ready_substate_handlers.c204 * object for which the framework is attempting to start.
261 * object on which the user is attempting to perform a start
296 * object on which the user is attempting to perform a complete
322 * object on which the user is attempting to perform a complete
357 * object on which the user is attempting to perform a continue
383 * object on which the user is attempting to perform a start
478 * on which the user is attempting to perform a complete task
505 * object on which the user is attempting to perform a start
552 * on which the user is attempting to perform a complete task
618 * object on which the user is attempting to perform a complete high
H A Dscif_sas_remote_device_state_handlers.c83 * object for which the framework is attempting to start.
120 * object for which the framework is attempting to start.
306 * on which the user is attempting to perform a start operation.
334 * on which the user is attempting to perform a stop operation.
475 * object on which the user is attempting to perform a start IO
507 * object on which the user is attempting to perform a complete
540 * object on which the user is attempting to perform a start IO
575 * object on which the user is attempting to perform a start IO
607 * object on which the user is attempting to perform a start
639 * on which the user is attempting to perform a complete task
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath_iterator.h63 _LIBCPP_ASSERT_NON_NULL(__state_ != _Singular, "attempting to increment a singular iterator");
64 _LIBCPP_ASSERT_UNCATEGORIZED(__state_ != _AtEnd, "attempting to increment the end iterator");
75 _LIBCPP_ASSERT_NON_NULL(__state_ != _Singular, "attempting to decrement a singular iterator");
77 … __entry_.data() != __path_ptr_->native().data(), "attempting to decrement the begin iterator");
/freebsd/share/man/man4/
H A Dips.466 before attempting to diagnose the below error messages.
125 An error occurred while attempting to reset the adapter.
129 There was an error when attempting to get configuration information.
133 There was an error while attempting to initialize the adapter.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_006_neg.ksh37 # Attempting to upgrade a non-existent pool will return an error
44 log_assert "Attempting to upgrade a non-existent pool will return an error"
57 log_pass "Attempting to upgrade a non-existent pool will return an error"
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-registry.cpp29 "Attempting to overwrite a command handler"); in CommandRegistration()
30 assert(Command && "Attempting to register an empty std::function<Error()>"); in CommandRegistration()
37 "Attempting to dispatch on un-registered SubCommand."); in dispatch()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh36 # 'zfs inherit' should return an error when attempting to inherit
53 log_assert "'zfs inherit' should return an error when attempting to inherit" \
74 log_pass "'zfs inherit' failed as expected when attempting to inherit" \
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_upgrade/
H A Dzpool_upgrade_006_neg.ksh36 # Attempting to upgrade a non-existent pool will return an error
52 log_assert "Attempting to upgrade a non-existent pool will return an error"
68 log_pass "Attempting to upgrade a non-existent pool will return an error"
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DTargetRegistry.h725 /// while another thread is attempting to access the registry. Typically
748 /// while another thread is attempting to access the registry. Typically
760 /// while another thread is attempting to access the registry. Typically
774 /// while another thread is attempting to access the registry. Typically
794 /// while another thread is attempting to access the registry. Typically
807 /// while another thread is attempting to access the registry. Typically
821 /// while another thread is attempting to access the registry. Typically
834 /// while another thread is attempting to access the registry. Typically
847 /// while another thread is attempting to access the registry. Typically
860 /// while another thread is attempting to access the registry. Typically
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_inherit/
H A Dzfs_inherit_001_neg.ksh36 # 'zfs inherit' should return an error when attempting to inherit
69 log_assert "'zfs inherit' should return an error when attempting to inherit" \
90 log_pass "'zfs inherit' failed as expected when attempting to inherit" \
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_log_writer.h84 // We need this atomic fence here to ensure that other threads attempting to
114 // We need this atomic fence here to ensure that other threads attempting to
158 // We need this atomic fence here to ensure that other threads attempting to
183 // We need this atomic fence here to ensure that other threads attempting to
206 // We need this atomic fence here to ensure that other threads attempting to
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.templates5 You are attempting to build OpenZFS against a 32-bit running kernel.
17 You are attempting to build OpenZFS against a running kernel that could not
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_unsupported_vdevs.ksh27 # Attempting to trim unsupported vdevs should fail.
70 log_pass "Attempting to trim failed on unsupported devices"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_unsupported_vdevs.ksh31 # Attempting to initialize unsupported vdevs should fail.
74 log_pass "Attempting to initialize failed on unsupported devices"
/freebsd/share/man/man9/
H A DVOP_RDWR.962 When attempting a read, the high 16 bits are used to provide a
95 An append-only flag is set on the file, but the caller is attempting to
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_002_pos.ksh39 # in the pool. Verify that attempting to set a reservation greater
100 log_pass "Attempting to set too large reservation failed as expected"
/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_002_pos.ksh39 # in the pool. Verify that attempting to set a reservation greater
106 log_pass "Attempting to set too large reservation failed as expected"
/freebsd/tools/regression/priv/
H A Dpriv_sysctl_write.c36 * Test the prior by attempting to write to kern.domainname, and the latter
37 * by attempting to write to kern.hostname.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/
H A Dzdb_block_size_histogram.ksh73 # attempting to use 100% will lead to no space left on device
169 # attempting to use 100% will lead to no space left on device
170 # attempting to use 100% will lead to no space left on device
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp185 _LIBCPP_ASSERT_NON_NULL(__imp_ != nullptr, "Attempting to increment an invalid iterator"); in directory_iterator()
199 _LIBCPP_ASSERT_NON_NULL(__imp_ != nullptr, "Attempting to dereference an invalid iterator"); in __increment()
316 err.report(m_ec, "attempting recursion into " PATH_CSTR_FMT, at_ent.c_str()); in __try_recursion()
/freebsd/sys/kern/
H A Ddevice_if.m284 * @retval non-zero an error occurred while attempting to prepare the
306 * @retval non-zero an error occurred while attempting to restore the
332 * @retval non-zero an error occurred while attempting to quiesce the
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_gettable_params.pod43 EVP_PKEY_get_size_t_param() or EVP_PKEY_get_bn_param(). Attempting to
45 EVP_PKEY_get_int_param() to fail. Similarly attempting to obtain an integer
/freebsd/contrib/expat/tests/
H A Dmemcheck.c121 printf("Attempting to free unallocated memory at %p\n", ptr); in tracking_free()
144 printf("Attempting to realloc unallocated memory at %p\n", ptr); in tracking_realloc()

12345678910>>...33