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

1234567891011>>

/freebsd-11-stable/etc/devd/
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 "/etc/rc.d/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 Dusb.conf13 action "kldload -n uipaq";
21 action "kldload -n uep";
29 action "kldload -n if_kue";
37 action "kldload -n uftdi";
45 action "kldload -n ugensa";
53 action "kldload -n uipaq";
61 action "kldload -n u3g";
69 action "kldload -n uipaq";
77 action "kldload -n u3g";
85 action "kldloa
[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-11-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.c60 hsearch(ENTRY item, ACTION action) argument
70 if (hsearch_r(item, action, &retval, &global_hashtable) == 0)
/freebsd-11-stable/etc/
H A Ddevd.conf46 action "/etc/pccard_ether $subsystem start";
59 action "/etc/rc.d/dhclient quietstart $subsystem";
68 action "/etc/pccard_ether $device-name startchildren";
72 action "/etc/pccard_ether $device-name stopchildren";
78 action "/etc/rc.d/dhclient quietstart $subsystem";
87 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
96 action "/etc/rc.d/bluetooth quietstart $device-name";
100 action "/etc/rc.d/bluetooth quietstop $device-name";
107 # action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
113 action "/et
[all...]
/freebsd-11-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-11-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-11-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-11-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-11-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-11-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-11-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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c28 " \"action\": \"%s\"" \
48 char *odd, *even, *json, *action; local
53 action = idx == 7 ? "ignore" : "print";
55 asprintf(&json, FMT, size, idx, odd, even, action);
/freebsd-11-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-11-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-11-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...]
/freebsd-11-stable/bin/sh/
H A Dtrap.c155 char *action; local
185 action = NULL;
190 action = *argv;
201 if (action)
202 action = savestr(action);
205 trap[signo] = action;
257 int action; local
263 action = S_DFL;
265 action
[all...]
/freebsd-11-stable/share/examples/jails/
H A Djib147 local action usage descr
149 echo "Usage: $pgm action [arguments]"
151 for action in \
157 eval usage=\"\$jib_${action}_usage\"
159 eval descr=\"\$jib_${action}_descr\"
167 local usage descr action="$1"
168 eval usage=\"\$jib_${action}_usage\"
170 eval descr=\"\$jib_${action}_descr\"
397 action="$1"
398 [ "$action" ] || usag
[all...]
/freebsd-11-stable/sys/mips/nlm/
H A Dmsgring.h47 int register_msgring_handler(int startb, int endb, msgring_handler action,
/freebsd-11-stable/usr.sbin/eeprom/
H A Deeprom.c46 static int action(char *);
103 rv = action(line);
111 rv = action(*argv);
121 action(char *line) function
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dtsearch.c77 trecurse(const node_t *root, void (*action)(const void *, VISIT, int),
82 (*action)(root, leaf, level);
84 (*action)(root, preorder, level);
86 trecurse(root->llink, action, level + 1);
87 (*action)(root, postorder, level);
89 trecurse(root->rlink, action, level + 1);
90 (*action)(root, endorder, level);
102 void (*action)(const void *, VISIT, int))
104 if (vroot != NULL && action != NULL)
105 trecurse(vroot, action,
[all...]

Completed in 134 milliseconds

1234567891011>>