Home
last modified time | relevance | path

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

/freebsd/usr.sbin/moused/
H A Dmoused.c535 static void r_map(mousestatus_t *act1, mousestatus_t *act2);
2440 r_map(mousestatus_t *act1, mousestatus_t *act2)
2446 pbuttons = act1->button; in r_map()
2452 act1->dz = act1->dy; in r_map()
2453 act1->dx = 0; in r_map()
2454 act1->dy = 0; in r_map()
2456 act2->dx = act1->dx; in r_map()
2457 act2->dy = act1->dy; in r_map()
2458 act2->dz = act1 in r_map()
2441 r_map(mousestatus_t * act1,mousestatus_t * act2) r_map() argument
[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