Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/moused/
H A Dmoused.c515 static void r_map(mousestatus_t *act1, mousestatus_t *act2,
2627 r_map(mousestatus_t *act1, mousestatus_t *act2, struct btstate *bt) in r_map() argument
2633 pbuttons = act1->button; in r_map()
2639 act1->dz = act1->dy; in r_map()
2640 act1->dx = 0; in r_map()
2641 act1->dy = 0; in r_map()
2643 act2->dx = act1->dx; in r_map()
2644 act2->dy = act1->dy; in r_map()
2645 act2->dz = act1->dz; in r_map()
2651 if (act1->dz != 0) { in r_map()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_core.c1603 static bool check_conflicting_actions(const struct mlx5_flow_act *act1, in check_conflicting_actions() argument
1606 u32 action1 = act1->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