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

1234567891011>>

/freebsd-10.3-release/etc/devd/
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 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";
H A Dhyperv.conf10 action "/usr/sbin/hv_kvp_daemon";
18 action "pkill -x hv_kvp_daemon";
H A Dzfs.conf8 action "logger -p kern.warn -t ZFS 'checksum mismatch, zpool=$pool path=$vdev_path offset=$zio_offset size=$zio_size'";
14 action "logger -p kern.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 kern.warn -t ZFS 'pool I/O failure, zpool=$pool error=$zio_err'";
26 action "logger -p kern.err -t ZFS 'failed to load zpool $pool'";
32 action "logger -p kern.err -t ZFS 'vdev problem, zpool=$pool path=$vdev_path type=$type'";
38 action "logger -p kern.alert -t ZFS 'catastrophic pool I/O failure, zpool=$pool'";
44 action "logger -p kern.err -t ZFS 'vdev probe failure, zpool=$pool path=$vdev_path'";
50 action "logger -p kern.err -t ZFS 'pool log replay failure, zpool=$pool'";
56 action "logger -p kern.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-10.3-release/contrib/wpa/src/ap/
H A Dwnm_ap.h15 struct rx_action *action);
H A Dwnm_ap.c94 "WNM-Sleep Response action frame");
102 mgmt->u.action.category = WLAN_ACTION_WNM;
103 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP;
104 mgmt->u.action.u.wnm_sleep_resp.dialogtoken = dialog_token;
105 pos = (u8 *)mgmt->u.action.u.wnm_sleep_resp.variable;
109 mgmt->u.action.u.wnm_sleep_resp.keydata_len = 0;
129 &mgmt->u.action.u.wnm_sleep_resp.keydata_len,
138 len = 1 + sizeof(mgmt->u.action.u.wnm_sleep_resp) + gtk_elem_len +
144 mgmt->da, &mgmt->u.action
246 ieee802_11_rx_wnm_action_ap(struct hostapd_data *hapd, struct rx_action *action) argument
[all...]
/freebsd-10.3-release/etc/
H A Ddevd.conf43 action "/etc/pccard_ether $subsystem start";
56 action "/etc/rc.d/dhclient quietstart $subsystem";
66 action "/etc/pccard_ether $device-name stop";
70 action "/etc/pccard_ether $device-name start";
76 action "/etc/rc.d/dhclient quietstart $subsystem";
85 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
94 action "/etc/rc.d/bluetooth quietstart $device-name";
98 action "/etc/rc.d/bluetooth quietstop $device-name";
105 # action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
111 action "/et
[all...]
/freebsd-10.3-release/lib/libc/stdlib/
H A Dtwalk.c31 cmp_fn_t action, int level)
35 (*action)(root, leaf, level);
37 (*action)(root, preorder, level);
39 trecurse(root->llink, action, level + 1);
40 (*action)(root, postorder, level);
42 trecurse(root->rlink, action, level + 1);
43 (*action)(root, endorder, level);
49 twalk(const void *vroot, cmp_fn_t action) /* Root of the tree to be walked */ argument
51 if (vroot != NULL && action != NULL)
52 trecurse(vroot, action,
30 trecurse(const node_t *root, cmp_fn_t action, int level) argument
[all...]
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.h16 u8 action, u16 intval, struct wpabuf *tfs_req);
19 struct rx_action *action);
H A Dwnm_sta.c44 u8 action, u16 intval, struct wpabuf *tfs_req)
53 enum wnm_oper tfs_oper = action == 0 ? WNM_SLEEP_TFS_REQ_IE_ADD :
57 "action=%s to " MACSTR,
58 action == 0 ? "enter" : "exit",
68 wnmsleep_ie->action_type = action;
102 "WNM-Sleep Request action frame");
113 mgmt->u.action.category = WLAN_ACTION_WNM;
114 mgmt->u.action.u.wnm_sleep_req.action = WNM_SLEEP_MODE_REQ;
115 mgmt->u.action
43 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) argument
406 ieee802_11_rx_wnm_action(struct wpa_supplicant *wpa_s, struct rx_action *action) argument
[all...]
/freebsd-10.3-release/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-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DVerifier.h32 /// @brief An enumeration to specify the action to be taken if errors found.
47 /// action indicated by the \p action argument will be used if errors are
50 VerifierFailureAction action = AbortProcessAction ///< Action to take
56 /// the action taken depends on the \p action parameter.
62 VerifierFailureAction action = AbortProcessAction, ///< Action to take
70 VerifierFailureAction action = AbortProcessAction ///< Action to take
/freebsd-10.3-release/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-10.3-release/lib/libstand/
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-10.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c26 " \"action\": \"%s\"" \
46 char *odd, *even, *json, *action; local
51 action = idx == 7 ? "ignore" : "print";
53 asprintf(&json, FMT, size, idx, odd, even, action);
/freebsd-10.3-release/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-10.3-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c30 action structures. The action structures are interpreted to build a
364 each action type:
380 build(action_code_t action, argument
481 if (action == ACTION_RM)
500 else if (action == ACTION_CP)
539 else if (action == ACTION_MKDIR)
546 else if (action == ACTION_PUT)
578 struct action { struct
579 action_code_t action; member in struct:action
821 struct action *action = APR_ARRAY_IDX(actions, i, struct action *); local
1265 struct action *action = apr_pcalloc(pool, sizeof(*action)); local
[all...]
/freebsd-10.3-release/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-10.3-release/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-10.3-release/tools/regression/geom_gpt/
H A Dgctl.t154 my ($action, $args) = split(/ /, $steps{$key}, 2);
160 if ($action =~ "^gctl") {
169 } elsif ($action =~ "^mdcfg") {
184 } elsif ($action =~ "^conf") {
193 } elsif ($action =~ "^mount") {
198 } elsif ($action =~ "^umount") {
/freebsd-10.3-release/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c133 incoming_action_str(svn_node_kind_t kind, svn_wc_conflict_action_t action) argument
138 switch (action)
151 switch (action)
217 switch (conflict->action)
231 conflict->action));
247 const char *action, *reason, *operation; local
252 if (conflict->action == svn_wc_conflict_action_edit ||
253 conflict->action == svn_wc_conflict_action_delete)
259 else if (conflict->action == svn_wc_conflict_action_add ||
260 conflict->action
[all...]
/freebsd-10.3-release/sys/mips/nlm/
H A Dmsgring.h47 int register_msgring_handler(int startb, int endb, msgring_handler action,
/freebsd-10.3-release/usr.sbin/eeprom/
H A Deeprom.c44 static int action(char *);
101 rv = action(line);
109 rv = action(*argv);
119 action(char *line) function

Completed in 306 milliseconds

1234567891011>>