Searched refs:acts (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_sugar.c446 dt_node_t *acts, *pdesc; local
450 acts = dt_node_statement(dt_node_op2(DT_TOK_ASGN,
453 return (dt_node_clause(pdesc, NULL, acts));
H A Ddt_parser.c2146 dt_node_if(dt_node_t *pred, dt_node_t *acts, dt_node_t *else_acts) argument
2150 dnp->dn_body = acts;
2217 dt_node_clause(dt_node_t *pdescs, dt_node_t *pred, dt_node_t *acts) argument
2223 dnp->dn_acts = acts;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp298 posix_spawn_file_actions_t acts;
299 res = posix_spawn_file_actions_init(&acts);
303 posix_spawn_file_actions_destroy(&acts);
306 res = posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDIN_FILENO) ||
307 posix_spawn_file_actions_adddup2(&acts, secondary_fd, STDOUT_FILENO) ||
308 posix_spawn_file_actions_addclose(&acts, secondary_fd);
328 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted);
/freebsd-current/usr.sbin/watchdogd/
H A Dwatchdogd.c546 timeout_act_str2int(const char *lopt, const char *acts) argument
553 tofree = dupacts = strdup(acts);
/freebsd-current/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1734 * @acts: table of interrupt actions
1746 const struct intr_info *acts,
1752 for ( ; acts->mask; ++acts) {
1753 if (!(status & acts->mask)) continue;
1754 if (acts->fatal) {
1757 acts->msg, status & acts->mask);
1758 status &= ~acts->mask;
1759 } else if (acts
1744 t3_handle_intr_status(adapter_t *adapter, unsigned int reg, unsigned int mask, const struct intr_info *acts, unsigned long *stats) argument
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_flow.c897 * @acts: array of default actions
907 struct ice_flow_action *acts, u8 acts_cnt,
914 if (!prof || (acts_cnt && !acts))
1093 * @acts: array of default actions
1100 struct ice_flow_action *acts, u8 acts_cnt,
1121 acts, acts_cnt, prof);
904 ice_flow_add_prof_sync(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_action *acts, u8 acts_cnt, struct ice_flow_prof **prof) argument
1098 ice_flow_add_prof(struct ice_hw *hw, enum ice_block blk, enum ice_flow_dir dir, u64 prof_id, struct ice_flow_seg_info *segs, u8 segs_cnt, struct ice_flow_action *acts, u8 acts_cnt, struct ice_flow_prof **prof) argument

Completed in 121 milliseconds