| /src/usr.sbin/bluetooth/rtlbtfw/ |
| H A D | rtlbtfw.conf | 16 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"; 56 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 64 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"; 90 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; 98 action "/usr/sbin/rtlbtfw -d $cdev -f /usr/local/share/rtlbt-firmware"; [all …]
|
| /src/usr.sbin/pwm/ |
| H A D | pwm.c | 78 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 …]
|
| /src/contrib/expat/xmlwf/ |
| H A D | xmlwf_helpgen.py | 69 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [… 70 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing') 71 input_related.add_argument('-p', action='store_true', help='enable processing of external DTDs and … 72 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entitie… 73 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document… 74 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages… 75 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use [r]ead c… 77 input_related.add_argument('-k', action='store_true', help='when processing multiple files, [k]eep … 80 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination d… 82 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica… [all …]
|
| /src/sbin/devd/ |
| H A D | zfs.conf | 7 …action "logger -p local7.warn -t ZFS checksum mismatch, zpool=$pool path=$vdev_path offset=$zio_of… 13 …action "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 D | uath.conf | 12 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 D | devd.conf | 43 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 D | apple.conf | 8 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 D | asus.conf | 9 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%";
|
| /src/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandOptionsProcessLaunch.cpp | 48 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 …]
|
| /src/lib/libc/stdlib/ |
| H A D | twalk.c | 26 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()
|
| /src/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
| H A D | zpool_import_missing_002_pos.ksh | 85 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 D | zpool_import_missing_001_pos.ksh | 83 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
|
| /src/contrib/byacc/ |
| H A D | mkpar.c | 16 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 …]
|
| /src/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mld-mac.c | 28 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 …]
|
| /src/bin/sh/ |
| H A D | trap.c | 151 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 …]
|
| /src/contrib/wpa/src/ap/ |
| H A D | wnm_ap.c | 169 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 …]
|
| /src/contrib/unbound/respip/ |
| H A D | respip.c | 117 node->action = respip_none; in respip_sockaddr_find_or_create() 189 enum respip_action action; in respip_action_cfg() local 194 if(node->action != respip_none) { 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 = respip_inform_deny; in respip_action_cfg() 207 action = respip_inform_redirect; in respip_action_cfg() 209 action = respip_always_transparent; in respip_action_cfg() 211 action = respip_always_refuse; in respip_action_cfg() [all …]
|
| /src/contrib/pam-krb5/tests/fakepam/ |
| H A D | script.c | 270 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 …]
|
| /src/sbin/ccdconfig/ |
| H A D | ccdconfig.c | 92 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 …]
|
| /src/contrib/blocklist/lib/ |
| H A D | blocklist.c | 50 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()
|
| H A D | blacklist.c | 50 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()
|
| /src/sbin/mdconfig/ |
| H A D | mdconfig.c | 58 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 …]
|
| /src/share/examples/jails/ |
| H A D | jib | 146 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 …]
|
| /src/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.c | 190 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 …]
|
| /src/crypto/heimdal/lib/roken/ |
| H A D | tsearch.c | 77 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()
|