| /openbsd-src/regress/lib/libagentx/ |
| H A D | main.c | 387 regress_scalarstring(struct agentx_varbind *vb) in regress_scalarstring() argument 389 agentx_varbind_string(vb, "scalar-string"); in regress_scalarstring() 393 regress_scalarinteger(struct agentx_varbind *vb) in regress_scalarinteger() argument 395 agentx_varbind_integer(vb, 1); in regress_scalarinteger() 399 regress_scalarnull(struct agentx_varbind *vb) in regress_scalarnull() argument 401 agentx_varbind_null(vb); in regress_scalarnull() 405 regress_scalaroid(struct agentx_varbind *vb) in regress_scalaroid() argument 407 agentx_varbind_oid(vb, AGENTX_OID(AGENTX_ENTERPRISES, 30155)); in regress_scalaroid() 411 regress_scalaripaddress(struct agentx_varbind *vb) in regress_scalaripaddress() argument 417 agentx_varbind_ipaddress(vb, &addr); in regress_scalaripaddress() [all …]
|
| /openbsd-src/libexec/snmpd/snmpd_metrics/ |
| H A D | mib.c | 276 mib_hrsystemuptime(struct agentx_varbind *vb) in mib_hrsystemuptime() argument 283 agentx_varbind_error(vb); in mib_hrsystemuptime() 287 agentx_varbind_timeticks(vb, ticks); in mib_hrsystemuptime() 291 mib_hrsystemdate(struct agentx_varbind *vb) in mib_hrsystemdate() argument 304 agentx_varbind_error(vb); in mib_hrsystemdate() 324 agentx_varbind_nstring(vb, s, sizeof(s)); in mib_hrsystemdate() 328 mib_hrsystemprocs(struct agentx_varbind *vb) in mib_hrsystemprocs() argument 337 obj = agentx_varbind_get_object(vb); in mib_hrsystemprocs() 342 agentx_varbind_error(vb); in mib_hrsystemprocs() 350 agentx_varbind_error(vb); in mib_hrsystemprocs() [all …]
|
| /openbsd-src/usr.sbin/snmpd/ |
| H A D | application_blocklist.c | 96 struct appl_varbind *vb, *rvb, *rvblist; in appl_blocklist_get() local 99 for (i = 0, vb = vblist; vb != NULL; vb = vb->av_next) in appl_blocklist_get() 104 for (vb = vblist; vb != NULL; vb = vb->av_next, rvb = rvb->av_next) { in appl_blocklist_get() 105 rvb->av_oid = vb->av_oid; in appl_blocklist_get() 117 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vb); in appl_blocklist_get() 125 struct appl_varbind *vb, *rvb, *rvblist; in appl_blocklist_getnext() local 128 for (i = 0, vb = vblist; vb != NULL; vb = vb->av_next) in appl_blocklist_getnext() 133 for (vb = vblist; vb != NULL; vb = vb->av_next, rvb = rvb->av_next) { in appl_blocklist_getnext() 134 rvb->av_oid = vb->av_oid; in appl_blocklist_getnext() 146 appl_response(backend, requestid, APPL_ERROR_GENERR, 1, vb); in appl_blocklist_getnext()
|
| H A D | application.c | 957 struct appl_varbind_internal *vb; in appl_request_upstream_free() local 964 vb = &(ureq->aru_vblist[i]); in appl_request_upstream_free() 965 ober_free_elements(vb->avi_varbind.av_value); in appl_request_upstream_free() 966 appl_request_downstream_free(vb->avi_request_downstream); in appl_request_upstream_free() 978 struct appl_varbind_internal *vb; in appl_request_downstream_free() local 986 for (vb = dreq->ard_vblist; vb != NULL; vb = vb->avi_next) { in appl_request_downstream_free() 987 vb->avi_request_downstream = NULL; in appl_request_downstream_free() 988 if (vb->avi_state == APPL_VBSTATE_PENDING) in appl_request_downstream_free() 989 vb->avi_state = APPL_VBSTATE_NEW; in appl_request_downstream_free() 999 struct appl_varbind_internal *vb, *lvb, *tvb; in appl_request_upstream_resolve() local [all …]
|
| H A D | application_internal.c | 320 struct appl_varbind *vb, *resp; in appl_internal_get() local 324 for (i = 0, vb = vblist; vb != NULL; vb = vb->av_next, i++) in appl_internal_get() 333 for (i = 0, vb = vblist; vb != NULL; vb = vb->av_next, i++) { in appl_internal_get() 334 resp[i].av_oid = vb->av_oid; in appl_internal_get() 335 if ((object = appl_internal_object_parent(&vb->av_oid)) == NULL) in appl_internal_get() 343 r = ober_oid_cmp(&vb->av_oid, &oid); in appl_internal_get() 365 for (vb = resp; vb != NULL; vb = vb->av_next) in appl_internal_get() 366 ober_free_elements(vb->av_value); in appl_internal_get() 378 struct appl_varbind *vb, *resp; in appl_internal_getnext() local 383 for (i = 0, vb = vblist; vb != NULL; vb = vb->av_next, i++) in appl_internal_getnext() [all …]
|
| H A D | application_agentx.c | 718 struct appl_varbind *vb; in appl_agentx_get() local 725 for (nsr = 0, vb = vblist; vb != NULL; vb = vb->av_next) in appl_agentx_get() 734 for (i = 0, vb = vblist; i < nsr; i++, vb = vb->av_next) { in appl_agentx_get() 735 srl[i].asr_start.aoi_include = vb->av_include; in appl_agentx_get() 736 srl[i].asr_start.aoi_idlen = vb->av_oid.bo_n; in appl_agentx_get() 737 for (j = 0; j < vb->av_oid.bo_n; j++) in appl_agentx_get() 738 srl[i].asr_start.aoi_id[j] = vb->av_oid.bo_id[j]; in appl_agentx_get() 769 struct appl_varbind *vb; in appl_agentx_getnext() local 776 for (nsr = 0, vb = vblist; vb != NULL; vb = vb->av_next) in appl_agentx_getnext() 785 for (i = 0, vb = vblist; i < nsr; i++, vb = vb->av_next) { in appl_agentx_getnext() [all …]
|
| H A D | ax.c | 935 ax_varbind2string(struct ax_varbind *vb) in ax_varbind2string() argument 944 switch (vb->avb_type) { in ax_varbind2string() 947 ax_oid2string(&(vb->avb_oid)), vb->avb_data.avb_int32); in ax_varbind2string() 951 i < vb->avb_data.avb_ostring.aos_slen && !ishex; i++) { in ax_varbind2string() 952 if (!isprint(vb->avb_data.avb_ostring.aos_string[i])) in ax_varbind2string() 959 i < vb->avb_data.avb_ostring.aos_slen; i++) { in ax_varbind2string() 961 vb->avb_data.avb_ostring.aos_string[i]); in ax_varbind2string() 971 ax_oid2string(&(vb->avb_oid)), tmpbuf); in ax_varbind2string() 978 ax_oid2string(&(vb->avb_oid))); in ax_varbind2string() 987 vb->avb_data.avb_ostring.aos_slen, in ax_varbind2string() [all …]
|
| H A D | traphandler.c | 325 struct ber_element *vb) in trapcmd_exec() argument 379 for (; vb != NULL; vb = vb->be_next) { in trapcmd_exec() 380 if (ober_scanf_elements(vb, "{oeS$}", &oid, &elm) == -1) in trapcmd_exec()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | eh18.C | 18 VB& vb() { return *(VB*)this; } in vb() function 19 const VB& vb() const { return *(const VB*)this; } in vb() function 26 VB& vb() { return *(VB*)this; } in vb() function 27 const VB& vb() const { return *(const VB*)this; } in vb() function 34 VB *vb = &d.vb(); in main() local 35 VB *pvb = &pd.vb(); in main() 42 catch (VB& vb) { in main() 44 if (vb.n != 4279) in main() 56 catch (VB& vb) { in main()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | virtfunc.cc | 44 int vb; member in VB 114 VB vb; variable 134 VB* pVB = &vb; 138 a.vb = 1; in init() 139 b.vb = 2; in init() 140 c.vb = 3; in init() 141 d.vb = 4; in init() 142 e.vb = 5; in init() 143 v.vb = 6; in init() 144 vb.vb = 7; in init() [all …]
|
| H A D | misc.cc | 312 int vb; member in vB 360 g_vB.vB::vb = 5; in inheritance3() 374 g_vD.vB::vb = 13; in inheritance3() 386 g_vD.vB::vb = 21; in inheritance3()
|
| H A D | classes.cc | 312 int vb; member in vB 360 g_vB.vB::vb = 5; in inheritance3() 374 g_vD.vB::vb = 13; in inheritance3() 386 g_vD.vB::vb = 21; in inheritance3()
|
| /openbsd-src/regress/usr.sbin/bgpd/unittests/ |
| H A D | rde_sets_test.c | 31 uint32_t vb[] = { 256, 1024, 512, 4096, 2048, 512 }; variable 62 b = build_set("b", vb, sizeof(vb) / sizeof(vb[0]), 1); in main() 76 for (i = 0; i < sizeof(vb) / sizeof(vb[0]); i++) in main() 77 if (as_set_match(a, vb[i])) in main() 79 vb[i]); in main()
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | selftest_tlb.c | 34 struct i915_vma *vb, in pte_tlbinv() argument 75 if (vb != va) { in pte_tlbinv() 76 vb_node = vb->node; in pte_tlbinv() 77 vb->node = va->node; /* overwrites the _same_ PTE */ in pte_tlbinv() 93 if (va != vb) in pte_tlbinv() 115 vma_set_qw(vb, addr, 0); in pte_tlbinv() 141 if (va == vb) { in pte_tlbinv() 151 .bi.pages = vb->obj->mm.pages, in pte_tlbinv() 152 .bi.page_sizes = vb->obj->mm.page_sizes, in pte_tlbinv() 153 .start = i915_vma_offset(vb), in pte_tlbinv() 229 struct i915_vma *va, *vb; mem_tlbinv() local [all...] |
| /openbsd-src/lib/libagentx/ |
| H A D | ax.c | 786 ax_varbind2string(struct ax_varbind *vb) in ax_varbind2string() argument 795 switch (vb->avb_type) { in ax_varbind2string() 798 ax_oid2string(&(vb->avb_oid)), vb->avb_data.avb_int32); in ax_varbind2string() 802 i < vb->avb_data.avb_ostring.aos_slen && !ishex; i++) { in ax_varbind2string() 803 if (!isprint(vb->avb_data.avb_ostring.aos_string[i])) in ax_varbind2string() 810 i < vb->avb_data.avb_ostring.aos_slen; i++) { in ax_varbind2string() 812 vb->avb_data.avb_ostring.aos_string[i]); in ax_varbind2string() 822 ax_oid2string(&(vb->avb_oid)), tmpbuf); in ax_varbind2string() 829 ax_oid2string(&(vb->avb_oid))); in ax_varbind2string() 838 vb->avb_data.avb_ostring.aos_slen, in ax_varbind2string() [all …]
|
| H A D | agentx.c | 1421 struct ax_varbind vb; local 1424 vb.avb_type = AX_DATA_TYPE_INTEGER; 1425 if (agentx_oidfill(&(vb.avb_oid), oid, oidlen, &errstr) == -1) { 1433 vb.avb_data.avb_int32 = 0; 1435 return agentx_index(axr, &vb, AXI_TYPE_NEW); 1442 struct ax_varbind vb; local 1445 vb.avb_type = AX_DATA_TYPE_INTEGER; 1446 if (agentx_oidfill(&(vb.avb_oid), oid, oidlen, &errstr) == -1) { 1454 vb.avb_data.avb_int32 = 0; 1456 return agentx_index(axr, &vb, AXI_TYPE_ANY); [all …]
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | arith.t | 130 vb=va 132 echo $((vb)) 142 vb='aa[va]' 149 echo $((vb)) 165 vb='$va' 166 echo $((vb)) 180 vb='aa[$va]' 181 echo $((vb))
|
| /openbsd-src/usr.sbin/vmd/ |
| H A D | vm_agentx.c | 472 vm_agentx_vmHvSoftware(struct agentx_varbind *vb) 474 agentx_varbind_string(vb, "OpenBSD VMM"); in vm_agentx_vmHvSoftware() argument 478 vm_agentx_vmHvVersion(struct agentx_varbind *vb) 489 agentx_varbind_string(vb, "unknown"); in vm_agentx_vmHvVersion() 496 agentx_varbind_string(vb, osvers); in vm_agentx_vmHvVersion() 500 vm_agentx_vmHvObjectID(struct agentx_varbind *vb) 502 agentx_varbind_oid(vb, AGENTX_OID(0, 0)); in vm_agentx_vmHvObjectID() argument 506 vm_agentx_vminfo(struct agentx_varbind *vb) 516 agentx_varbind_error(vb); in vm_agentx_vminfo() 529 agentx_varbind_error(vb); in vm_agentx_vminfo() 480 vm_agentx_vmHvVersion(struct agentx_varbind * vb) vm_agentx_vmHvVersion() argument 508 vm_agentx_vminfo(struct agentx_varbind * vb) vm_agentx_vminfo() argument [all...] |
| /openbsd-src/usr.bin/make/ |
| H A D | buf.c | 146 va_list vb; in Buf_printf() local 148 va_start(vb, fmt); in Buf_printf() 149 (void)vsnprintf(bp->inPtr, bp->endPtr - bp->inPtr, fmt, vb); in Buf_printf() 150 va_end(vb); in Buf_printf()
|
| /openbsd-src/games/hack/ |
| H A D | hack.do_name.c | 262 xmonnam(struct monst *mtmp, int vb) in xmonnam() argument 266 if(mtmp->mnamelth && !vb) { in xmonnam() 293 if(vb && mtmp->mnamelth) { in xmonnam()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-ssa-loop-manip.c | 56 tree vb, va; in create_iv() local 66 vb = make_ssa_name (var, NULL_TREE); in create_iv() 68 *var_before = vb; in create_iv() 107 vb, step)); in create_iv() 118 stmt = create_phi_node (vb, loop->header); in create_iv() 119 SSA_NAME_DEF_STMT (vb) = stmt; in create_iv()
|
| /openbsd-src/libexec/spamd/ |
| H A D | sdl.c | 49 compar_v4(const void *va, const void *vb) in compar_v4() argument 52 const struct sdentry_v4 *b = vb; in compar_v4() 68 compar_v6(const void *va, const void *vb) in compar_v6() argument 71 const struct sdentry_v6 *b = vb; in compar_v6()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| H A D | 900313-1.c | 39 int qb, rb, sb, tb, ub, vb, xb, yb; in foobar() local 62 vb = bar (); in foobar()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| H A D | cvt10.C | 43 virtual void vb() { printf("B::vb\n"); } in vb() function
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 637.key | 19 q3mLlyevJd48+jK0FYkZhSWQcyiBYYE9S4M1mlodl/t3ARqD0Wu9qvzwFENOI+vb
|