Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c516 static void r_map(mousestatus_t *act1, mousestatus_t *act2,
2681 r_map(mousestatus_t *act1, mousestatus_t *act2, struct btstate *bt) in r_map() argument
2690 act2->obutton = act2->button; in r_map()
2697 act2->dx = act1->dx; in r_map()
2698 act2->dy = act1->dy; in r_map()
2699 act2->dz = act1->dz; in r_map()
2706 act2->dx = act1->dz; in r_map()
2707 act2->dz = 0; in r_map()
2712 act2->dy = act1->dz; in r_map()
2713 act2->dz = 0; in r_map()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1604 const struct mlx5_flow_act *act2) in check_conflicting_actions() argument
1607 u32 action2 = act2->action; in check_conflicting_actions()
1628 act1->pkt_reformat != act2->pkt_reformat) in check_conflicting_actions()
1632 act1->modify_hdr != act2->modify_hdr) in check_conflicting_actions()
1636 check_conflicting_actions_vlan(&act1->vlan[0], &act2->vlan[0])) in check_conflicting_actions()
1640 check_conflicting_actions_vlan(&act1->vlan[1], &act2->vlan[1])) in check_conflicting_actions()
H A Dmlx5_fs_tree.c