Searched refs:operation (Results 26 - 50 of 162) sorted by relevance

1234567

/freebsd-11-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c82 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
88 switch (operation) {
131 /* Minor tweak to operation: free up EVP_PKEY */
132 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
135 if (operation == ASN1_OP_FREE_POST) {
174 /* Minor tweak to operation: free up X509 */
175 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
178 if (operation == ASN1_OP_FREE_POST) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_gem.c458 args->operation = RADEON_VA_RESULT_ERROR;
468 args->operation = RADEON_VA_RESULT_ERROR;
477 args->operation = RADEON_VA_RESULT_ERROR;
489 args->operation = RADEON_VA_RESULT_ERROR;
494 args->operation = RADEON_VA_RESULT_ERROR;
498 switch (args->operation) {
503 dev_err(dev->dev, "unsupported operation %d\n",
504 args->operation);
505 args->operation = RADEON_VA_RESULT_ERROR;
511 args->operation
[all...]
/freebsd-11-stable/crypto/openssl/crypto/
H A Do_time.c230 long operation; local
238 operation = LIB$K_DELTA_SECONDS;
239 status = lib$cvt_to_internal_time(&operation, &t, deltatime);
258 operation = LIB$K_DAY_OF_WEEK;
259 status = lib$cvt_from_internal_time(&operation,
263 operation = LIB$K_DAY_OF_YEAR;
264 status = lib$cvt_from_internal_time(&operation,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c959 * was found, store it in BATON->DELETED_REV and abort the log operation
1106 /* We're done. Abort the log operation. */
1123 svn_wc_operation_t operation;
1126 operation = svn_client_conflict_get_operation(conflict);
1131 if (operation == svn_wc_operation_update ||
1132 operation == svn_wc_operation_switch)
1135 else if (operation == svn_wc_operation_merge)
1152 if (operation == svn_wc_operation_update ||
1153 operation == svn_wc_operation_switch)
1155 else if (operation
1121 svn_wc_operation_t operation; local
1345 svn_wc_operation_t operation; local
3108 svn_wc_operation_t operation; local
3328 describe_incoming_change(svn_node_kind_t kind, svn_wc_conflict_action_t action, svn_wc_operation_t operation) argument
3484 operation_str(svn_wc_operation_t operation) argument
5095 svn_wc_operation_t operation; local
5290 svn_wc_operation_t operation; local
5973 svn_wc_operation_t operation; local
6681 svn_wc_operation_t operation; local
6821 svn_wc_operation_t operation; local
8178 ensure_local_edit_vs_incoming_deletion_copied_state( struct conflict_tree_incoming_delete_details *details, svn_wc_operation_t operation, const char *wcroot_abspath, svn_client_conflict_t *conflict, svn_client_ctx_t *ctx, apr_pool_t *scratch_pool) argument
8296 svn_wc_operation_t operation; local
8488 svn_wc_operation_t operation; local
8820 svn_wc_operation_t operation; local
9024 svn_wc_operation_t operation; local
9173 svn_wc_operation_t operation; local
9331 svn_wc_operation_t operation; local
10074 svn_wc_operation_t operation; local
10113 svn_wc_operation_t operation; local
10144 svn_wc_operation_t operation; local
10179 svn_wc_operation_t operation; local
10252 svn_wc_operation_t operation; local
10321 svn_wc_operation_t operation; local
10377 svn_wc_operation_t operation; local
10450 svn_wc_operation_t operation; local
10505 svn_wc_operation_t operation; local
10560 svn_wc_operation_t operation; local
10699 svn_wc_operation_t operation; local
10924 svn_wc_operation_t operation; local
11010 svn_wc_operation_t operation; local
11119 svn_wc_operation_t operation; local
11329 svn_wc_operation_t operation; local
11563 svn_wc_operation_t operation; local
11627 svn_wc_operation_t operation; local
11687 svn_wc_operation_t operation; local
11735 svn_wc_operation_t operation; local
11814 svn_wc_operation_t operation; local
11949 svn_wc_operation_t operation; local
12095 svn_wc_operation_t operation; local
12208 svn_wc_operation_t operation; local
12377 svn_wc_operation_t operation; local
13187 svn_wc_operation_t operation; local
[all...]
H A Dpatch.c155 /* Represents the operation performed on the property. It can be added,
158 svn_diff_operation_kind_t operation;
235 /* The operation on the target as set in the patch file */ member in struct:patch_target_t
236 svn_diff_operation_kind_t operation;
741 * at LOCAL_ABSPATH. OPERATION indicates the operation performed on the
749 svn_diff_operation_kind_t operation,
770 new_prop_target->operation = operation;
979 if (patch->operation == svn_diff_op_moved)
1045 target->operation
157 svn_diff_operation_kind_t operation; member in struct:prop_patch_target_t
745 init_prop_target(prop_patch_target_t **prop_target, const patch_target_t *target, const char *prop_name, svn_diff_operation_kind_t operation, svn_wc_context_t *wc_ctx, const char *local_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1276 svn_diff_operation_kind_t operation; local
1323 svn_diff_operation_kind_t operation; local
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c348 } operation = none;
489 if (operation != none)
490 fatal (_("two different operation options specified"));
494 operation = delete;
498 operation = move;
502 operation = print_files;
505 operation = quick_append;
509 operation = replace;
513 operation = print_table;
516 operation
345 } operation = none; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_asn1.c68 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
71 if (operation == ASN1_OP_NEW_PRE) {
76 } else if (operation == ASN1_OP_FREE_PRE) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dp8_pkey.c65 /* Minor tweak to operation: zero private key data */
66 static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
70 if (operation == ASN1_OP_FREE_PRE) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c192 /* Get the operation part of CONFLICT_SKELL or NULL if no operation is set
229 SVN_ERR_ASSERT(why == NULL); /* No operation set */
263 SVN_ERR_ASSERT(why == NULL); /* No operation set */
297 SVN_ERR_ASSERT(why == NULL); /* No operation set */
704 svn_wc__conflict_read_info(svn_wc_operation_t *operation,
725 if (operation)
730 *operation = value;
732 *operation = svn_wc_operation_none;
1097 svn_wc_operation_t operation;
703 svn_wc__conflict_read_info(svn_wc_operation_t *operation, const apr_array_header_t **locations, svn_boolean_t *text_conflicted, svn_boolean_t *prop_conflicted, svn_boolean_t *tree_conflicted, svn_wc__db_t *db, const char *wri_abspath, const svn_skel_t *conflict_skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1096 svn_wc_operation_t operation; local
1177 generate_propconflict(svn_boolean_t *conflict_remains, svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t kind, svn_wc_operation_t operation, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, const char *propname, const svn_string_t *base_val, const svn_string_t *working_val, const svn_string_t *incoming_old_val, const svn_string_t *incoming_new_val, svn_wc_conflict_resolver_func2_t conflict_func, void *conflict_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1783 read_text_conflict_desc(svn_wc_conflict_description2_t **desc, svn_wc__db_t *db, const char *local_abspath, const svn_skel_t *conflict_skel, const char *mime_type, svn_wc_operation_t operation, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1822 read_tree_conflict_desc(svn_wc_conflict_description2_t **desc, svn_wc__db_t *db, const char *local_abspath, svn_node_kind_t node_kind, const svn_skel_t *conflict_skel, svn_wc_operation_t operation, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1898 svn_wc_operation_t operation; local
2102 read_prop_conflict_descs(apr_array_header_t *conflicts, svn_wc__db_t *db, const char *local_abspath, svn_skel_t *conflict_skel, svn_boolean_t create_tempfiles, svn_node_kind_t node_kind, svn_wc_operation_t operation, const svn_wc_conflict_version_t *left_version, const svn_wc_conflict_version_t *right_version, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2300 svn_wc_operation_t operation; local
2447 svn_wc_operation_t operation; local
2699 svn_wc_operation_t operation; local
3501 svn_wc_operation_t operation; local
3589 svn_wc_operation_t operation; local
3666 svn_wc_operation_t operation; local
3753 svn_wc_operation_t operation; local
3822 svn_wc_operation_t operation; local
[all...]
H A Dtree_conflicts.c209 svn_wc_operation_t operation; local
240 /* operation */
243 operation = (svn_wc_operation_t)n;
271 node_kind, operation, src_left_version, src_right_version,
365 /* operation */
366 skel_prepend_enum(c_skel, svn_wc__operation_map, conflict->operation,
415 SVN_ERR_ASSERT(conflict->operation == svn_wc_operation_merge ||
448 switch (conflict->operation)
/freebsd-11-stable/crypto/openssl/crypto/cms/
H A Dcms_asn1.c90 /* Minor tweak to operation: free up signer key, cert */
91 static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
94 if (operation == ASN1_OP_FREE_POST) {
169 static int cms_rek_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
173 if (operation == ASN1_OP_FREE_POST) {
196 static int cms_kari_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
200 if (operation == ASN1_OP_NEW_POST) {
204 } else if (operation == ASN1_OP_FREE_POST) {
246 static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
249 if (operation
338 cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtrail.h49 - Any Berkeley DB operation you perform as part of a Berkeley DB
51 operation interferes with some other transaction in progress.
89 If a Berkeley DB operation returns DB_LOCK_DEADLOCK, just
176 If a DB operation deadlocks, or if any other kind of error
233 #define svn_fs_base__trail_debug(trail, table, operation)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c519 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, argument
544 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation);
557 spa_history_log_internal(spa_t *spa, const char *operation, argument
573 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); local
582 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, argument
596 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx);
601 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation, argument
616 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx);
621 spa_history_log_version(spa_t *spa, const char *operation) argument
623 spa_history_log_internal(spa, operation, NUL
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dsection.c869 bfd_boolean (*operation) (bfd *,
884 if ((*operation) (abfd, &sh->section, user_storage))
1221 void (*operation) (bfd *, asection *, void *),
1228 (*operation) (abfd, sect, user_storage);
1241 bfd_boolean (*operation) (bfd *abfd, asection *sect, void *obj),
1245 Call the provided function @var{operation} for each section
1249 | operation (abfd, the_section, obj);
1251 It returns the first section for which @var{operation} returns true.
1257 bfd_boolean (*operation) (bfd *, asection *, void *),
1263 if ((*operation) (abf
[all...]
/freebsd-11-stable/sys/dev/xen/blkback/
H A Dblkback.c195 int operation; member in struct:xbb_xen_reqlist
287 * Linked list of contiguous requests with the same operation type.
329 int operation; member in struct:xbb_xen_req
539 struct xbb_xen_reqlist *reqlist, int operation,
1107 KASSERT(error == 0, ("Grant table operation failed"));
1232 nreqlist->operation = ring_req->operation;
1241 nreq->operation = ring_req->operation;
1330 resp->operation
1564 int operation; local
2069 xbb_dispatch_dev(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int operation, int bio_flags) argument
2247 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, int operation, int flags) argument
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-vectorizer.c113 expressed using existing tree codes, to verify that an operation is
1716 a reduction operation cannot have uses in the loop. */
1801 a2 = operation (a3, a1)
1804 1. operation is commutative and associative and it is safe to
1807 3. no uses of a1 in the loop besides the reduction operation.
1820 tree operation, op1, op2;
1850 operation = TREE_OPERAND (def_stmt, 1);
1851 code = TREE_CODE (operation);
1857 print_generic_expr (vect_dump, operation, TDF_SLIM);
1867 fprintf (vect_dump, "reduction: not binary operation
1819 tree operation, op1, op2; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dm_sigver.c94 ctx->pctx->operation = EVP_PKEY_OP_VERIFYCTX;
101 ctx->pctx->operation = EVP_PKEY_OP_SIGNCTX;
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dar-lib79 # func_at_file at_file operation archive
87 operation=$2
95 $AR -NOLOGO $operation:"$member" "$archive" || exit $?
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp50 const char *operation) {
53 os << operation << " failed: " << llvm::sys::StrError(err);
49 ExitWithError(int error_fd, const char *operation) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-private-interfaces.h86 ThreadPlan *current_plan, Flags &flags, lldb::FrameComparison operation,
89 ThreadPlan *current_plan, Flags &flags, lldb::FrameComparison operation,
/freebsd-11-stable/contrib/smbfs/
H A DMakefile78 echo This operation is not required with devfs; \
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.h94 u32 operation,
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dvnode.h163 int error, operation; local
169 operation = CREATE;
174 operation = LOOKUP;
182 NDINIT_ATVP(&nd, operation, 0, UIO_SYSSPACE, pnamep, startvp, td);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h55 lldb::FrameComparison operation,
/freebsd-11-stable/lib/libvgl/
H A Dmouse.c169 mouseinfo.operation = MOUSE_GETINFO;
209 mouseinfo.operation = MOUSE_MODE;
214 mouseinfo.operation = MOUSE_GETINFO;

Completed in 273 milliseconds

1234567