Searched refs:action (Results 1 - 25 of 636) sorted by relevance

1234567891011>>

/freebsd-12-stable/sbin/devd/
H A Ddevmatch.conf12 action "service devmatch quietstart '?'$_";
17 # action "true";
H A Dapple.conf9 action "shutdown -p now";
18 action "shutdown -p now";
28 action "sysctl dev.backlight.0.level=\
37 action "sysctl dev.backlight.0.level=\
47 action "mixer 0";
55 action "mixer vol -10";
63 action "mixer vol +10";
71 action "camcontrol eject cd0";
79 action "service power_profile $notify";
H A Dasus.conf10 action "mixer 0";
17 action "mixer vol -10";
24 action "mixer vol +10";
32 action "mixer 0";
39 action "mixer vol -10";
46 action "mixer vol +10";
55 # action "";
61 # action "";
67 # action "";
73 # action "";
[all...]
H A Dhyperv.conf10 action "/usr/sbin/hv_kvp_daemon";
18 action "pkill -x hv_kvp_daemon";
26 action "/usr/sbin/hv_vss_daemon";
34 action "pkill -x hv_vss_daemon";
88 # HYPERV_NIC_VF/VF_UP action script could be customized per-interface by
101 action "/usr/libexec/hyperv/hyperv_vfup $subsystem";
107 action "/usr/libexec/hyperv/hyperv_vfattach $subsystem 0";
H A Dzfs.conf8 action "logger -p local7.warn -t ZFS 'checksum mismatch, zpool=$pool path=$vdev_path offset=$zio_offset size=$zio_size'";
14 action "logger -p local7.warn -t ZFS 'vdev I/O failure, zpool=$pool path=$vdev_path offset=$zio_offset size=$zio_size error=$zio_err'";
20 action "logger -p local7.warn -t ZFS 'pool I/O failure, zpool=$pool error=$zio_err'";
26 action "logger -p local7.err -t ZFS 'failed to load zpool $pool'";
32 action "logger -p local7.err -t ZFS 'vdev problem, zpool=$pool path=$vdev_path type=$type'";
38 action "logger -p local7.alert -t ZFS 'catastrophic pool I/O failure, zpool=$pool'";
44 action "logger -p local7.err -t ZFS 'vdev probe failure, zpool=$pool path=$vdev_path'";
50 action "logger -p local7.err -t ZFS 'pool log replay failure, zpool=$pool'";
56 action "logger -p local7.warn -t ZFS 'failed to write zpool.cache, zpool=$pool'";
63 action "logge
[all...]
H A Ddevd.conf47 action "/etc/pccard_ether $subsystem start";
60 action "service dhclient quietstart $subsystem";
69 action "/etc/pccard_ether $device-name startchildren";
73 action "/etc/pccard_ether $device-name stopchildren";
79 action "service dhclient quietstart $subsystem";
88 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
97 action "service bluetooth quietstart $device-name";
101 action "service bluetooth quietstop $device-name";
108 # action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
114 action "servic
[all...]
H A Duath.conf13 action "/usr/sbin/uathload -d /dev/$cdev";
24 action "/usr/sbin/uathload -d /dev/$cdev";
35 action "/usr/sbin/uathload -d /dev/$cdev";
46 action "/usr/sbin/uathload -d /dev/$cdev";
57 action "/usr/sbin/uathload -d /dev/$cdev";
68 action "/usr/sbin/uathload -d /dev/$cdev";
79 action "/usr/sbin/uathload -d /dev/$cdev";
90 action "/usr/sbin/uathload -d /dev/$cdev";
101 action "/usr/sbin/uathload -d /dev/$cdev";
112 action "/us
[all...]
/freebsd-12-stable/usr.sbin/bluetooth/iwmbtfw/
H A Diwmbtfw.conf11 action "/usr/sbin/iwmbtfw -d $cdev -f /usr/local/share/iwmbt-firmware";
/freebsd-12-stable/lib/libc/stdlib/
H A Dtwalk.c28 trecurse(const posix_tnode *root, cmp_fn_t action, int level) argument
32 (*action)(root, leaf, level);
34 (*action)(root, preorder, level);
36 trecurse(root->llink, action, level + 1);
37 (*action)(root, postorder, level);
39 trecurse(root->rlink, action, level + 1);
40 (*action)(root, endorder, level);
46 twalk(const posix_tnode *vroot, cmp_fn_t action) argument
48 if (vroot != NULL && action != NULL)
49 trecurse(vroot, action,
[all...]
H A Dhcreate.c62 hsearch(ENTRY item, ACTION action) argument
72 if (hsearch_r(item, action, &retval, &global_hashtable) == 0)
/freebsd-12-stable/contrib/expat/xmlwf/
H A Dxmlwf_helpgen.py44 input_related.add_argument('-s', action='store_true', help='print an error if the document is not [s]tandalone')
45 input_related.add_argument('-n', action='store_true', help='enable [n]amespace processing')
46 input_related.add_argument('-p', action='store_true', help='enable processing external DTDs and [p]arameter entities')
47 input_related.add_argument('-x', action='store_true', help='enable processing of e[x]ternal entities')
48 input_related.add_argument('-e', action='store', metavar='ENCODING', help='override any in-document [e]ncoding declaration')
49 input_related.add_argument('-w', action='store_true', help='enable support for [W]indows code pages')
50 input_related.add_argument('-r', action='store_true', help='disable memory-mapping and use normal file [r]ead IO calls instead')
53 output_related.add_argument('-d', action='store', metavar='DIRECTORY', help='output [d]estination directory')
55 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonical XML')
56 output_mode.add_argument('-m', action
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Dnotify.c37 svn_repos_notify_create(svn_repos_notify_action_t action,
42 notify->action = action;
36 svn_repos_notify_create(svn_repos_notify_action_t action, apr_pool_t *result_pool) argument
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh90 typeset action
92 function try_import # <action> <poolish> [opts]
94 typeset action=$1; shift
96 log_note "try_import action=$action poolish=$poolish opts='$1'"
98 $action $ZPOOL import -d $DEVICE_DIR $poolish
100 $action $ZPOOL import -d $DEVICE_DIR $1 $poolish
102 [ "$action" = "log_mustnot" ] && return
125 action=log_mustnot
128 action
[all...]
H A Dzpool_import_missing_001_pos.ksh88 typeset action=$1
93 $action $ZPOOL import -d $DEVICE_DIR ${import_opts} $target
94 [[ $action == "log_mustnot" ]] && return
145 action=log_must
148 action=log_mustnot
151 action=log_mustnot
153 '') action=log_mustnot
158 perform_inner_test $action "${opts}" $TESTPOOL1
161 perform_inner_test $action "${opts}" $guid
/freebsd-12-stable/contrib/sendmail/libsmutil/
H A Dlockfile.c44 int action; local
55 action = F_SETLK;
57 action = F_SETLKW;
59 if (fcntl(fd, action, &lfd) >= 0)
/freebsd-12-stable/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c30 action structures. The action structures are interpreted to build a
119 struct action { struct
120 action_code_t action; member in struct:action
125 /* action path[0] path[1]
162 struct action *action = APR_ARRAY_IDX(actions, i, struct action *); local
168 switch (action->action)
780 struct action *action = apr_pcalloc(pool, sizeof(*action)); local
[all...]
/freebsd-12-stable/contrib/blacklist/lib/
H A Dblacklist.c48 blacklist_sa(int action, int rfd, const struct sockaddr *sa, socklen_t salen, argument
55 rv = blacklist_sa_r(bl, action, rfd, sa, salen, msg);
61 blacklist_sa_r(struct blacklist *bl, int action, int rfd, argument
67 switch (action) {
88 blacklist(int action, int rfd, const char *msg) argument
90 return blacklist_sa(action, rfd, NULL, 0, msg);
94 blacklist_r(struct blacklist *bl, int action, int rfd, const char *msg) argument
96 return blacklist_sa_r(bl, action, rfd, NULL, 0, msg);
/freebsd-12-stable/libexec/ftpd/
H A Dblacklist.c51 blacklist_notify(int action, int fd, const char *msg) argument
56 (void)blacklist_r(blstate, action, fd, msg);
/freebsd-12-stable/usr.sbin/pwm/
H A Dpwm.c80 int action, ch; local
86 action = 0;
94 if (action & (PWM_DISABLE | PWM_SHOW_CONFIG))
96 action |= PWM_ENABLE;
99 if (action & (PWM_ENABLE | PWM_SHOW_CONFIG))
101 action |= PWM_DISABLE;
104 if (action)
106 action = PWM_SHOW_CONFIG;
109 if (action & PWM_SHOW_CONFIG)
111 action |
[all...]
/freebsd-12-stable/stand/libsa/
H A Dpager.c84 int action; local
99 action = 0;
100 while (action == 0) {
105 action = 1;
109 action = 1;
113 action = 2;
120 if (action == 2)
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c28 " \"action\": \"%s\"" \
50 const char *odd, *even, *action; local
56 action = idx == 7 ? "ignore" : "print";
58 asprintf(&json, FMT, size, idx, odd, even, action);
/freebsd-12-stable/contrib/wpa/src/fst/
H A Dfst_defs.h48 u8 action; member in struct:fst_setup_req
59 u8 action; member in struct:fst_setup_res
71 u8 action; member in struct:fst_ack_req
77 u8 action; member in struct:fst_ack_res
83 u8 action; member in struct:fst_tear_down
/freebsd-12-stable/lib/libdpv/
H A Dutil.c64 posix_spawn_file_actions_t action; local
98 posix_spawn_file_actions_init(&action);
99 posix_spawn_file_actions_adddup2(&action, stdin_pipe[0], STDIN_FILENO);
100 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]);
101 error = posix_spawnp(pid, shellcmd, &action,
/freebsd-12-stable/tests/sys/cddl/zfs/tests/replacement/
H A Dreplacement.kshlib6 function check_vdev_action # <action> <expect> <opt> <disk1> [disk2]
8 typeset action=$1
15 $expect $ZPOOL $action $opt $TESTPOOL $disk1 $disk2
24 function pool_action # <tvd_type> <action> <actionexpect> <existexpect>
27 typeset action=$2
35 [ "$action" = "detach" -a "$opt" = "-f" ] && continue
39 check_vdev_action $action $actionexpect "$opt" \
/freebsd-12-stable/contrib/byacc/
H A Dmkpar.c9 /* suppress the preferred action => enable backtracking */
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 *);
[all...]

Completed in 265 milliseconds

1234567891011>>