Home
last modified time | relevance | path

Searched refs:bnd (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/usr.sbin/relayd/
H A Drelayd.c467 struct ctl_bindany bnd; in parent_dispatch_relay() local
472 IMSG_SIZE_CHECK(imsg, &bnd); in parent_dispatch_relay()
473 bcopy(imsg->data, &bnd, sizeof(bnd)); in parent_dispatch_relay()
474 if (bnd.bnd_proc > env->sc_conf.prefork_relay) in parent_dispatch_relay()
476 switch (bnd.bnd_proto) { in parent_dispatch_relay()
485 s = bindany(&bnd); in parent_dispatch_relay()
486 proc_compose_imsg(ps, PROC_RELAY, bnd.bnd_proc, in parent_dispatch_relay()
487 IMSG_BINDANY, -1, s, &bnd.bnd_id, sizeof(bnd in parent_dispatch_relay()
1626 bindany(struct ctl_bindany * bnd) bindany() argument
[all...]
H A Drelay.c1472 struct ctl_bindany bnd; in relay_bindanyreq() local
1475 bzero(&bnd, sizeof(bnd)); in relay_bindanyreq()
1476 bnd.bnd_id = con->se_id; in relay_bindanyreq()
1477 bnd.bnd_proc = ps->ps_instance; in relay_bindanyreq()
1478 bnd.bnd_port = port; in relay_bindanyreq()
1479 bnd.bnd_proto = proto; in relay_bindanyreq()
1480 bcopy(&con->se_in.ss, &bnd.bnd_ss, sizeof(bnd.bnd_ss)); in relay_bindanyreq()
1482 &bnd, sizeo in relay_bindanyreq()
[all...]
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-niter.c1559 double_int bnd, max, mmax, cst; in derive_constant_upper_bound() local
1591 bnd = derive_constant_upper_bound (op0, additional); in derive_constant_upper_bound()
1595 if (double_int_ucmp (max, bnd) < 0) in derive_constant_upper_bound()
1598 return bnd; in derive_constant_upper_bound()
1617 bnd = derive_constant_upper_bound (op0, additional); in derive_constant_upper_bound()
1630 if (double_int_ucmp (bnd, mmax) > 0) in derive_constant_upper_bound()
1633 return double_int_add (bnd, cst); in derive_constant_upper_bound()
1650 if (double_int_ucmp (bnd, cst) < 0) in derive_constant_upper_bound()
1658 bnd = double_int_add (bnd, double_int_neg (cst)); in derive_constant_upper_bound()
1661 return bnd; in derive_constant_upper_bound()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h271 DEFINE_BNDR(bnd, 0),
272 DEFINE_BNDR(bnd, 1),
273 DEFINE_BNDR(bnd, 2),
274 DEFINE_BNDR(bnd, 3),
H A DRegisterInfos_x86_64.h303 DEFINE_BNDR(bnd, 0),
304 DEFINE_BNDR(bnd, 1),
305 DEFINE_BNDR(bnd, 2),
306 DEFINE_BNDR(bnd, 3),
/openbsd-src/sys/arch/i386/i386/
H A Dmachdep.c3006 IDTVEC(bnd), IDTVEC(ill), IDTVEC(dna), IDTVEC(dble), IDTVEC(fpusegm),
3107 setgate(&idt[ 5], &IDTVEC(bnd), 0, SDT_SYS386IGT, SEL_KPL, GCODE_SEL); in init386()
H A Dlocore.s1013 IDTVEC(bnd)