Searched refs:operation (Results 51 - 75 of 162) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_domain_states.c147 scif_cb_timer_stop(fw_domain->controller, fw_domain->operation.timer);
150 fw_domain->controller, fw_domain, fw_domain->operation.status
309 //back to user. User can check the operation status and decide to
311 if (fw_domain->operation.status == SCI_FAILURE_TIMEOUT)
H A Dscif_sas_domain_state_handlers.c115 * operation.
117 * @return This method returns an indication of whether the discover operation
119 * @retval SCI_SUCCESSS This value is returned when the discover operation
138 fw_domain->operation.timeout = op_timeout;
139 fw_domain->operation.device_timeout = device_timeout;
140 fw_domain->operation.status = SCI_SUCCESS;
144 fw_domain->operation.timer,
145 fw_domain->operation.timeout
150 return fw_domain->operation.status;
194 * operation
[all...]
H A Dscif_sas_domain.h170 * status of an ongoing operation.
182 * entire operation (discovery or reset).
192 } operation; member in struct:SCIF_SAS_DOMAIN
H A Dscif_sas_domain.c86 * @brief This method will attempt to handle an operation timeout (i.e.
115 fw_domain->operation.status = SCI_FAILURE_TIMEOUT;
129 "Domain:0x%x State:0x%x operation timeout in invalid state\n",
253 // The status of the discover operation takes priority.
580 fw_domain->operation.timer = NULL;
585 fw_domain->operation.status = SCI_SUCCESS;
718 * This includes operation timeout creation.
739 if (fw_domain->operation.timer == 0)
741 fw_domain->operation.timer = scif_cb_timer_create(
1401 if (fw_domain->operation
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dutil.c231 svn_wc_operation_t operation,
244 conflict->operation = operation;
410 new_conflict->operation = conflict->operation;
227 svn_wc_conflict_description_create_tree2( const char *local_abspath, svn_node_kind_t node_kind, svn_wc_operation_t operation, const svn_wc_conflict_version_t *src_left_version, const svn_wc_conflict_version_t *src_right_version, apr_pool_t *result_pool) argument
H A Dwc_db_update_move.c201 For a path SRC_RELPATH that was deleted by an operation rooted at
252 svn_wc_operation_t operation; member in struct:update_move_baton_t
396 svn_wc_operation_t operation,
526 if (operation == svn_wc_operation_update)
534 assert(operation == svn_wc_operation_switch);
575 umb->operation, old_kind, new_kind,
1089 svn_wc_operation_t operation,
1121 if (operation == svn_wc_operation_update)
1128 else if (operation == svn_wc_operation_merge)
1273 conflict_skel, b->operation,
389 create_tree_conflict(svn_skel_t **conflict_p, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *dst_op_root_relpath, svn_wc__db_t *db, const svn_wc_conflict_version_t *old_version, const svn_wc_conflict_version_t *new_version, svn_wc_operation_t operation, svn_node_kind_t old_kind, svn_node_kind_t new_kind, const char *old_repos_relpath, svn_wc_conflict_reason_t reason, svn_wc_conflict_action_t action, const char *move_src_op_root_relpath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1084 create_conflict_markers(svn_skel_t **work_items, const char *local_abspath, svn_wc__db_t *db, const char *repos_relpath, svn_skel_t *conflict_skel, svn_wc_operation_t operation, const working_node_version_t *old_version, const working_node_version_t *new_version, svn_node_kind_t kind, svn_boolean_t set_operation, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2217 update_moved_away_conflict_victim(svn_revnum_t *old_rev, svn_revnum_t *new_rev, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *delete_relpath, svn_wc_operation_t operation, svn_wc_conflict_action_t action, svn_wc_conflict_reason_t reason, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2330 svn_wc__db_update_moved_away_conflict_victim(svn_wc__db_t *db, const char *local_abspath, const char *delete_op_abspath, svn_wc_operation_t operation, svn_wc_conflict_action_t action, svn_wc_conflict_reason_t reason, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
2661 update_incoming_move(svn_revnum_t *old_rev, svn_revnum_t *new_rev, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, const char *local_relpath, const char *dst_relpath, svn_wc_operation_t operation, svn_wc_conflict_action_t action, svn_wc_conflict_reason_t reason, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
2794 svn_wc__db_update_incoming_move(svn_wc__db_t *db, const char *local_abspath, const char *dest_abspath, svn_wc_operation_t operation, svn_wc_conflict_action_t action, svn_wc_conflict_reason_t reason, svn_cancel_func_t cancel_func, void *cancel_baton, svn_wc_notify_func2_t notify_func, void *notify_baton, apr_pool_t *scratch_pool) argument
4067 fetch_conflict_details(int *src_op_depth, svn_wc_operation_t *operation, svn_wc_conflict_action_t *action, svn_wc_conflict_version_t **left_version, svn_wc_conflict_version_t **right_version, svn_wc__db_wcroot_t *wcroot, svn_wc__db_t *db, const char *local_relpath, const svn_skel_t *conflict_skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
4154 svn_wc__db_op_raise_moved_away_internal( svn_wc__db_wcroot_t *wcroot, const char *local_relpath, int src_op_depth, svn_wc__db_t *db, svn_wc_operation_t operation, svn_wc_conflict_action_t action, const svn_wc_conflict_version_t *old_version, const svn_wc_conflict_version_t *new_version, apr_pool_t *scratch_pool) argument
4231 svn_wc_operation_t operation; local
[all...]
/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c69 * A log entry is an operation and a bunch of arguments.
73 int operation; member in struct:log_entry
189 do_log4(int operation, int arg0, int arg1, int arg2) argument
194 le->operation = operation;
206 log4(int operation, int arg0, int arg1, int arg2) argument
208 do_log4(operation, arg0, arg1, arg2);
235 if (lp->operation == OP_CLOSEOPEN ||
236 lp->operation == OP_INVALIDATE) {
237 switch (lp->operation) {
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dvalue-prof.c175 tree_divmod_fixed_value (tree stmt, tree operation, argument
187 tree optype = TREE_TYPE (operation);
210 build2 (TREE_CODE (operation), optype, op1, tmpv));
217 build2 (TREE_CODE (operation), optype, op1, op2));
339 tree_mod_pow2 (tree stmt, tree operation, tree op1, tree op2, int prob, argument
350 tree optype = TREE_TYPE (operation);
384 build2 (TREE_CODE (operation), optype, op1, op2));
502 tree_mod_subtract (tree stmt, tree operation, tree op1, tree op2, argument
514 tree optype = TREE_TYPE (operation);
553 build2 (TREE_CODE (operation), optyp
[all...]
H A Dtree-vect-transform.c602 STMT - a stmt that performs a reduction operation in the loop.
608 Return a vector variable, initialized according to the operation that STMT
733 by applying the operation specified by REDUC_CODE if available, or by
795 tree operation = TREE_OPERAND (stmt, 1); local
798 op_type = TREE_CODE_LENGTH (TREE_CODE (operation));
799 reduction_op = TREE_OPERAND (operation, op_type-1);
924 emulating the operation via tree-vect-generic, we don't want
1094 Check if STMT performs a reduction operation that can be vectorized.
1143 tree operation; local
1188 /* 3. Check the operands of the operation
1476 tree operation; local
1979 tree operation; local
[all...]
/freebsd-11-stable/sys/dev/pst/
H A Dpst-iop.c337 iop_get_util_params(struct iop_softc *sc, int target, int operation, int group) argument
364 param->operation[0].operation = operation;
365 param->operation[0].group = group;
366 param->operation[0].field_count = 0xffff;
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c181 ret->operation = EVP_PKEY_OP_UNDEFINED;
314 rctx->operation = pctx->operation;
370 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) {
375 if ((optype != -1) && !(ctx->operation & optype)) {
409 return ctx->operation;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp384 ThreadPlan *current_plan, Flags &flags, FrameComparison operation,
393 current_plan, flags, operation, status, baton);
398 operation == eFrameCompareYounger) {
383 DefaultShouldStopHereCallback( ThreadPlan *current_plan, Flags &flags, FrameComparison operation, Status &status, void *baton) argument
/freebsd-11-stable/sys/dev/hpt27xx/
H A Darray.h110 HPT_U8 operation; member in struct:hpt_transform
/freebsd-11-stable/sys/dev/hptnr/
H A Darray.h109 HPT_U8 operation; member in struct:hpt_transform
/freebsd-11-stable/sys/dev/hptrr/
H A Darray.h112 HPT_U8 operation; member in struct:hpt_transform
/freebsd-11-stable/sys/dev/syscons/
H A Dscmouse.c69 int operation; member in struct:old_mouse_info
135 switch (mouse->operation) {
480 /* a mouse button is pressed, start cut operation */
516 /* end of cut operation */
676 mouse->operation = old_mouse->operation;
677 switch (mouse->operation) {
704 switch (mouse->operation) {
778 if (mouse->operation == MOUSE_ACTION) {
791 if (((mouse->operation
[all...]
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_crl.c95 static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
102 switch (operation) {
200 static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
208 switch (operation) {
H A Dx_pubkey.c71 /* Minor tweak to operation: free up EVP_PKEY */
72 static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
75 if (operation == ASN1_OP_FREE_POST) {
H A Dx_x509.c84 static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
89 switch (operation) {
/freebsd-11-stable/sys/dev/hyperv/storvsc/
H A Dhv_vstorage.h198 * Requested operation type
200 enum vstor_packet_ops operation; member in struct:vstor_packet
H A Dhv_storvsc_drv_freebsd.c412 vstor_packet->operation = VSTOR_OPERATION_CREATE_MULTI_CHANNELS;
422 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETEIO ||
424 printf("Storvsc_error: create multi-channel invalid operation "
426 vstor_packet->operation, vstor_packet->status);
476 vstor_packet->operation = VSTOR_OPERATION_BEGININITIALIZATION;
489 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETEIO ||
498 vstor_packet->operation = VSTOR_OPERATION_QUERYPROTOCOLVERSION;
516 if (vstor_packet->operation != VSTOR_OPERATION_COMPLETEIO) {
539 vstor_packet->operation = VSTOR_OPERATION_QUERYPROPERTIES;
552 if (vstor_packet->operation !
[all...]
/freebsd-11-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c93 uint8_t operation; member in struct:hv_vss_hdr
344 switch (reqp->vss_req.msg.hdr.vss_hdr.operation) {
447 KASSERT(opt == reqp->vss_req.opt_msg.opt, ("Mismatched VSS operation!"));
501 KASSERT(opt == reqp->vss_req.opt_msg.opt, ("Mismatched VSS operation!"));
721 switch (msg->hdr.vss_hdr.operation) {
830 switch(msg->hdr.vss_hdr.operation) {
846 hv_vss_start_notify(reqp, msg->hdr.vss_hdr.operation);
857 msg->hdr.vss_hdr.operation);
863 switch(msg->hdr.vss_hdr.operation) {
884 msg->hdr.vss_hdr.operation);
[all...]
H A Dhv_kvp.c325 umsg->kvp_hdr.operation = host_ip_msg->operation;
364 umsg->kvp_hdr.operation = hmsg->kvp_hdr.operation;
367 switch (umsg->kvp_hdr.operation) {
456 hv_kvp_log_info("%s: daemon_kvp_msg: Invalid operation : %d\n",
457 __func__, umsg->kvp_hdr.operation);
474 switch (hmsg->kvp_hdr.operation) {
783 if (sc->daemon_kvp_msg.kvp_hdr.operation == HV_KVP_OP_REGISTER) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1455 state_git_tree_seen, /* a tree operation, rather than content change */
1642 patch->operation = svn_diff_op_modified;
1786 /* Don't touch patch->operation. */
1808 && patch->operation != svn_diff_op_added
1809 && patch->operation != svn_diff_op_deleted)
1847 patch->operation = svn_diff_op_moved;
1874 patch->operation = svn_diff_op_copied;
1889 patch->operation = svn_diff_op_added;
1906 patch->operation = svn_diff_op_deleted;
1927 svn_diff_hunk_t *hunk, svn_diff_operation_kind_t operation,
1926 add_property_hunk(svn_patch_t *patch, const char *prop_name, svn_diff_hunk_t *hunk, svn_diff_operation_kind_t operation, apr_pool_t *result_pool) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp188 static void RegisterOperation(ConstString operation, argument
190 GetCreationFuncMap().insert(std::make_pair(operation, creation_func));
194 ConstString operation,
198 auto find_it = map.find(operation);
200 error.SetErrorStringWithFormat("unknown filter operation \""
202 operation.GetCString());
235 FilterRule(bool accept, size_t attribute_index, ConstString operation) argument
237 m_operation(operation) {}
703 // parse operation
705 auto operation local
193 CreateRule(bool match_accepts, size_t attribute, ConstString operation, const std::string &op_arg, Status &error) argument
[all...]

Completed in 253 milliseconds

1234567