Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/NextBSD/libexec/casper/sysctl/
HDsysctl.c75 uint64_t operation; in sysctl_check_one() local
83 operation = nvlist_get_number(nvl, name); in sysctl_check_one()
84 if ((operation & ~(CAP_SYSCTL_RDWR)) != 0) in sysctl_check_one()
87 if ((operation & (CAP_SYSCTL_RDWR)) == 0) in sysctl_check_one()
112 uint64_t operation; in sysctl_allowed() local
124 operation = nvlist_get_number(limits, name); in sysctl_allowed()
125 if ((operation & choperation) != choperation) in sysctl_allowed()
128 if ((operation & CAP_SYSCTL_RECURSIVE) == 0) { in sysctl_allowed()
153 uint64_t operation; in sysctl_limit() local
160 operation = nvlist_get_number(newlimits, name); in sysctl_limit()
[all …]
/NextBSD/crypto/openssl/crypto/evp/
HDpmeth_fn.c91 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init()
96 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_sign_init()
109 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign()
125 ctx->operation = EVP_PKEY_OP_VERIFY; in EVP_PKEY_verify_init()
130 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_init()
143 if (ctx->operation != EVP_PKEY_OP_VERIFY) { in EVP_PKEY_verify()
158 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER; in EVP_PKEY_verify_recover_init()
163 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_recover_init()
176 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) { in EVP_PKEY_verify_recover()
192 ctx->operation = EVP_PKEY_OP_ENCRYPT; in EVP_PKEY_encrypt_init()
[all …]
HDpmeth_gn.c76 ctx->operation = EVP_PKEY_OP_PARAMGEN; in EVP_PKEY_paramgen_init()
81 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_paramgen_init()
94 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) { in EVP_PKEY_paramgen()
126 ctx->operation = EVP_PKEY_OP_KEYGEN; in EVP_PKEY_keygen_init()
131 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_keygen_init()
144 if (ctx->operation != EVP_PKEY_OP_KEYGEN) { in EVP_PKEY_keygen()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanShouldStopHere.cpp53 ThreadPlanShouldStopHere::InvokeShouldStopHereCallback (FrameComparison operation) in InvokeShouldStopHereCallback() argument
58 … should_stop_here = m_callbacks.should_stop_here_callback (m_owner, m_flags, operation, m_baton); in InvokeShouldStopHereCallback()
74 FrameComparison operation, in DefaultShouldStopHereCallback() argument
84 if ((operation == eFrameCompareOlder && flags.Test(eStepOutAvoidNoDebug)) in DefaultShouldStopHereCallback()
85 || (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) in DefaultShouldStopHereCallback()
86 || (operation == eFrameCompareSameParent && flags.Test(eStepInAvoidNoDebug))) in DefaultShouldStopHereCallback()
114 FrameComparison operation, in DefaultStepFromHereCallback() argument
149 …ouldStopHere::QueueStepOutFromHerePlan(lldb_private::Flags &flags, lldb::FrameComparison operation) in QueueStepOutFromHerePlan() argument
154 return_plan_sp = m_callbacks.step_from_here_callback (m_owner, flags, operation, m_baton); in QueueStepOutFromHerePlan()
161 ThreadPlanShouldStopHere::CheckShouldStopHereAndQueueStepOut (lldb::FrameComparison operation) in CheckShouldStopHereAndQueueStepOut() argument
[all …]
/NextBSD/contrib/subversion/subversion/svn/
HDcl-conflicts.c73 svn_wc_operation_t operation) in local_reason_str() argument
88 if (operation == svn_wc_operation_merge) in local_reason_str()
114 if (operation == svn_wc_operation_merge) in local_reason_str()
141 if (operation == svn_wc_operation_merge) in local_reason_str()
216 operation_str(svn_wc_operation_t operation) in operation_str() argument
218 switch (operation) in operation_str()
279 operation_str(conflict->operation)); in svn_cl__get_human_readable_prop_conflict_description()
289 const char *action, *reason, *operation; in svn_cl__get_human_readable_tree_conflict_description() local
313 conflict->operation); in svn_cl__get_human_readable_tree_conflict_description()
315 operation = operation_str(conflict->operation); in svn_cl__get_human_readable_tree_conflict_description()
[all …]
/NextBSD/crypto/openssl/apps/
HDcms.c116 int operation = 0; in MAIN() local
174 operation = SMIME_ENCRYPT; in MAIN()
176 operation = SMIME_DECRYPT; in MAIN()
178 operation = SMIME_SIGN; in MAIN()
180 operation = SMIME_SIGN_RECEIPT; in MAIN()
182 operation = SMIME_RESIGN; in MAIN()
184 operation = SMIME_VERIFY; in MAIN()
188 operation = SMIME_VERIFY_RECEIPT; in MAIN()
194 operation = SMIME_CMSOUT; in MAIN()
196 operation = SMIME_DATAOUT; in MAIN()
[all …]
HDsmime.c91 int operation = 0; in MAIN() local
138 operation = SMIME_ENCRYPT; in MAIN()
140 operation = SMIME_DECRYPT; in MAIN()
142 operation = SMIME_SIGN; in MAIN()
144 operation = SMIME_RESIGN; in MAIN()
146 operation = SMIME_VERIFY; in MAIN()
148 operation = SMIME_PK7OUT; in MAIN()
333 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) { in MAIN()
338 if (operation & SMIME_SIGNERS) { in MAIN()
361 } else if (operation == SMIME_DECRYPT) { in MAIN()
[all …]
/NextBSD/sys/security/mac/
HDmac_internal.h353 #define MAC_POLICY_BOOLEAN(operation, composition, args...) do { \ argument
357 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
359 mpc->mpc_ops->mpo_ ## operation (args); \
364 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
366 mpc->mpc_ops->mpo_ ## operation \
373 #define MAC_POLICY_BOOLEAN_NOSLEEP(operation, composition, args...) do {\ argument
377 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
379 mpc->mpc_ops->mpo_ ## operation (args); \
386 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
388 mpc->mpc_ops->mpo_ ## operation \
[all …]
/NextBSD/sys/xen/
HDblkif.h44 uint8_t operation; /* BLKIF_OP_??? */ member
53 uint8_t operation; /* copied from request */ member
62 uint8_t operation; /* BLKIF_OP_??? */ member
71 uint8_t operation; /* copied from request */ member
118 dst->operation = src->operation; in blkif_get_x86_32_req()
133 dst->operation = src->operation; in blkif_get_x86_64_req()
/NextBSD/lib/libcapsicum/
HDlibcapsicum_sysctl.c47 uint8_t operation; in cap_sysctlbyname() local
50 operation = 0; in cap_sysctlbyname()
52 operation |= CAP_SYSCTL_READ; in cap_sysctlbyname()
54 operation |= CAP_SYSCTL_WRITE; in cap_sysctlbyname()
59 nvlist_add_number(nvl, "operation", (uint64_t)operation); in cap_sysctlbyname()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_gem.c458 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
468 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
477 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
489 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
494 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
498 switch (args->operation) { in radeon_gem_va_ioctl()
504 args->operation); in radeon_gem_va_ioctl()
505 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
511 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
517 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanShouldStopHere.h112 InvokeShouldStopHereCallback (lldb::FrameComparison operation);
115 CheckShouldStopHereAndQueueStepOut (lldb::FrameComparison operation);
131 …ereCallback (ThreadPlan *current_plan, Flags &flags, lldb::FrameComparison operation, void *baton);
134 …ereCallback (ThreadPlan *current_plan, Flags &flags, lldb::FrameComparison operation, void *baton);
137 QueueStepOutFromHerePlan (Flags &flags, lldb::FrameComparison operation);
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_set_callback.pod28 a BIO or to modify its operation.
34 out information relating to each BIO operation. If the callback
43 B<oper> is set to the operation being performed. For some operations
45 operation, the latter case has B<oper> or'ed with BIO_CB_RETURN.
48 the value of B<oper>, that is the operation being performed.
53 called before the actual BIO operation 1 is placed in retvalue, if
55 the application and the BIO operation will not be performed.
68 free operation.
85 the operation and callback(b, BIO_CB_GETS|BIO_CB_RETURN, out, outl, 0L, retvalue)
91 the operation and callback(b, BIO_CB_WRITE|BIO_CB_RETURN, in, 0, 0L, retvalue)
/NextBSD/crypto/heimdal/lib/roken/
HDflock.c44 rk_flock(int fd, int operation) in rk_flock() argument
54 if (operation & LOCK_NB) in rk_flock()
59 switch (operation & OP_MASK) { in rk_flock()
103 if (operation & LOCK_NB) in rk_flock()
106 switch (operation & OP_MASK) { in rk_flock()
/NextBSD/contrib/binutils/binutils/
HDar.c345 } operation = none; in main() local
486 if (operation != none) in main()
491 operation = delete; in main()
495 operation = move; in main()
499 operation = print_files; in main()
502 operation = quick_append; in main()
506 operation = replace; in main()
510 operation = print_table; in main()
513 operation = extract; in main()
597 if (operation == quick_append && write_armap) in main()
[all …]
/NextBSD/sys/xen/interface/io/
HDblkif.h572 uint8_t operation; /* BLKIF_OP_??? */ member
586 uint8_t operation; /* BLKIF_OP_DISCARD */ member
597 uint8_t operation; /* BLKIF_OP_INDIRECT */ member
612 uint8_t operation; /* copied from request */ member
/NextBSD/contrib/openbsm/compat/
HDflopen.h40 int fd, operation, serrno, trunc; in flopen() local
57 operation = LOCK_EX; in flopen()
59 operation |= LOCK_NB; in flopen()
68 if (flock(fd, operation) == -1) { in flopen()
/NextBSD/lib/libutil/
HDflopen.c43 int fd, operation, serrno, trunc; in flopen() local
60 operation = LOCK_EX; in flopen()
62 operation |= LOCK_NB; in flopen()
71 if (flock(fd, operation) == -1) { in flopen()
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_write.pod24 the SSL_write() operation. The behaviour of SSL_write() depends on the
33 write operation has been finished or an error occurred, except when a
40 to continue the operation. In this case a call to
56 successfully completed. In this case the SSL_write() operation is considered
57 completed. The bytes are sent and a new SSL_write() operation with a new
64 When an SSL_write() operation has to be repeated because of
79 The write operation was successful, the return value is the number of
84 The write operation was not successful. Probably the underlying connection
95 The write operation was not successful, because either an error occurred
/NextBSD/crypto/openssl/crypto/pkcs7/
HDpk7_asn1.c82 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in pk7_cb() argument
88 switch (operation) { in pk7_cb()
132 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
135 if (operation == ASN1_OP_FREE_POST) {
175 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
178 if (operation == ASN1_OP_FREE_POST) {
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDconflicts.c686 svn_wc__conflict_read_info(svn_wc_operation_t *operation, in svn_wc__conflict_read_info() argument
707 if (operation) in svn_wc__conflict_read_info()
712 *operation = value; in svn_wc__conflict_read_info()
714 *operation = svn_wc_operation_none; in svn_wc__conflict_read_info()
1061 svn_wc_operation_t operation; in svn_wc__conflict_create_markers() local
1064 SVN_ERR(svn_wc__conflict_read_info(&operation, NULL, in svn_wc__conflict_create_markers()
1146 svn_wc_operation_t operation, in generate_propconflict() argument
1170 cdesc->operation = operation; in generate_propconflict()
1737 svn_wc_operation_t operation, in read_text_conflict_desc() argument
1746 (*desc)->operation = operation; in read_text_conflict_desc()
[all …]
/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_asn1.c68 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in sig_cb() argument
71 if (operation == ASN1_OP_NEW_PRE) { in sig_cb()
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
97 if (operation == ASN1_OP_NEW_PRE) {
102 } else if (operation == ASN1_OP_FREE_PRE) {
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_history.c436 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, in log_internal() argument
461 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation); in log_internal()
474 spa_history_log_internal(spa_t *spa, const char *operation, in spa_history_log_internal() argument
490 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); in spa_history_log_internal()
499 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, in spa_history_log_internal_ds() argument
513 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx); in spa_history_log_internal_ds()
518 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation, in spa_history_log_internal_dd() argument
533 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx); in spa_history_log_internal_dd()
538 spa_history_log_version(spa_t *spa, const char *operation) in spa_history_log_version() argument
540 spa_history_log_internal(spa, operation, NULL, in spa_history_log_version()
/NextBSD/crypto/openssl/crypto/
HDo_time.c192 long operation; in OPENSSL_gmtime() local
200 operation = LIB$K_DELTA_SECONDS; in OPENSSL_gmtime()
201 status = lib$cvt_to_internal_time(&operation, &t, deltatime); in OPENSSL_gmtime()
220 operation = LIB$K_DAY_OF_WEEK; in OPENSSL_gmtime()
221 status = lib$cvt_from_internal_time(&operation, in OPENSSL_gmtime()
225 operation = LIB$K_DAY_OF_YEAR; in OPENSSL_gmtime()
226 status = lib$cvt_from_internal_time(&operation, in OPENSSL_gmtime()
/NextBSD/crypto/openssl/crypto/cms/
HDcms_asn1.c91 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 == ASN1_OP_FREE_PRE) {
338 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, in cms_cb() argument
[all …]

12345678910>>...24