Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 990) sorted by relevance

12345678910>>...40

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbtfw.conf16 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
26 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
36 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
46 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
54 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
62 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
72 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
80 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
88 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
96 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware";
[all …]
/freebsd/usr.sbin/pwm/
H A Dpwm.c78 int action, ch; in main() local
84 action = 0; in main()
92 if (action & (PWM_DISABLE | PWM_SHOW_CONFIG)) in main()
94 action |= PWM_ENABLE; in main()
97 if (action & (PWM_ENABLE | PWM_SHOW_CONFIG)) in main()
99 action |= PWM_DISABLE; in main()
102 if (action) in main()
104 action = PWM_SHOW_CONFIG; in main()
107 if (action & PWM_SHOW_CONFIG) in main()
109 action |= PWM_INVERTED; in main()
[all …]
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py76 "-s", action="store_true", help="print an error if the document is not [s]tandalone"
79 "-n", action="store_true", help="enable [n]amespace processing"
83 action="store_true",
88 action="store_true",
97 action="store",
102 "-w", action="store_true", help="enable support for [W]indows code pages"
106 action="store_true",
116 action="store_true",
122 "-d", action="store", metavar="DIRECTORY", help="output [d]estination directory"
126 "-c", action
[all...]
/freebsd/sbin/devd/
H A Dzfs.conf7action "logger -p local7.warn -t ZFS checksum mismatch, zpool=$pool path=$vdev_path offset=$zio_of…
13action "logger -p local7.warn -t ZFS vdev I/O failure, zpool=$pool path=$vdev_path offset=$zio_off…
19 action "logger -p local7.warn -t ZFS pool I/O failure, zpool=$pool error=$zio_err";
25 action "logger -p local7.err -t ZFS failed to load zpool $pool";
31 action "logger -p local7.err -t ZFS vdev problem, zpool=$pool path=$vdev_path type=$type";
37 action "logger -p local7.alert -t ZFS catastrophic pool I/O failure, zpool=$pool";
43 action "logger -p local7.err -t ZFS vdev probe failure, zpool=$pool path=$vdev_path";
49 action "logger -p local7.err -t ZFS pool log replay failure, zpool=$pool";
55 action "logger -p local7.warn -t ZFS failed to write zpool.cache, zpool=$pool";
62 action "logger -p local7.notice -t ZFS vdev is removed, pool_guid=$pool_guid vdev_guid=$vdev_guid";
[all …]
H A Duath.conf12 action "/usr/sbin/uathload -d /dev/$cdev";
23 action "/usr/sbin/uathload -d /dev/$cdev";
34 action "/usr/sbin/uathload -d /dev/$cdev";
45 action "/usr/sbin/uathload -d /dev/$cdev";
56 action "/usr/sbin/uathload -d /dev/$cdev";
67 action "/usr/sbin/uathload -d /dev/$cdev";
78 action "/usr/sbin/uathload -d /dev/$cdev";
89 action "/usr/sbin/uathload -d /dev/$cdev";
100 action "/usr/sbin/uathload -d /dev/$cdev";
111 action "/usr/sbin/uathload -d /dev/$cdev";
[all …]
H A Ddevd.conf43 action "/etc/pccard_ether $subsystem start";
52 action "/etc/pccard_ether $device-name startchildren";
56 action "/etc/pccard_ether $device-name stopchildren";
65 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
85 action "logger -p kern.emerg WARNING: system temperature too high, shutting down soon!";
93 action "/etc/rc.suspend acpi $notify";
98 action "/etc/rc.resume acpi $notify";
128 action "/etc/acpi_ac $notify";
136 action "service postgresql restart";
148 action "logger $comm $core";
[all …]
H A Dapple.conf8 action "shutdown -p now";
17 action "shutdown -p now";
27 action "sysctl dev.backlight.0.level=\
36 action "sysctl dev.backlight.0.level=\
46 action "mixer vol.mute=^";
54 action "mixer vol.volume=-10%";
62 action "mixer vol.volume=+10%";
70 action "camcontrol eject cd0";
78 action "service power_profile $notify";
H A Dasus.conf9 action "mixer vol.volume=0";
16 action "mixer vol.volume=-10%";
23 action "mixer vol.volume=+10%";
31 action "mixer vol.volume=0";
38 action "mixer vol.volume=-10%";
45 action "mixer vol.volume=+10%";
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp48 FileAction action; in SetOptionValue()
49 if (action.Open(STDIN_FILENO, FileSpec(option_arg), true, false)) in SetOptionValue()
50 launch_info.AppendFileAction(action); in SetOptionValue()
56 FileAction action; in SetOptionValue()
57 if (action.Open(STDOUT_FILENO, FileSpec(option_arg), false, true)) in SetOptionValue()
58 launch_info.AppendFileAction(action); in SetOptionValue()
64 FileAction action; in SetOptionValue()
65 if (action.Open(STDERR_FILENO, FileSpec(option_arg), false, true)) in SetOptionValue()
66 launch_info.AppendFileAction(action); in SetOptionValue()
76 FileAction action; in SetOptionValue()
44 FileAction action; SetOptionValue() local
52 FileAction action; SetOptionValue() local
60 FileAction action; SetOptionValue() local
72 FileAction action; SetOptionValue() local
[all...]
/freebsd/lib/libc/stdlib/
H A Dtwalk.c26 trecurse(const posix_tnode *root, cmp_fn_t action, int level) in trecurse() argument
30 (*action)(root, leaf, level); in trecurse()
32 (*action)(root, preorder, level); in trecurse()
34 trecurse(root->llink, action, level + 1); in trecurse()
35 (*action)(root, postorder, level); in trecurse()
37 trecurse(root->rlink, action, level + 1); in trecurse()
38 (*action)(root, endorder, level); in trecurse()
44 twalk(const posix_tnode *vroot, cmp_fn_t action) in twalk() argument
46 if (vroot != NULL && action != NULL) in twalk()
47 trecurse(vroot, action, 0); in twalk()
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh85 typeset action
89 typeset action=$1; shift
91 log_note "try_import action=$action poolish=$poolish opts='$1'"
93 $action $ZPOOL import -d $DEVICE_DIR $poolish
95 $action $ZPOOL import -d $DEVICE_DIR $1 $poolish
97 [ "$action" = "log_mustnot" ] && return
120 action=log_mustnot
123 action=log_must
126 action=log_must
131 try_import $action $TESTPOOL1 "$opts"
[all …]
H A Dzpool_import_missing_001_pos.ksh83 typeset action=$1
88 $action $ZPOOL import -d $DEVICE_DIR ${import_opts} $target
89 [[ $action == "log_mustnot" ]] && return
140 action=log_must
143 action=log_mustnot
146 action=log_mustnot
148 '') action=log_mustnot
153 perform_inner_test $action "${opts}" $TESTPOOL1
156 perform_inner_test $action "${opts}" $guid
/freebsd/contrib/byacc/
H A Dmkpar.c16 static action *add_reduce(action *actions, int ruleno, int symbol);
17 static action *add_reductions(int stateno, action *actions);
18 static action *get_shifts(int stateno);
19 static action *parse_actions(int stateno);
23 static void free_action_row(action *p);
28 action **parser;
51 parser = NEW2(nstates, action *); in make_parser()
63 static action *
66 action *actions; in parse_actions()
73 static action *
[all …]
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac.c28 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_common() argument
41 cmd->action = cpu_to_le32(action); in iwl_mvm_mld_mac_ctxt_cmd_common()
110 le32_to_cpu(cmd->action), ret); in iwl_mvm_mld_mac_ctxt_send_cmd()
116 u32 action, bool force_assoc_off) in iwl_mvm_mld_mac_ctxt_cmd_sta() argument
124 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action); in iwl_mvm_mld_mac_ctxt_cmd_sta()
181 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_listener() argument
187 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action); in iwl_mvm_mld_mac_ctxt_cmd_listener()
200 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_ibss() argument
206 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action); in iwl_mvm_mld_mac_ctxt_cmd_ibss()
217 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_p2p_device() argument
[all …]
/freebsd/contrib/unbound/respip/
H A Drespip.c9 * to see if any IP address record should trigger a special action.
117 node->action = respip_none; in respip_sockaddr_find_or_create()
183 /** set action for the node specified by the netblock string */ in respip_action_cfg()
189 enum respip_action action; in respip_action_cfg()
194 if(node->action != respip_none) { in respip_action_cfg()
195 verbose(VERB_QUERY, "duplicate response-ip action for '%s', overridden.", in respip_action_cfg()
199 action = respip_deny; in respip_action_cfg()
201 action = respip_redirect; in respip_action_cfg()
203 action = respip_inform; in respip_action_cfg()
205 action in respip_action_cfg()
185 enum respip_action action; respip_action_cfg() local
664 respip_data_answer(enum respip_action action,struct ub_packed_rrset_key * data,uint16_t qtype,const struct reply_info * rep,size_t rrset_id,struct reply_info ** new_repp,int tag,struct config_strlist ** tag_datas,size_t tag_datas_size,char * const * tagname,int num_tags,struct ub_packed_rrset_key ** redirect_rrsetp,struct regional * region) respip_data_answer() argument
753 respip_nodata_answer(uint16_t qtype,enum respip_action action,const struct reply_info * rep,size_t rrset_id,struct reply_info ** new_repp,struct regional * region) respip_nodata_answer() argument
798 populate_action_info(struct respip_action_info * actinfo,enum respip_action action,const struct resp_addr * raddr,const struct ub_packed_rrset_key * ATTR_UNUSED (rrset),int ATTR_UNUSED (tag),const struct respip_set * ATTR_UNUSED (ipset),int ATTR_UNUSED (action_only),struct regional * region,int rpz_used,int rpz_log,char * log_name,int rpz_cname_override) populate_action_info() argument
834 respip_use_rpz(struct resp_addr * raddr,struct rpz * r,enum respip_action * action,struct ub_packed_rrset_key ** data,int * rpz_log,char ** log_name,int * rpz_cname_override,struct regional * region,int * is_rpz,int * rpz_passthru) respip_use_rpz() argument
881 enum respip_action action = respip_none; respip_rewrite_reply() local
[all...]
/freebsd/bin/sh/
H A Dtrap.c151 char *action; in trapcmd() local
181 action = NULL; in trapcmd()
186 action = *argv; in trapcmd()
197 if (action) in trapcmd()
198 action = savestr(action); in trapcmd()
201 trap[signo] = action; in trapcmd()
253 int action; in setsignal() local
259 action = S_DFL; in setsignal()
261 action = S_CATCH; in setsignal()
263 action = S_IGN; in setsignal()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dwnm_ap.c169 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_wnmsleep_resp()
170 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP; in ieee802_11_send_wnmsleep_resp()
171 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token; in ieee802_11_send_wnmsleep_resp()
172 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable; in ieee802_11_send_wnmsleep_resp()
177 mgmt->u.action.u.wnm_sleep_resp.keydata_len = 0; in ieee802_11_send_wnmsleep_resp()
203 &mgmt->u.action.u.wnm_sleep_resp.keydata_len, in ieee802_11_send_wnmsleep_resp()
219 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_resp) + gtk_elem_len + in ieee802_11_send_wnmsleep_resp()
226 mgmt->da, &mgmt->u.action.category, len); in ieee802_11_send_wnmsleep_resp()
405 mgmt->u.action.category = WLAN_ACTION_WNM; in ieee802_11_send_bss_trans_mgmt_request()
406 mgmt->u.action.u.bss_tm_req.action = WNM_BSS_TRANS_MGMT_REQ; in ieee802_11_send_bss_trans_mgmt_request()
[all …]
/freebsd/contrib/pam-krb5/tests/fakepam/
H A Dscript.c270 struct action *action, *oaction; in run_script() local
306 for (action = work->actions; action != NULL; action = action->next) { in run_script()
307 if (work->options[action->group].argv == NULL) in run_script()
308 status = (*action->call)(pamh, action->flags, 0, argv_empty); in run_script()
310 opts = &work->options[action->group]; in run_script()
311 status = (*action->call)(pamh, action->flags, opts->argc, in run_script()
314 is_int(action->status, status, "status for %s", action->name); in run_script()
326 action = work->actions; in run_script()
327 while (action != NULL) { in run_script()
328 free(action->name); in run_script()
[all …]
/freebsd/sbin/ccdconfig/
H A Dccdconfig.c92 int ch, options = 0, action = CCD_CONFIG; in main() local
97 action = CCD_CONFIG; in main()
102 action = CCD_CONFIGALL; in main()
111 action = CCD_DUMP; in main()
115 action = CCD_UNCONFIG; in main()
120 action = CCD_UNCONFIGALL; in main()
144 switch (action) { in main()
147 exit(do_single(argc, argv, action)); in main()
152 exit(do_all(action)); in main()
164 do_single(int argc, char **argv, int action) in do_single() argument
[all …]
/freebsd/contrib/blocklist/lib/
H A Dblacklist.c50 blacklist_sa(int action, int rfd, const struct sockaddr *sa, socklen_t salen, in blacklist_sa() argument
57 rv = blacklist_sa_r(bl, action, rfd, sa, salen, msg); in blacklist_sa()
63 blacklist_sa_r(struct blacklist *bl, int action, int rfd, in blacklist_sa_r() argument
69 switch (action) { in blacklist_sa_r()
90 blacklist(int action, int rfd, const char *msg) in blacklist() argument
92 return blacklist_sa(action, rfd, NULL, 0, msg); in blacklist()
96 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg) in blacklist_r() argument
98 return blacklist_sa_r(bl, action, rfd, NULL, 0, msg); in blacklist_r()
H A Dblocklist.c50 blocklist_sa(int action, int rfd, const struct sockaddr *sa, socklen_t salen, in blocklist_sa() argument
57 rv = blocklist_sa_r(bl, action, rfd, sa, salen, msg); in blocklist_sa()
63 blocklist_sa_r(struct blocklist *bl, int action, int rfd, in blocklist_sa_r() argument
69 switch (action) { in blocklist_sa_r()
90 blocklist(int action, int rfd, const char *msg) in blocklist() argument
92 return blocklist_sa(action, rfd, NULL, 0, msg); in blocklist()
96 blocklist_r(struct blocklist *bl, int action, int rfd, const char *msg) in blocklist_r() argument
98 return blocklist_sa_r(bl, action, rfd, NULL, 0, msg); in blocklist_r()
/freebsd/sbin/mdconfig/
H A Dmdconfig.c58 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; variable
121 if (action != UNSET && action != ATTACH) in main()
124 action = ATTACH; in main()
127 if (action != UNSET && action != DETACH) in main()
130 action = DETACH; in main()
134 if (action != UNSET && action != RESIZE) in main()
137 action = RESIZE; in main()
141 if (action != UNSET && action != LIST) in main()
144 action = LIST; in main()
279 if (action == UNSET) in main()
[all …]
/freebsd/share/examples/jails/
H A Djib146 local action usage descr
150 for action in \
156 eval usage=\"\$jib_${action}_usage\"
158 eval descr=\"\$jib_${action}_descr\"
167 eval usage=\"\$jib_${action}_usage\"
169 eval descr=\"\$jib_${action}_descr\"
396 action="$1"
397 [ "$action" ] || usage # NOTREACHED
403 type="$( type -t "jib_$action" )" || usage # NOTREACHED
405 type="$( type "jib_$action" 2> /dev/null )" || usage # NOTREACHED
[all …]
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd.c190 struct sigaction action; in main() local
382 memset(&action, 0, sizeof (action)); in main()
383 action.sa_handler = main_terminate; in main()
384 action.sa_flags = 0; in main()
385 sigemptyset(&action.sa_mask); in main()
386 sigaction(SIGTERM, &action, NULL); in main()
387 memset(&action, 0, sizeof (action)); in main()
388 action.sa_handler = main_reap_children; in main()
389 action.sa_flags = 0; in main()
390 sigemptyset(&action.sa_mask); in main()
[all …]
/freebsd/crypto/heimdal/lib/roken/
H A Dtsearch.c77 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), in trecurse()
82 (*action)(root, leaf, level); in trecurse()
84 (*action)(root, preorder, level); in trecurse()
86 trecurse(root->llink, action, level + 1); in trecurse()
87 (*action)(root, postorder, level); in trecurse()
89 trecurse(root->rlink, action, level + 1); in trecurse()
90 (*action)(root, endorder, level); in trecurse()
102 void (*action)(const void *, VISIT, int)) in rk_twalk()
104 if (vroot != NULL && action != NULL) in rk_twalk()
105 trecurse(vroot, action, 0); in rk_twalk()

12345678910>>...40