Home
last modified time | relevance | path

Searched refs:vbase (Results 1 – 25 of 36) sorted by relevance

12

/netbsd-src/usr.sbin/certctl/
H A Dcertctl.sh252 local vpath path cert base vcert vbase
279 vbase=${vcert##*/}
280 printf '%s %s\n' "$vcert" "$vbase"
341 vbase=${vcert##*/}
342 printf '%s %s\n' "$vcert" "$vbase"
362 | while read -r vcert vbase; do
363 printf 'trust %s %s\n' "$vcert" "$vbase"
377 | while read -r vcert vbase; do
378 printf 'distrust %s %s\n' "$vcert" "$vbase"
517 | while read -r vcert vbase; do
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsort.cc253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_qsort() argument
261 char *base = (char *)vbase; in gcc_qsort()
270 qsort_chk (vbase, n, size, cmp2to3, (void*)cmp); in gcc_qsort()
276 gcc_sort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, void *data) in gcc_sort_r() argument
284 char *base = (char *)vbase; in gcc_sort_r()
293 qsort_chk (vbase, n, size, cmp, data); in gcc_sort_r()
299 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_stablesort() argument
301 gcc_qsort (vbase, n, ~size, cmp); in gcc_stablesort()
306 gcc_stablesort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, in gcc_stablesort_r() argument
309 gcc_sort_r (vbase, n, ~size, cmp, data); in gcc_stablesort_r()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsort.cc253 gcc_qsort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_qsort() argument
261 char *base = (char *)vbase; in gcc_qsort()
270 qsort_chk (vbase, n, size, cmp2to3, (void*)cmp); in gcc_qsort()
276 gcc_sort_r (void *vbase, size_t n, size_t size, sort_r_cmp_fn *cmp, void *data) in gcc_sort_r() argument
280 char *base = (char *)vbase; in gcc_sort_r()
289 qsort_chk (vbase, n, size, cmp, data); in gcc_sort_r()
295 gcc_stablesort (void *vbase, size_t n, size_t size, cmp_fn *cmp) in gcc_stablesort() argument
297 gcc_qsort (vbase, n, ~size, cmp); in gcc_stablesort()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.cpp72 vaddr_t vbase; in reservePage() local
95 vbase = vaddr_t(VirtualAlloc(0, vsize, MEM_RESERVE, in reservePage()
98 vbase = vaddr_t(VirtualAlloc(0, vsize, MEM_COMMIT, in reservePage()
101 if (vbase == 0) { in reservePage()
105 _memory = vbase; in reservePage()
117 LPVOID(vbase + _page_size * i), in reservePage()
121 vaddr = vbase + _page_size * i; in reservePage()
/netbsd-src/common/lib/libc/stdlib/
H A Dheapsort.c172 kheapsort(void *vbase, size_t nmemb, size_t size,
176 heapsort(void *vbase, size_t nmemb, size_t size,
187 _DIAGASSERT(vbase != NULL);
209 base = (char *)vbase - size;
/netbsd-src/external/bsd/libevent/dist/
H A Devrpc.c124 evrpc_add_hook(void *vbase, in evrpc_add_hook() argument
129 struct evrpc_hooks_ *base = vbase; in evrpc_add_hook()
173 evrpc_remove_hook(void *vbase, enum EVRPC_HOOK_TYPE hook_type, void *handle) in evrpc_remove_hook() argument
175 struct evrpc_hooks_ *base = vbase; in evrpc_remove_hook()
284 static int evrpc_pause_request(void *vbase, void *ctx,
767 evrpc_pause_request(void *vbase, void *ctx, in evrpc_pause_request() argument
770 struct evrpc_hooks_ *base = vbase; in evrpc_pause_request()
783 evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res) in evrpc_resume_request() argument
785 struct evrpc_hooks_ *base = vbase; in evrpc_resume_request()
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Drpc.h515 void *evrpc_add_hook(void *vbase,
529 int evrpc_remove_hook(void *vbase,
539 int evrpc_resume_request(void *vbase, void *ctx, enum EVRPC_HOOK_RESULT res);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc86 tree vbase; member
4158 tree vbase = get_primary_binfo (type_binfo); in walk_subobject_offsets() local
4160 if (vbase && BINFO_VIRTUAL_P (vbase) in walk_subobject_offsets()
4161 && BINFO_PRIMARY_P (vbase) in walk_subobject_offsets()
4162 && BINFO_INHERITANCE_CHAIN (vbase) == type_binfo) in walk_subobject_offsets()
4165 (vbase, f, offset, in walk_subobject_offsets()
6349 tree vbase; in layout_virtual_bases() local
6365 for (vbase = TYPE_BINFO (t); vbase; vbase = TREE_CHAIN (vbase)) in layout_virtual_bases()
6367 if (!BINFO_VIRTUAL_P (vbase)) in layout_virtual_bases()
6370 if (!BINFO_PRIMARY_P (vbase)) in layout_virtual_bases()
[all …]
H A Dinit.cc1723 construct_virtual_base (tree vbase, tree arguments) in construct_virtual_base() argument
1751 exp = convert_to_base_statically (current_class_ref, vbase); in construct_virtual_base()
1753 expand_aggr_init_1 (vbase, current_class_ref, exp, arguments, in construct_virtual_base()
1758 expand_cleanup_for_base (vbase, flag); in construct_virtual_base()
H A DChangeLog-20002740 * rtti.c (get_base_offset): Cope when vbase field is in a base.
4886 Correct many new ABI issues regarding vbase and vcall offset
4908 access the vbase pointer under the new ABI.
4937 (build_vtbl_initializer): Adjust handling of vbase and vcall
5023 vbase offset at index -3, not -1.
6887 (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
6891 (build_vbase_pointer): Add ability to look up vbase offsets in
6898 input. Use it to correctly calculate vbase offsets.
6908 * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
6917 index where the vbase offset lives in the offset field.
H A DChangeLog-2001111 * decl.c (finish_destructor_body): Move vbase destruction code to
1216 The 3.0 ABI no longer has vbase pointer fields.
3305 VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
3551 * decl.c (finish_destructor_body): Convert to vbase pointer here.
H A DChangeLog-2016615 (build_over_call): Likewise. A base ctor inheriting from vbase
621 (build_clone): A base ctor inheriting from vbase has no parms.
869 (push_base_cleanups): Don't push vbase cleanups for abstract class
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c86 tree vbase; member
4078 tree vbase = get_primary_binfo (type_binfo); in walk_subobject_offsets() local
4080 if (vbase && BINFO_VIRTUAL_P (vbase) in walk_subobject_offsets()
4081 && BINFO_PRIMARY_P (vbase) in walk_subobject_offsets()
4082 && BINFO_INHERITANCE_CHAIN (vbase) == type_binfo) in walk_subobject_offsets()
4085 (vbase, f, offset, in walk_subobject_offsets()
6317 tree vbase; in layout_virtual_bases() local
6333 for (vbase = TYPE_BINFO (t); vbase; vbase = TREE_CHAIN (vbase)) in layout_virtual_bases()
6335 if (!BINFO_VIRTUAL_P (vbase)) in layout_virtual_bases()
6338 if (!BINFO_PRIMARY_P (vbase)) in layout_virtual_bases()
[all …]
H A Dinit.c1497 construct_virtual_base (tree vbase, tree arguments) in construct_virtual_base() argument
1525 exp = convert_to_base_statically (current_class_ref, vbase); in construct_virtual_base()
1527 expand_aggr_init_1 (vbase, current_class_ref, exp, arguments, in construct_virtual_base()
1532 expand_cleanup_for_base (vbase, flag); in construct_virtual_base()
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c603 void *vbase; member
614 evrpc_resume_request(ctx->vbase, ctx->ctx, EVRPC_CONTINUE); in rpc_hook_pause_cb()
626 tmp->vbase = arg; in rpc_hook_pause()
/netbsd-src/sys/arch/epoc32/epoc32/
H A Dmachdep.c569 vaddr_t vbase = ARM7XX_INTRREG_VBASE; in consinit() local
598 if (wmcom_cnattach(vbase + offset, 115200, mode, irda) == 0) in consinit()
/netbsd-src/sys/dev/tc/
H A Dsfbplus.c332 int i, depth, hsetup, vsetup, vbase, cookie; in sfbp_common_init() local
346 *(uint32_t *)(asic + SFB_ASIC_VIDEO_BASE) = vbase = 1; in sfbp_common_init()
347 vbase *= (i & 0x20) ? 2048 : 4096; /* VRAM chip size */ in sfbp_common_init()
348 if (i & 1) vbase *= 4; /* bytes per pixel */ in sfbp_common_init()
372 ri->ri_bits = base + 0x800000 + vbase; in sfbp_common_init()
H A Dsfb.c323 int hsetup, vsetup, vbase, cookie; in sfb_common_init() local
330 vbase = 1; in sfb_common_init()
331 SFBWRITE32(asic, SFB_ASIC_VIDEO_BASE, vbase); in sfb_common_init()
348 ri->ri_bits = base + SFB_FB_OFFSET + vbase * 4096; in sfb_common_init()
/netbsd-src/sys/arch/arm/marvell/
H A Darmadaxp.c530 armadaxp_bootstrap(vaddr_t vbase, bus_addr_t pbase) in armadaxp_bootstrap() argument
550 misc_base = vbase + ARMADAXP_MISC_BASE; in armadaxp_bootstrap()
/netbsd-src/external/apache2/llvm/dist/clang/
H A DNOTES.txt101 - they have not had their addresses taken by the vbase initializers or
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c5224 static SRP_VBASE *vbase = NULL; variable
5238 user = SRP_VBASE_get1_by_user(vbase, username); in ssl_srp_cb()
5344 if (sk_SRP_user_pwd_insert(vbase->users_pwd, user_pwd, 0) == 0) in create_new_vbase()
5375 vbase = SRP_VBASE_new(NULL); in test_srp()
5376 if (!TEST_ptr(vbase)) in test_srp()
5390 if (!TEST_int_eq(SRP_VBASE_init(vbase, tstsrpfile), SRP_NO_ERROR)) in test_srp()
5430 SRP_VBASE_free(vbase); in test_srp()
5431 vbase = NULL; in test_srp()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
H A Dhip06.dtsi416 subctrl-vbase = <&peri_c_subctrl 0x338 0xa38 0x531c 0x5a1c>;
H A Dhip07.dtsi1298 subctrl-vbase = <&peri_c_subctrl 0x338 0xa38
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1581 vbase = re.sub('^(std|__gnu_cxx)::', r'\g<0>%s' % _versioned_namespace, base)
1582 self.add(vbase + name, function)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1954 vbase = re.sub('^(std|__gnu_cxx)::', r'\g<0>%s' %
1956 self.add(vbase + name, function)

12