Home
last modified time | relevance | path

Searched refs:oflow (Results 1 – 3 of 3) sorted by relevance

/openbsd/regress/sys/kern/signal/sigfpe/
H A DMakefile8 REGRESS_TARGETS= divzero oflow
13 oflow: ${PROG} target
/openbsd/sys/dev/ic/
H A Dvga.c1262 unsigned int hend, oflow, vend; in vga_pick_monitor_type() local
1266 oflow = vga_6845_read(vh, overfll); in vga_pick_monitor_type()
1268 if (oflow & 0x02) in vga_pick_monitor_type()
1270 if (oflow & 0x40) in vga_pick_monitor_type()
/openbsd/sbin/iked/
H A Dikev2.c6485 struct iked_flow *flow, *oflow; in ikev2_childsa_enable() local
6599 if ((oflow = RB_FIND(iked_flows, &env->sc_activeflows, flow)) in ikev2_childsa_enable()
6602 __func__, oflow, flow); in ikev2_childsa_enable()
6603 oflow->flow_loaded = 0; in ikev2_childsa_enable()
6604 RB_REMOVE(iked_flows, &env->sc_activeflows, oflow); in ikev2_childsa_enable()
7452 struct iked_flow *flow, *oflow; in ikev2_update_sa_addresses() local
7486 if ((oflow = RB_FIND(iked_flows, &env->sc_activeflows, flow)) in ikev2_update_sa_addresses()
7489 __func__, oflow, flow); in ikev2_update_sa_addresses()
7490 oflow->flow_loaded = 0; in ikev2_update_sa_addresses()
7491 RB_REMOVE(iked_flows, &env->sc_activeflows, oflow); in ikev2_update_sa_addresses()