Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 25 of 112) sorted by relevance

12345

/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_execbuffer.c371 eb->lut_size = -eb->buffer_count; in eb_create()
950 vma = eb_lookup_vma(eb, eb->exec[i].handle); in eb_lookup_vmas()
956 err = eb_validate_vma(eb, &eb->exec[i], vma); in eb_lookup_vmas()
1604 reloc_cache_reset(&eb->reloc_cache, eb); in eb_relocate_vma()
1627 reloc_cache_reset(&eb->reloc_cache, eb); in eb_relocate_vma_slow()
2371 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()
2383 eb->batches[0] = &eb->vma[eb->buffer_count++]; in eb_parse()
2452 err = eb_request_submit(eb, eb->requests[i], in eb_submit()
3414 reloc_cache_init(&eb.reloc_cache, eb.i915); in i915_gem_do_execbuffer()
3532 signal_fence_array(&eb, eb.composite_fence ? in i915_gem_do_execbuffer()
[all …]
/openbsd/sys/net/
H A Dif_etherbridge.c59 return ((*eb->eb_ops->eb_op_port_eq)(eb->eb_cookie, a, b)); in eb_port_eq()
65 return ((*eb->eb_ops->eb_op_port_take)(eb->eb_cookie, port)); in eb_port_take()
71 return ((*eb->eb_ops->eb_op_port_rele)(eb->eb_cookie, port)); in eb_port_rele()
77 return ((*eb->eb_ops->eb_op_port_ifname)(eb->eb_cookie, dst, len, in eb_port_ifname()
84 (*eb->eb_ops->eb_op_port_sa)(eb->eb_cookie, ss, port); in eb_port_sa()
104 eb->eb_ops = ops; in etherbridge_init()
110 eb->eb_num = 0; in etherbridge_init()
113 timeout_set(&eb->eb_tmo_age, etherbridge_age, eb); in etherbridge_init()
309 if (eb->eb_num < eb->eb_max) in etherbridge_map()
356 eb); in etherbridge_map()
[all …]
H A Dif_tpmr.c663 const struct ether_brport *eb = ether_brport_get_locked(ifp0); in tpmr_p_ioctl() local
667 KASSERTMSG(eb != NULL, in tpmr_p_ioctl()
670 KASSERTMSG(eb->eb_input == tpmr_input, in tpmr_p_ioctl()
672 ifp0->if_xname, __func__, eb->eb_input); in tpmr_p_ioctl()
674 p = eb->eb_port; in tpmr_p_ioctl()
695 const struct ether_brport *eb; in tpmr_p_output() local
704 eb = ether_brport_get(ifp0); in tpmr_p_output()
705 if (eb != NULL && eb->eb_input == tpmr_input) { in tpmr_p_output()
706 struct tpmr_port *p = eb->eb_port; in tpmr_p_output()
H A Dif_ethersubr.c400 const struct ether_brport *eb; in ether_input() local
445 eb = SMR_PTR_GET(&ac->ac_brport); in ether_input()
446 if (eb != NULL) in ether_input()
447 eb->eb_port_take(eb->eb_port); in ether_input()
449 if (eb != NULL) { in ether_input()
450 m = (*eb->eb_input)(ifp, m, dst, eb->eb_port); in ether_input()
451 eb->eb_port_rele(eb->eb_port); in ether_input()
605 ether_brport_set(struct ifnet *ifp, const struct ether_brport *eb) in ether_brport_set() argument
613 SMR_PTR_SET_LOCKED(&ac->ac_brport, eb); in ether_brport_set()
H A Dif_etherbridge.h103 etherbridge_num(const struct etherbridge *eb) in etherbridge_num() argument
105 return (eb->eb_num); in etherbridge_num()
H A Dif_veb.c2083 KASSERTMSG(eb != NULL, in veb_p_ioctl()
2091 p = eb->eb_port; in veb_p_ioctl()
2112 const struct ether_brport *eb; in veb_p_output() local
2121 eb = ether_brport_get(ifp0); in veb_p_output()
2122 if (eb != NULL && eb->eb_input == veb_port_input) { in veb_p_output()
2458 const struct ether_brport *eb; in vport_enqueue() local
2480 eb = SMR_PTR_GET(&ac->ac_brport); in vport_enqueue()
2481 if (eb != NULL) in vport_enqueue()
2482 eb->eb_port_take(eb->eb_port); in vport_enqueue()
2484 if (eb != NULL) { in vport_enqueue()
[all …]
/openbsd/usr.sbin/rpki-client/
H A Djson.c59 if (!eb) in do_comma_indent()
65 if (!eb) in do_comma_indent()
74 if (!eb) in do_name()
100 eb = 0; in json_do_start()
110 if (!eb) in json_do_finish()
136 if (!eb) in json_do_array()
165 if (!eb) in json_do_object()
231 if (!eb) in json_do_string()
264 if (!eb) in json_do_string()
276 if (!eb) in json_do_hexdump()
[all …]
/openbsd/usr.sbin/bgpctl/
H A Djson.c59 if (!eb) in do_comma_indent()
65 if (!eb) in do_comma_indent()
74 if (!eb) in do_name()
100 eb = 0; in json_do_start()
110 if (!eb) in json_do_finish()
136 if (!eb) in json_do_array()
165 if (!eb) in json_do_object()
231 if (!eb) in json_do_string()
264 if (!eb) in json_do_string()
276 if (!eb) in json_do_hexdump()
[all …]
/openbsd/lib/libm/src/ld80/
H A De_hypotl.c53 u_int32_t j,k,ea,eb; in hypotl() local
57 GET_LDOUBLE_EXP(eb,y); in hypotl()
58 eb &= 0x7fff; in hypotl()
59 if(eb > ea) {a=y;b=x;j=ea; ea=eb;eb=j;} else {a=x;b=y;} in hypotl()
61 SET_LDOUBLE_EXP(b,eb); /* b <- |b| */ in hypotl()
77 SET_LDOUBLE_EXP(b,eb); in hypotl()
79 if(eb < 0x20bf) { /* b < 2**-8000 */ in hypotl()
80 if(eb == 0) { /* subnormal b or 0 */ in hypotl()
90 eb += 0x2580; /* b *= 2^9600 */ in hypotl()
93 SET_LDOUBLE_EXP(b,eb); in hypotl()
[all …]
/openbsd/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DSelect.pm217 my $eb = defined $e ? $e->[VEC_BITS] : undef;
219 if(select($rb,$wb,$eb,$t) > 0)
236 if defined $eb && defined $e->[$i] && vec($eb, $j, 1);
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.c205 if(!b->eb) { in comm_base_create()
209 b->eb->base = ub_default_event_base(sigs, &b->eb->secs, &b->eb->now); in comm_base_create()
210 if(!b->eb->base) { in comm_base_create()
211 free(b->eb); in comm_base_create()
229 if(!b->eb) { in comm_base_create_event()
251 free(b->eb); in comm_base_delete()
267 free(b->eb); in comm_base_delete_no_base()
448 b->eb->last_writewait_log = b->eb->secs;
757 b->eb->last_writewait_log = b->eb->secs;
1257 b->eb->last_slow_log = b->eb->secs;
[all …]
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.c205 if(!b->eb) { in comm_base_create()
209 b->eb->base = ub_default_event_base(sigs, &b->eb->secs, &b->eb->now); in comm_base_create()
210 if(!b->eb->base) { in comm_base_create()
211 free(b->eb); in comm_base_create()
229 if(!b->eb) { in comm_base_create_event()
251 free(b->eb); in comm_base_delete()
267 free(b->eb); in comm_base_delete_no_base()
448 b->eb->last_writewait_log = b->eb->secs;
757 b->eb->last_writewait_log = b->eb->secs;
1257 b->eb->last_slow_log = b->eb->secs;
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D900313-1.c38 int ab, bb, cb, db, eb, fb, gb, hb, ib, jb, kb, lb, mb, nb, ob, pb; in foobar() local
45 eb = bar (); in foobar()
103 boofar (eb); in foobar()
153 boofar (eb); in foobar()
/openbsd/usr.sbin/ldpd/
H A Dldpd.c578 ibuf_close(&eb->wbuf, buf); in evbuf_enqueue()
579 evbuf_event_add(eb); in evbuf_enqueue()
585 if (eb->wbuf.queued) in evbuf_event_add()
586 event_add(&eb->ev, NULL); in evbuf_event_add()
593 msgbuf_init(&eb->wbuf); in evbuf_init()
594 eb->wbuf.fd = fd; in evbuf_init()
595 event_set(&eb->ev, eb->wbuf.fd, EV_WRITE, handler, arg); in evbuf_init()
599 evbuf_clear(struct evbuf *eb) in evbuf_clear() argument
601 event_del(&eb->ev); in evbuf_clear()
602 msgbuf_clear(&eb->wbuf); in evbuf_clear()
[all …]
/openbsd/usr.sbin/makefs/
H A Dmakefs.c317 char *eb; in get_tstamp() local
320 when = strtoll(b, &eb, 0); in get_tstamp()
321 if (b == eb || *eb || errno) { in get_tstamp()
/openbsd/gnu/gcc/gcc/config/mips/
H A Dt-sb122 eb el \
43 #MULTILIB_DIRNAMES = eb el soft-float
H A Dt-rtems5 MULTILIB_DIRNAMES = mips1 mips3 mips32 eb el soft-float
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h64 Environment(BindingsTy eb) : ExprBindings(eb) {} in Environment() argument
/openbsd/regress/usr.bin/mandoc/mdoc/Lk/
H A Dlink.out_ascii8 …hhttttpp::////wwwwww..ffrreeeebbssdd..oorrgg// _N_e_t_B_S_D: hhttt…
13 …hhttttpp::////wwwwww..ffrreeeebbssdd..oorrgg// _N_e_t_B_S_D: hhttt…
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c432 Char *b, *eb; local
438 eb = &patbuf[patbuf_len - 1];
440 h < (char*)eb && *p && *p != BG_SLASH; *h++ = (char)*p++)
446 if (h == (char *)eb)
491 for (b = patbuf; b < eb && *h; *b++ = *h++)
495 while (b < eb && (*b++ = *p++) != BG_EOS)
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dt-rtems4 MULTILIB_DIRNAMES = mips1 mips3 soft-float single el eb
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3443.crt20 t103Zf1Wp5WtV7CdWgmTsNaL7Gj1KxEVLmYYir6fkGD0C/eb/sea+fw+v58TX0Mw
/openbsd/lib/libc/gen/
H A Dglob.c356 Char *b, *eb; in globtilde() local
362 eb = &patbuf[patbuf_len - 1]; in globtilde()
364 h < (char *)eb && *p && *p != SLASH; *h++ = *p++) in globtilde()
370 if (h == (char *)eb) in globtilde()
400 for (b = patbuf; b < eb && *h; *b++ = *h++) in globtilde()
404 while (b < eb && (*b++ = *p++) != EOS) in globtilde()
/openbsd/usr.sbin/unbound/libunbound/
H A Dlibworker.h121 struct ub_event_base* eb);
/openbsd/sbin/unwind/libunbound/libunbound/
H A Dlibworker.h121 struct ub_event_base* eb);

12345