Home
last modified time | relevance | path

Searched defs:ve (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/bin/ps/
H A Dprint.c111 command(const struct pinfo *pi, VARENT *ve) in command()
205 ucomm(const struct pinfo *pi, VARENT *ve) in ucomm()
212 curwd(const struct pinfo *pi, VARENT *ve) in curwd()
351 pri(const struct pinfo *pi, VARENT *ve) in pri()
361 pnice(const struct pinfo *pi, VARENT *ve) in pnice()
389 gname(const struct pinfo *pi, VARENT *ve) in gname()
451 tdev(const struct pinfo *pi, VARENT *ve) in tdev()
471 tname(const struct pinfo *pi, VARENT *ve) in tname()
700 pcpu(const struct pinfo *pi, VARENT *ve) in pcpu()
724 pmem(const struct pinfo *pi, VARENT *ve) in pmem()
[all …]
/openbsd/sbin/unwind/libunbound/validator/
H A Dvalidator.c94 fill_nsec3_iter(struct val_env* ve, char* s, int c) in fill_nsec3_iter()
641 struct module_env* env, struct val_env* ve, in validate_msg_signatures()
1363 validate_any_response(struct module_env* env, struct val_env* ve, in validate_any_response()
1763 struct val_env* ve, int id) in processInit()
2135 struct val_env* ve, int id) in processValidate()
2364 struct val_env* ve, int id) in processFinished()
2552 struct val_env* ve, int id) in val_handle()
2584 struct val_env* ve = (struct val_env*)qstate->env->modinfo[id]; in val_operate() local
2682 struct val_env* ve = (struct val_env*)qstate->env->modinfo[id]; in primeResponseToKE() local
2788 struct val_env* ve = (struct val_env*)qstate->env->modinfo[id]; in ds_response_to_ke() local
[all …]
H A Dval_utils.c405 val_verify_rrset(struct module_env* env, struct val_env* ve, in val_verify_rrset()
465 val_verify_rrset_entry(struct module_env* env, struct val_env* ve, in val_verify_rrset_entry()
489 verify_dnskeys_with_ds_rr(struct module_env* env, struct val_env* ve, in verify_dnskeys_with_ds_rr()
576 val_verify_DNSKEY_with_DS(struct module_env* env, struct val_env* ve, in val_verify_DNSKEY_with_DS()
678 struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset, in val_verify_new_DNSKEYs()
707 val_verify_DNSKEY_with_TA(struct module_env* env, struct val_env* ve, in val_verify_DNSKEY_with_TA()
852 struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset, in val_verify_new_DNSKEYs_with_ta()
H A Dval_nsec3.c466 get_max_iter(struct val_env* ve, size_t bits) in get_max_iter()
487 nsec3_iteration_count_high(struct val_env* ve, struct nsec3_filter* filter, in nsec3_iteration_count_high()
1181 nsec3_prove_nameerror(struct module_env* env, struct val_env* ve, in nsec3_prove_nameerror()
1367 nsec3_prove_nodata(struct module_env* env, struct val_env* ve, in nsec3_prove_nodata()
1385 nsec3_prove_wildcard(struct module_env* env, struct val_env* ve, in nsec3_prove_wildcard()
1445 list_is_secure(struct module_env* env, struct val_env* ve, in list_is_secure()
1475 nsec3_prove_nods(struct module_env* env, struct val_env* ve, in nsec3_prove_nods()
1583 nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve, in nsec3_prove_nxornodata()
H A Dval_sigcrypt.c555 dnskeyset_verify_rrset_sig(struct module_env* env, struct val_env* ve, in dnskeyset_verify_rrset_sig()
623 dnskeyset_verify_rrset(struct module_env* env, struct val_env* ve, in dnskeyset_verify_rrset()
706 dnskey_verify_rrset(struct module_env* env, struct val_env* ve, in dnskey_verify_rrset()
1416 check_dates(struct val_env* ve, uint32_t unow, uint8_t* expi_p, in check_dates()
1487 adjust_ttl(struct val_env* ve, uint32_t unow, in adjust_ttl()
1537 struct val_env* ve, time_t now, in dnskey_verify_rrset_sig()
H A Dval_nsec.c177 nsec_verify_rrset(struct module_env* env, struct val_env* ve, in nsec_verify_rrset()
202 val_nsec_prove_nodata_dsreply(struct module_env* env, struct val_env* ve, in val_nsec_prove_nodata_dsreply()
H A Dautotrust.c1265 verify_dnskey(struct module_env* env, struct val_env* ve, in verify_dnskey()
1313 rr_is_selfsigned_revoked(struct module_env* env, struct val_env* ve, in rr_is_selfsigned_revoked()
1538 check_contains_revoked(struct module_env* env, struct val_env* ve, in check_contains_revoked()
1585 key_matches_a_ds(struct module_env* env, struct val_env* ve, in key_matches_a_ds()
1630 update_events(struct module_env* env, struct val_env* ve, in update_events()
2158 int autr_process_prime(struct module_env* env, struct val_env* ve, in autr_process_prime()
/openbsd/usr.sbin/unbound/validator/
H A Dvalidator.c94 fill_nsec3_iter(struct val_env* ve, char* s, int c) in fill_nsec3_iter()
641 struct module_env* env, struct val_env* ve, in validate_msg_signatures()
1363 validate_any_response(struct module_env* env, struct val_env* ve, in validate_any_response()
1763 struct val_env* ve, int id) in processInit()
2135 struct val_env* ve, int id) in processValidate()
2364 struct val_env* ve, int id) in processFinished()
2552 struct val_env* ve, int id) in val_handle()
2584 struct val_env* ve = (struct val_env*)qstate->env->modinfo[id]; in val_operate() local
2682 struct val_env* ve = (struct val_env*)qstate->env->modinfo[id]; in primeResponseToKE() local
2788 struct val_env* ve = (struct val_env*)qstate->env->modinfo[id]; in ds_response_to_ke() local
[all …]
H A Dval_utils.c405 val_verify_rrset(struct module_env* env, struct val_env* ve, in val_verify_rrset()
465 val_verify_rrset_entry(struct module_env* env, struct val_env* ve, in val_verify_rrset_entry()
489 verify_dnskeys_with_ds_rr(struct module_env* env, struct val_env* ve, in verify_dnskeys_with_ds_rr()
576 val_verify_DNSKEY_with_DS(struct module_env* env, struct val_env* ve, in val_verify_DNSKEY_with_DS()
678 struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset, in val_verify_new_DNSKEYs()
707 val_verify_DNSKEY_with_TA(struct module_env* env, struct val_env* ve, in val_verify_DNSKEY_with_TA()
852 struct val_env* ve, struct ub_packed_rrset_key* dnskey_rrset, in val_verify_new_DNSKEYs_with_ta()
H A Dval_nsec3.c466 get_max_iter(struct val_env* ve, size_t bits) in get_max_iter()
487 nsec3_iteration_count_high(struct val_env* ve, struct nsec3_filter* filter, in nsec3_iteration_count_high()
1181 nsec3_prove_nameerror(struct module_env* env, struct val_env* ve, in nsec3_prove_nameerror()
1367 nsec3_prove_nodata(struct module_env* env, struct val_env* ve, in nsec3_prove_nodata()
1385 nsec3_prove_wildcard(struct module_env* env, struct val_env* ve, in nsec3_prove_wildcard()
1445 list_is_secure(struct module_env* env, struct val_env* ve, in list_is_secure()
1475 nsec3_prove_nods(struct module_env* env, struct val_env* ve, in nsec3_prove_nods()
1583 nsec3_prove_nxornodata(struct module_env* env, struct val_env* ve, in nsec3_prove_nxornodata()
H A Dval_sigcrypt.c555 dnskeyset_verify_rrset_sig(struct module_env* env, struct val_env* ve, in dnskeyset_verify_rrset_sig()
623 dnskeyset_verify_rrset(struct module_env* env, struct val_env* ve, in dnskeyset_verify_rrset()
706 dnskey_verify_rrset(struct module_env* env, struct val_env* ve, in dnskey_verify_rrset()
1416 check_dates(struct val_env* ve, uint32_t unow, uint8_t* expi_p, in check_dates()
1487 adjust_ttl(struct val_env* ve, uint32_t unow, in adjust_ttl()
1537 struct val_env* ve, time_t now, in dnskey_verify_rrset_sig()
H A Dval_nsec.c177 nsec_verify_rrset(struct module_env* env, struct val_env* ve, in nsec_verify_rrset()
202 val_nsec_prove_nodata_dsreply(struct module_env* env, struct val_env* ve, in val_nsec_prove_nodata_dsreply()
H A Dautotrust.c1261 verify_dnskey(struct module_env* env, struct val_env* ve, in verify_dnskey()
1309 rr_is_selfsigned_revoked(struct module_env* env, struct val_env* ve, in rr_is_selfsigned_revoked()
1534 check_contains_revoked(struct module_env* env, struct val_env* ve, in check_contains_revoked()
1581 key_matches_a_ds(struct module_env* env, struct val_env* ve, in key_matches_a_ds()
1626 update_events(struct module_env* env, struct val_env* ve, in update_events()
2154 int autr_process_prime(struct module_env* env, struct val_env* ve, in autr_process_prime()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_execlists_submission.c999 static bool virtual_matches(const struct virtual_engine *ve, in virtual_matches()
1034 struct virtual_engine *ve = in first_virtual_engine() local
1052 static void virtual_xfer_context(struct virtual_engine *ve, in virtual_xfer_context()
1283 struct virtual_engine *ve; in execlists_dequeue() local
3207 struct virtual_engine *ve = in execlists_reset_cancel() local
3615 struct virtual_engine *ve = in rcu_virtual_context_destroy() local
3679 struct virtual_engine *ve = in virtual_context_destroy() local
3769 struct virtual_engine *ve = to_virtual_engine(engine); in virtual_get_sibling() local
3825 struct virtual_engine * const ve = in virtual_submission_tasklet() local
3948 struct virtual_engine *ve; in execlists_create_virtual() local
[all …]
H A Dselftest_execlists.c3720 struct intel_context *ve[16]; in nop_virtual_engine() local
3915 struct intel_context *ve; in mask_virtual_engine() local
4193 struct intel_context *ve; in preserved_virtual_engine() local
4335 struct intel_context *ve; in reset_virtual_engine() local
/openbsd/usr.bin/systat/
H A Dengine.c530 set_curr_view(struct view_ent *ve) in set_curr_view()
583 struct view_ent *ve, *vm = NULL; in set_view() local
610 struct view_ent *ve; in foreach_view() local
620 struct view_ent *ve; in set_view_hotkey() local
638 struct view_ent *ve; in next_view() local
653 struct view_ent *ve; in prev_view() local
/openbsd/usr.sbin/unbound/testcode/
H A Dunitverify.c176 verifytest_rrset(struct module_env* env, struct val_env* ve, in verifytest_rrset()
211 struct val_env* ve) in verifytest_entry()
305 struct val_env ve; in verifytest_file() local
/openbsd/gnu/gcc/gcc/
H A Dloop-unroll.c1924 get_expansion (struct var_to_expand *ve) in get_expansion()
1946 expand_var_during_unrolling (struct var_to_expand *ve, rtx insn) in expand_var_during_unrolling()
1983 struct var_to_expand *ve = *slot; in insert_var_expansion_initialization() local
2025 struct var_to_expand *ve = *slot; in combine_var_copies_in_loop_exit() local
2203 struct var_to_expand *ve = *slot; in release_var_copies() local
H A Dtree-vn.c141 const val_expr_pair_t ve = (val_expr_pair_t) p; in val_expr_pair_hash() local
/openbsd/usr.sbin/unbound/daemon/
H A Dstats.c169 struct val_env* ve; in set_neg_cache_stats() local
192 struct val_env* ve; in get_rrset_bogus() local
/openbsd/sys/dev/videomode/
H A Dvideomode.c23 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionVariable.h189 ve = m_variables.end(); in RemoveVariable() local
/openbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c223 boot_catalog_validation_entry *ve; in cd9660_boot_setup_validation_entry() local
/openbsd/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp364 for (size_t vi = var_count_before, ve = persistent_state->GetSize(); in IOHandlerInputComplete() local
/openbsd/usr.sbin/vmd/
H A Dx86_vm.c665 struct vm_exit *ve = vrp->vrp_exit; in vcpu_exit_eptviolation() local

12