Home
last modified time | relevance | path

Searched refs:act2 (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)
2449 act2->obutton = act2->button; in r_map()
2456 act2->dx = act1->dx; in r_map()
2457 act2->dy = act1->dy; in r_map()
2458 act2->dz = act1->dz; in r_map()
2465 act2->dx = act1->dz; in r_map()
2466 act2->dz = 0; in r_map()
2471 act2 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.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