Searched refs:action2 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_log.c | 105 char action2[92], proto[128], fragment[32], mark_str[24]; in ipfw_log() local 154 snprintf(SNPARGS(action2, 0), "Altq %d", in ipfw_log() 161 action = action2; in ipfw_log() 175 snprintf(SNPARGS(action2, 0), "Unreach %d", in ipfw_log() 185 snprintf(SNPARGS(action2, 0), "Unreach %d", in ipfw_log() 196 snprintf(SNPARGS(action2, 0), "Divert %d", in ipfw_log() 200 snprintf(SNPARGS(action2, 0), "Tee %d", in ipfw_log() 204 snprintf(SNPARGS(action2, 0), "SetDscp %d", in ipfw_log() 208 snprintf(SNPARGS(action2, 0), "SetFib %d", in ipfw_log() 212 snprintf(SNPARGS(action2, 0), "SkipTo %d", in ipfw_log() [all …]
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 994 mousestatus_t action2; /* mapped action */ in moused() local 1027 bzero(&action2, sizeof(action2)); in moused() 1153 r_map(&action, &action2); in moused() 1155 action2.button, action2.dx, action2.dy, action2.dz); in moused() 1164 if (action2.dy || action2 in moused() [all...] |
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_fs_core.c | 1607 u32 action2 = act2->action; in check_conflicting_actions() local 1610 xored_actions = action1 ^ action2; in check_conflicting_actions() 1614 action2 == MLX5_FLOW_CONTEXT_ACTION_COUNT) in check_conflicting_actions()
|
H A D | mlx5_fs_tree.c |
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 3131 .WillOnce(action2); 3135 execute `action1` in thread 1 and `action2` in thread 2. 3139 that the execution of `action1` and `action2` in the above example *may* 3141 `action1` and `action2` to make the test thread-safe.
|