/openbsd/bin/ps/ |
H A D | print.c | 111 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 D | validator.c | 94 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 D | val_utils.c | 405 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 D | val_nsec3.c | 466 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 D | val_sigcrypt.c | 555 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 D | val_nsec.c | 177 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 D | autotrust.c | 1265 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 D | validator.c | 94 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 D | val_utils.c | 405 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 D | val_nsec3.c | 466 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 D | val_sigcrypt.c | 555 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 D | val_nsec.c | 177 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 D | autotrust.c | 1261 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 D | intel_execlists_submission.c | 999 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 D | selftest_execlists.c | 3720 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 D | engine.c | 530 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 D | unitverify.c | 176 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 D | loop-unroll.c | 1924 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 D | tree-vn.c | 141 const val_expr_pair_t ve = (val_expr_pair_t) p; in val_expr_pair_hash() local
|
/openbsd/usr.sbin/unbound/daemon/ |
H A D | stats.c | 169 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 D | videomode.c | 23 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \ argument
|
/openbsd/gnu/llvm/lldb/include/lldb/Expression/ |
H A D | ExpressionVariable.h | 189 ve = m_variables.end(); in RemoveVariable() local
|
/openbsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 223 boot_catalog_validation_entry *ve; in cd9660_boot_setup_validation_entry() local
|
/openbsd/gnu/llvm/lldb/source/Expression/ |
H A D | REPL.cpp | 364 for (size_t vi = var_count_before, ve = persistent_state->GetSize(); in IOHandlerInputComplete() local
|
/openbsd/usr.sbin/vmd/ |
H A D | x86_vm.c | 665 struct vm_exit *ve = vrp->vrp_exit; in vcpu_exit_eptviolation() local
|