Searched refs:action2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_log.c | 154 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-14.2/usr.sbin/moused/ |
| H A D | moused.c | 1028 bzero(&action2, sizeof(action2)); in moused() 1156 action2.button, action2.dx, action2.dy, action2.dz); in moused() 1165 if (action2.dy || action2.dx) { in moused() 1190 action2.dz = -1; in moused() 1195 action2.dz = 1; in moused() 1214 action2.dx = action2.dy = 0; in moused() 1266 expoacc(action2.dx, action2.dy, in moused() 1270 linacc(action2.dx, action2.dy, in moused() 1282 expoacc(action2.dx, action2.dy, in moused() 1286 linacc(action2.dx, action2.dy, in moused() [all …]
|
| /freebsd-14.2/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_fs_tree.c | 1776 u32 action2 = act2->actions; in check_conflicting_actions() local 1779 xored_actions = action1 ^ action2; in check_conflicting_actions()
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 3125 .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.
|