Home
last modified time | relevance | path

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

12345678910>>...37

/freebsd-13-stable/sbin/devd/
HDdevd.conf43 action "/etc/pccard_ether $subsystem start";
56 action "service dhclient quietstart $subsystem";
65 action "/etc/pccard_ether $device-name startchildren";
69 action "/etc/pccard_ether $device-name stopchildren";
75 action "service dhclient quietstart $subsystem";
84 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
93 action "service bluetooth quietstart $device-name";
97 action "service bluetooth quietstop $device-name";
110 action "service syscons setkeyboard /dev/ukbd0";
114 action "service syscons setkeyboard /dev/kbd0";
[all …]
HDzfs.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 …]
HDuath.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 …]
HDapple.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 0";
54 action "mixer vol -10";
62 action "mixer vol +10";
70 action "camcontrol eject cd0";
78 action "service power_profile $notify";
HDasus.conf9 action "mixer 0";
16 action "mixer vol -10";
23 action "mixer vol +10";
31 action "mixer 0";
38 action "mixer vol -10";
45 action "mixer vol +10";
HDhyperv.conf9 action "/usr/sbin/hv_kvp_daemon";
17 action "pkill -x hv_kvp_daemon";
25 action "/usr/sbin/hv_vss_daemon";
33 action "pkill -x hv_vss_daemon";
100 action "/usr/libexec/hyperv/hyperv_vfup $subsystem";
106 action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0";
/freebsd-13-stable/contrib/subversion/subversion/svnmucc/
HDsvnmucc.c119 struct action { struct
120 action_code_t action; member
162 struct action *action = APR_ARRAY_IDX(actions, i, struct action *); in execute() local
168 switch (action->action) in execute()
171 path1 = subtract_anchor(anchor, action->path[0], pool); in execute()
172 path2 = subtract_anchor(anchor, action->path[1], pool); in execute()
176 path1 = subtract_anchor(anchor, action->path[0], pool); in execute()
177 path2 = subtract_anchor(anchor, action->path[1], pool); in execute()
178 SVN_ERR(svn_client__mtcc_add_copy(path1, action->rev, path2, in execute()
182 path1 = subtract_anchor(anchor, action->path[0], pool); in execute()
[all …]
/freebsd-13-stable/usr.sbin/pwm/
HDpwm.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-13-stable/contrib/expat/xmlwf/
HDxmlwf_helpgen.py59 input_related.add_argument('-s', action='store_true', help='print an error if the document is not […
60 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
61 input_related.add_argument('-p', action='store_true', help='enable processing of external DTDs and …
62 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie…
63 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document…
64 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages…
65 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use [r]ead c…
67 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep …
70 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d…
72 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica…
[all …]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandOptionsProcessLaunch.cpp48 FileAction action; in SetOptionValue() local
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() local
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() local
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() local
[all …]
/freebsd-13-stable/lib/libc/stdlib/
HDtwalk.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-13-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
HDzpool_import_missing_002_pos.ksh88 typeset action
92 typeset action=$1; shift
94 log_note "try_import action=$action poolish=$poolish opts='$1'"
96 $action $ZPOOL import -d $DEVICE_DIR $poolish
98 $action $ZPOOL import -d $DEVICE_DIR $1 $poolish
100 [ "$action" = "log_mustnot" ] && return
123 action=log_mustnot
126 action=log_must
129 action=log_must
134 try_import $action $TESTPOOL1 "$opts"
[all …]
HDzpool_import_missing_001_pos.ksh86 typeset action=$1
91 $action $ZPOOL import -d $DEVICE_DIR ${import_opts} $target
92 [[ $action == "log_mustnot" ]] && return
143 action=log_must
146 action=log_mustnot
149 action=log_mustnot
151 '') action=log_mustnot
156 perform_inner_test $action "${opts}" $TESTPOOL1
159 perform_inner_test $action "${opts}" $guid
/freebsd-13-stable/contrib/byacc/
HDmkpar.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-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDmld-mac.c20 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_common() argument
27 cmd->action = cpu_to_le32(action); in iwl_mvm_mld_mac_ctxt_cmd_common()
90 le32_to_cpu(cmd->action), ret); in iwl_mvm_mld_mac_ctxt_send_cmd()
96 u32 action, bool force_assoc_off) in iwl_mvm_mld_mac_ctxt_cmd_sta() argument
104 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action); in iwl_mvm_mld_mac_ctxt_cmd_sta()
161 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_listener() argument
167 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action); in iwl_mvm_mld_mac_ctxt_cmd_listener()
180 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_ibss() argument
186 iwl_mvm_mld_mac_ctxt_cmd_common(mvm, vif, &cmd, action); in iwl_mvm_mld_mac_ctxt_cmd_ibss()
197 u32 action) in iwl_mvm_mld_mac_ctxt_cmd_p2p_device() argument
[all …]
/freebsd-13-stable/contrib/unbound/respip/
HDrespip.c116 node->action = respip_none; in respip_sockaddr_find_or_create()
185 enum respip_action action; in respip_action_cfg() local
189 if(node->action != respip_none) { in respip_action_cfg()
194 action = respip_deny; in respip_action_cfg()
196 action = respip_redirect; in respip_action_cfg()
198 action = respip_inform; in respip_action_cfg()
200 action = respip_inform_deny; in respip_action_cfg()
202 action = respip_inform_redirect; in respip_action_cfg()
204 action = respip_always_transparent; in respip_action_cfg()
206 action = respip_always_refuse; in respip_action_cfg()
[all …]
/freebsd-13-stable/bin/sh/
HDtrap.c155 char *action; in trapcmd() local
185 action = NULL; in trapcmd()
190 action = *argv; in trapcmd()
201 if (action) in trapcmd()
202 action = savestr(action); in trapcmd()
205 trap[signo] = action; in trapcmd()
257 int action; in setsignal() local
263 action = S_DFL; in setsignal()
265 action = S_CATCH; in setsignal()
267 action = S_IGN; in setsignal()
[all …]
/freebsd-13-stable/contrib/wpa/src/ap/
HDwnm_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-13-stable/sbin/mdconfig/
HDmdconfig.c58 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; variable
119 if (action != UNSET && action != ATTACH) in main()
122 action = ATTACH; in main()
125 if (action != UNSET && action != DETACH) in main()
128 action = DETACH; in main()
132 if (action != UNSET && action != RESIZE) in main()
135 action = RESIZE; in main()
139 if (action != UNSET && action != LIST) in main()
142 action = LIST; in main()
268 if (action == UNSET) in main()
[all …]
/freebsd-13-stable/contrib/blacklist/lib/
HDblacklist.c48 blacklist_sa(int action, int rfd, const struct sockaddr *sa, socklen_t salen, in blacklist_sa() argument
55 rv = blacklist_sa_r(bl, action, rfd, sa, salen, msg); in blacklist_sa()
61 blacklist_sa_r(struct blacklist *bl, int action, int rfd, in blacklist_sa_r() argument
67 switch (action) { in blacklist_sa_r()
88 blacklist(int action, int rfd, const char *msg) in blacklist() argument
90 return blacklist_sa(action, rfd, NULL, 0, msg); in blacklist()
94 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg) in blacklist_r() argument
96 return blacklist_sa_r(bl, action, rfd, NULL, 0, msg); in blacklist_r()
/freebsd-13-stable/contrib/libpcap/rpcapd/
HDrpcapd.c187 struct sigaction action; in main() local
379 memset(&action, 0, sizeof (action)); in main()
380 action.sa_handler = main_terminate; in main()
381 action.sa_flags = 0; in main()
382 sigemptyset(&action.sa_mask); in main()
383 sigaction(SIGTERM, &action, NULL); in main()
384 memset(&action, 0, sizeof (action)); in main()
385 action.sa_handler = main_reap_children; in main()
386 action.sa_flags = 0; in main()
387 sigemptyset(&action.sa_mask); in main()
[all …]
/freebsd-13-stable/sbin/ccdconfig/
HDccdconfig.c93 int ch, options = 0, action = CCD_CONFIG; in main() local
98 action = CCD_CONFIG; in main()
103 action = CCD_CONFIGALL; in main()
112 action = CCD_DUMP; in main()
116 action = CCD_UNCONFIG; in main()
121 action = CCD_UNCONFIGALL; in main()
145 switch (action) { in main()
148 exit(do_single(argc, argv, action)); in main()
153 exit(do_all(action)); in main()
165 do_single(int argc, char **argv, int action) in do_single() argument
[all …]
/freebsd-13-stable/share/examples/jails/
HDjib146 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-13-stable/crypto/heimdal/lib/roken/
HDtsearch.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()
/freebsd-13-stable/stand/libsa/
HDpager.c82 int action; in pager_output() local
97 action = 0; in pager_output()
98 while (action == 0) { in pager_output()
103 action = 1; in pager_output()
107 action = 1; in pager_output()
111 action = 2; in pager_output()
118 if (action == 2) in pager_output()

12345678910>>...37