Home
last modified time | relevance | path

Searched refs:action2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_log.c154 snprintf(SNPARGS(action2, 0), "Altq %d", in ipfw_log()
161 action = action2; in ipfw_log()
196 snprintf(SNPARGS(action2, 0), "Divert %d", in ipfw_log()
200 snprintf(SNPARGS(action2, 0), "Tee %d", in ipfw_log()
208 snprintf(SNPARGS(action2, 0), "SetFib %d", in ipfw_log()
216 snprintf(SNPARGS(action2, 0), "Pipe %d", in ipfw_log()
220 snprintf(SNPARGS(action2, 0), "Queue %d", in ipfw_log()
237 snprintf(SNPARGS(action2, len), ":%d", in ipfw_log()
251 snprintf(SNPARGS(action2, len), ":%u", in ipfw_log()
261 snprintf(SNPARGS(action2, 0), "Ngtee %d", in ipfw_log()
[all …]
/freebsd/usr.sbin/moused/
H A Dmoused.c1027 bzero(&action2, sizeof(action2)); in moused()
1155 action2.button, action2.dx, action2.dy, action2.dz); in moused()
1164 if (action2.dy || action2.dx) { in moused()
1189 action2.dz = -1; in moused()
1194 action2.dz = 1; in moused()
1213 action2.dx = action2.dy = 0; in moused()
1265 expoacc(action2.dx, action2.dy, in moused()
1269 linacc(action2.dx, action2.dy, in moused()
1281 expoacc(action2.dx, action2.dy, in moused()
1285 linacc(action2.dx, action2.dy, in moused()
[all …]
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_tree.c1776 u32 action2 = act2->actions; in check_conflicting_actions() local
1779 xored_actions = action1 ^ action2; in check_conflicting_actions()
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md3125 .WillOnce(action2);
3129 execute `action1` in thread 1 and `action2` in thread 2.
3133 that the execution of `action1` and `action2` in the above example *may*
3135 `action1` and `action2` to make the test thread-safe.