Searched refs:ov (Results 1 - 25 of 31) sorted by relevance

12

/openbsd-current/usr.sbin/bgpctl/
H A Dometric.c165 struct ovalue *ov; local
169 while ((ov = STAILQ_FIRST(&om->vals)) != NULL) {
171 olabels_free(ov->labels);
172 free(ov);
314 ometric_output_value(FILE *out, const struct ovalue *ov) argument
316 switch (ov->valtype) {
318 return fprintf(out, "%llu", ov->value.i);
320 return fprintf(out, "%g", ov->value.f);
323 (long long)ov->value.ts.tv_sec, ov
354 struct ovalue *ov; local
389 struct ovalue *ov; local
419 struct ovalue *ov; local
441 struct ovalue *ov; local
[all...]
/openbsd-current/usr.sbin/rpki-client/
H A Dometric.c165 struct ovalue *ov; local
169 while ((ov = STAILQ_FIRST(&om->vals)) != NULL) {
171 olabels_free(ov->labels);
172 free(ov);
316 ometric_output_value(FILE *out, const struct ovalue *ov) argument
318 switch (ov->valtype) {
320 return fprintf(out, "%llu", ov->value.i);
322 return fprintf(out, "%g", ov->value.f);
325 (long long)ov->value.ts.tv_sec, ov
356 struct ovalue *ov; local
391 struct ovalue *ov; local
421 struct ovalue *ov; local
443 struct ovalue *ov; local
[all...]
/openbsd-current/regress/sys/net/rtable/
H A Dsrp_compat.h29 void *ov; local
31 ov = srp->ref;
34 return (ov);
38 void *ov; \
40 ov = srp_swap_locked(_s, _v); \
42 if (ov != NULL) \
43 ((_gc)->srp_gc_dtor)((_gc)->srp_gc_cookie, ov); \
/openbsd-current/games/backgammon/common_source/
H A Dfancy.c227 int ov, nc; local
232 ov = abs(old);
235 o = (ov - 1) / 5;
244 if (ov > nv)
245 fixcol(r + inc * (nv - n * 5), nc, abs(ov - nv), ' ', inc);
247 fixcol(r + inc * (ov - o * 5), nc, abs(ov - nv), col, inc);
254 if (ov != 5)
255 fixcol(r+inc*ov, c+1, abs(ov
[all...]
/openbsd-current/sys/arch/m88k/include/
H A Datomic.h86 unsigned int ov; local
90 ov = *p;
91 if (ov == o)
95 return ov;
102 unsigned int ov; local
106 ov = *p;
110 return ov;
/openbsd-current/sys/dev/acpi/
H A Damd_iommu.h220 uint64_t ov = _get64(&dte->dw4); local
221 _put64(&dte->dw4, (ov & ~DTE_IRTP_MASK) | (paddr & DTE_IRTP_MASK));
249 uint64_t ov; local
251 ov = _get64(&dte->dw0) & ~DTE_HPTRP_MASK;
252 ov |= (paddr & DTE_HPTRP_MASK) | PTE_IW | PTE_IR;
254 _put64(&dte->dw0, ov);
H A Dacpidmar.h233 static inline void iommu_rmw32(void *ov, uint32_t mask, uint32_t shift, uint32_t nv) argument
235 *(uint32_t *)ov &= ~(mask << shift);
236 *(uint32_t *)ov |= (nv & mask) << shift;
238 static inline void iommu_rmw64(void *ov, uint32_t mask, uint32_t shift, uint64_t nv) argument
240 *(uint64_t *)ov &= ~(mask << shift);
241 *(uint64_t *)ov |= (nv & mask) << shift;
H A Dacpidmar.c2283 uint64_t ov; local
2323 ov = iommu_read_8(iommu, IOMMUCTL_REG);
2324 iommu_write_8(iommu, IOMMUCTL_REG, ov & ~(CTL_IOMMUEN | CTL_COHERENT |
2352 ov |= (CTL_IOMMUEN | CTL_EVENTLOGEN | CTL_CMDBUFEN | CTL_EVENTINTEN);
2354 ov |= CTL_COHERENT;
2356 ov |= CTL_HTTUNEN;
2358 ov |= CTL_RESPASSPW;
2360 ov |= CTL_PASSPW;
2362 ov |= CTL_ISOC;
2363 ov
[all...]
/openbsd-current/gnu/llvm/lld/ELF/
H A DSymbols.cpp388 uint8_t v = visibility(), ov = other.visibility(); local
389 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov));
395 uint8_t v = visibility(), ov = other.visibility(); local
396 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov));
577 uint8_t v = visibility(), ov = other.visibility(); local
578 setVisibility(v == STV_DEFAULT ? ov : std::min(v, ov));
615 uint8_t v = visibility(), ov local
[all...]
/openbsd-current/usr.bin/tmux/
H A Doptions.c124 options_value_free(struct options_entry *o, union options_value *ov) argument
127 free(ov->string);
128 if (OPTIONS_IS_COMMAND(o) && ov->cmdlist != NULL)
129 cmd_list_free(ov->cmdlist);
133 options_value_to_string(struct options_entry *o, union options_value *ov, argument
139 return (cmd_list_print(ov->cmdlist, 0));
143 xasprintf(&s, "%lld", ov->number);
146 s = xstrdup(key_string_lookup_key(ov->number, 0));
149 s = xstrdup(colour_tostring(ov->number));
153 xasprintf(&s, "%lld", ov
261 union options_value *ov; local
[all...]
H A Denviron.c188 union options_value *ov; local
196 ov = options_array_item_value(a);
199 if (fnmatch(ov->string, envent->name, 0) == 0) {
205 environ_clear(dst, ov->string);
H A Dtty-term.c439 union options_value *ov; local
448 ov = options_array_item_value(a);
449 s = ov->string;
529 union options_value *ov; local
582 ov = options_array_item_value(a);
583 s = ov->string;
H A Dcmd.c422 union options_value *ov; local
433 ov = options_array_item_value(a);
435 equals = strchr(ov->string, '=');
437 n = equals - ov->string;
438 if (n == wanted && strncmp(name, ov->string, n) == 0)
H A Dtty-keys.c495 union options_value *ov; local
534 ov = options_array_item_value(a);
535 tty_keys_add(tty, ov->string, KEYC_USER + i);
H A Dstatus.c379 union options_value *ov; local
431 ov = options_array_get(o, i);
432 if (ov == NULL) {
439 expanded = format_expand_time(ft, ov->string);
/openbsd-current/sys/kern/
H A Dkern_srp.c52 void *ov; local
60 ov = srp->ref;
63 return (ov);
/openbsd-current/sys/dev/pv/
H A Dxenstore.c724 struct iovec ov[10]; /* output vector */ local
735 ov[0].iov_base = "";
736 ov[0].iov_len = 1;
752 ov[ov_cnt].iov_base = (void *)path;
753 ov[ov_cnt++].iov_len = strlen(path) + 1; /* +NUL */
757 for (i = 0; i < *iov_cnt && ov_cnt < nitems(ov);
759 ov[ov_cnt].iov_base = (*iov)[i].iov_base;
760 ov[ov_cnt].iov_len = (*iov)[i].iov_len;
776 xsm->xsm_hdr.xmh_len += ov[i].iov_len;
786 if (xs_start(xst, xsm, ov, ov_cn
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Deval.t574 my $ov = bless [];
575 eval $ov;
/openbsd-current/usr.sbin/nsd/
H A Doptions.c1231 copy_changed_verifier(struct nsd_options* opt, char ***ov, char **nv) argument
1234 assert(ov != NULL);
1239 verifier_delete(opt->region, *ov);
1240 *ov = NULL;
1243 if(*ov != NULL) {
1244 for(; (*ov)[ovc] != NULL; ovc++) {
1245 if(ovc < nvc && strcmp((*ov)[ovc], nv[ovc]) != 0)
1250 verifier_delete(opt->region, *ov);
1251 *ov = NULL;
1253 *ov
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.t3095 my $ov = bless [];
3096 $ov .= $undef;
3104 my $ov = bless [];
3105 my $b = $ov . "b";
3106 ::is(ref \$ov, "SCALAR", "RT #132827");
3182 [ 1, '$pkg = "$ov"' ],
3183 [ 1, '$lex = "$ov"' ],
3184 [ 1, 'my $a = "$ov"' ],
3185 [ 1, '$pkg .= "$ov"' ],
3186 [ 1, '$lex .= "$ov"' ],
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.h1266 OpaqueValueMappingData(const OpaqueValueExpr *ov, argument
1268 : OpaqueValue(ov), BoundLValue(boundLValue) {}
1284 const OpaqueValueExpr *ov,
1286 if (shouldBindAsLValue(ov))
1287 return bind(CGF, ov, CGF.EmitLValue(e));
1288 return bind(CGF, ov, CGF.EmitAnyExpr(e));
1292 const OpaqueValueExpr *ov,
1294 assert(shouldBindAsLValue(ov));
1295 CGF.OpaqueLValues.insert(std::make_pair(ov, lv));
1296 return OpaqueValueMappingData(ov, tru
1283 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const Expr *e) argument
1291 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const LValue &lv) argument
1299 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const RValue &rv) argument
[all...]
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-runtime.c688 char *ov = 0; local
704 ov = getenv ("MUDFLAP_OPTIONS");
705 if (ov)
707 int rc = __mfu_set_options (ov);
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dieee.c2478 bfd_signed_vma ov;
2487 ov = bfd_get_signed_32 (abfd,
2492 ov = bfd_get_signed_16 (abfd,
2497 ov = bfd_get_signed_8 (abfd,
2502 ov = 0;
2507 ov &= r->howto->src_mask;
2511 ov += r->address;
2521 if (! ieee_write_expression (abfd, r->addend + ov,
2529 if (! ieee_write_expression (abfd, r->addend + ov,
2475 bfd_signed_vma ov; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dieee.c2304 bfd_signed_vma ov;
2308 ov = bfd_get_signed_32 (abfd,
2313 ov = bfd_get_signed_16 (abfd,
2318 ov = bfd_get_signed_8 (abfd,
2323 ov = 0;
2328 ov &= r->howto->src_mask;
2332 ov += r->address;
2340 if (! ieee_write_expression (abfd, r->addend + ov,
2348 if (! ieee_write_expression (abfd, r->addend + ov,
2301 bfd_signed_vma ov; local
/openbsd-current/sys/arch/sh/sh/
H A Dvectors.S277 ov.l r2, @(TF_EXPEVT, r14) /* tf->tf_expevt = EXPEVT */

Completed in 530 milliseconds

12