Home
last modified time | relevance | path

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

12345678910>>...16

/dragonfly/etc/devd/
H A Dusb.conf11 action "kldload -n uipaq";
19 action "kldload -n uep";
27 action "kldload -n if_kue";
35 action "kldload -n uftdi";
43 action "kldload -n ugensa";
51 action "kldload -n uipaq";
59 action "kldload -n u3g";
67 action "kldload -n uipaq";
75 action "kldload -n uplcom";
83 action "kldload -n uipaq";
[all …]
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";
/dragonfly/etc/
H A Ddevd.conf81 action "/etc/rc.d/netif wlanup $device-name";
86 action "/etc/rc.d/netif wlandown $device-name";
143 action "/etc/rc.d/moused quietstart $cdev";
152 action "/etc/rc.d/moused quietstart $cdev";
161 action "/etc/rc.d/moused quietstop $cdev";
201 // action "camcontrol rescan all";
264 action "/etc/rc.suspend acpi $notify";
269 action "/etc/rc.resume acpi $notify";
283 action "kldload if_deqna";
291 action "/etc/pccard_ether $device-name stop";
[all …]
/dragonfly/lib/libc/stdlib/
H A Dtwalk.c21 void (*action)(const void *, VISIT, int), int level);
30 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), in trecurse()
35 (*action)(root, leaf, level); in trecurse()
37 (*action)(root, preorder, level); in trecurse()
39 trecurse(root->llink, action, level + 1); in trecurse()
40 (*action)(root, postorder, level); in trecurse()
42 trecurse(root->rlink, action, level + 1); in trecurse()
43 (*action)(root, endorder, level); in trecurse()
55 void (*action)(const void *, VISIT, int)) in twalk()
57 if (vroot != NULL && action != NULL) in twalk()
[all …]
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwnm_ap.c140 mgmt->u.action.u.wnm_sleep_resp.action = WNM_SLEEP_MODE_RESP; in ieee802_11_send_wnmsleep_resp()
358 mgmt->u.action.u.bss_tm_req.action = WNM_BSS_TRANS_MGMT_REQ; in ieee802_11_send_bss_trans_mgmt_request()
373 len = pos - &mgmt->u.action.category; in ieee802_11_send_bss_trans_mgmt_request()
581 u8 action; in ieee802_11_rx_wnm_action_ap() local
589 action = *payload++; in ieee802_11_rx_wnm_action_ap()
592 switch (action) { in ieee802_11_rx_wnm_action_ap()
615 action, MAC2STR(mgmt->sa)); in ieee802_11_rx_wnm_action_ap()
634 mgmt->u.action.u.bss_tm_req.action = WNM_BSS_TRANS_MGMT_REQ; in wnm_send_disassoc_imminent()
700 mgmt->u.action.u.bss_tm_req.action = WNM_BSS_TRANS_MGMT_REQ; in wnm_send_ess_disassoc_imminent()
757 mgmt->u.action.u.bss_tm_req.action = WNM_BSS_TRANS_MGMT_REQ; in wnm_send_bss_tm_req()
[all …]
/dragonfly/contrib/byacc/
H A Dmkpar.c16 static action *add_reduce(action *actions, int ruleno, int symbol);
17 static action *add_reductions(int stateno, action *actions);
28 action **parser;
63 static action *
66 action *actions; in parse_actions()
73 static action *
108 static action *
131 static action *
196 action *p; in unused_rules()
349 action *p; in sole_reduction()
[all …]
/dragonfly/bin/sh/
H A Dtrap.c159 char *action; in trapcmd() local
189 action = NULL; in trapcmd()
194 action = *argv; in trapcmd()
205 if (action) in trapcmd()
206 action = savestr(action); in trapcmd()
261 int action; in setsignal() local
267 action = S_DFL; in setsignal()
269 action = S_CATCH; in setsignal()
271 action = S_IGN; in setsignal()
327 switch (action) { in setsignal()
[all …]
/dragonfly/crypto/libressl/ssl/
H A Dtls13_handshake.c47 const struct tls13_handshake_action *action);
356 const struct tls13_handshake_action *action; in tls13_handshake_perform() local
388 if (action->handshake_complete) { in tls13_handshake_perform()
400 sending = action->sender == ctx->mode; in tls13_handshake_perform()
433 action); in tls13_handshake_perform()
462 action->handshake_type)) in tls13_handshake_send_action()
464 if (!action->send(ctx, &cbb)) in tls13_handshake_send_action()
490 if (action->sent != NULL && !action->sent(ctx)) in tls13_handshake_send_action()
540 if (msg_type != action->handshake_type && in tls13_handshake_recv_action()
549 if (action->recv(ctx, &cbs)) { in tls13_handshake_recv_action()
[all …]
/dragonfly/sys/dev/drm/i915/
H A Dintel_guc.c165 WARN(1, "Unexpected send: action=%#x\n", *action); in intel_guc_send_nop()
184 *action != INTEL_GUC_ACTION_REGISTER_COMMAND_TRANSPORT_BUFFER && in intel_guc_send_mmio()
191 I915_WRITE(guc_send_reg(guc, i), action[i]); in intel_guc_send_mmio()
217 action[0], ret, status, I915_READ(SOFT_SCRATCH(15))); in intel_guc_send_mmio()
229 u32 action[2]; in intel_guc_sample_forcewake() local
231 action[0] = INTEL_GUC_ACTION_SAMPLE_FORCEWAKE; in intel_guc_sample_forcewake()
235 action[1] = 0; in intel_guc_sample_forcewake()
238 action[1] = GUC_FORCEWAKE_RENDER | GUC_FORCEWAKE_MEDIA; in intel_guc_sample_forcewake()
240 return intel_guc_send(guc, action, ARRAY_SIZE(action)); in intel_guc_sample_forcewake()
256 u32 action[] = { in intel_guc_auth_huc() local
[all …]
H A Dintel_guc_ct.c73 u32 action[] = { in guc_action_register_ct_buffer() local
82 err = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action)); in guc_action_register_ct_buffer()
93 u32 action[] = { in guc_action_deregister_ct_buffer() local
101 err = intel_guc_send_mmio(guc, action, ARRAY_SIZE(action)); in guc_action_deregister_ct_buffer()
266 const u32 *action, in ctb_write() argument
304 (action[0] << GUC_CT_MSG_ACTION_SHIFT); in ctb_write()
313 cmds[tail] = action[i]; in ctb_write()
367 const u32 *action, in ctch_send() argument
381 err = ctb_write(ctb, action, len, fence); in ctch_send()
406 err = ctch_send(guc, ctch, action, len, &status); in intel_guc_send_ct()
[all …]
/dragonfly/stand/lib/
H A Dpager.c84 int action; in pager_output() local
99 action = 0; in pager_output()
100 while (action == 0) { in pager_output()
105 action = 1; in pager_output()
109 action = 1; in pager_output()
113 action = 2; in pager_output()
120 if (action == 2) in pager_output()
/dragonfly/sbin/ccdconfig/
H A Dccdconfig.c109 action = CCD_CONFIG; in main()
114 action = CCD_CONFIGALL; in main()
123 action = CCD_DUMP; in main()
135 action = CCD_UNCONFIG; in main()
140 action = CCD_UNCONFIGALL; in main()
180 switch (action) { in main()
188 exit(do_all(action)); in main()
212 if (action == CCD_UNCONFIG || action == CCD_UNCONFIGALL) { in do_single()
235 if (action == CCD_CONFIGALL) { in do_single()
320 do_all(int action) in do_all() argument
[all …]
/dragonfly/sys/dev/misc/kbd/
H A Dkbd.c1247 int action; in genkbd_keyaction() local
1273 action = LSH; in genkbd_keyaction()
1283 action = RSH; in genkbd_keyaction()
1293 action = LCTR; in genkbd_keyaction()
1303 action = RCTR; in genkbd_keyaction()
1313 action = LALT; in genkbd_keyaction()
1323 action = RALT; in genkbd_keyaction()
1443 if (action >= F_ACC && action <= L_ACC) { in genkbd_keyaction()
1444 action = save_accent_key(kbd, action, in genkbd_keyaction()
1468 if (action >= F_FN && action <= L_FN) in genkbd_keyaction()
[all …]
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_binding.c146 iwm_binding_cmd(struct iwm_softc *sc, uint32_t action, in iwm_binding_cmd() argument
158 cmd.action = htole32(action); in iwm_binding_cmd()
172 "Failed to send binding (action:%d): %d\n", action, ret); in iwm_binding_cmd()
192 uint32_t action; in iwm_binding_update() local
195 action = IWM_FW_CTXT_ACTION_ADD; in iwm_binding_update()
197 action = IWM_FW_CTXT_ACTION_REMOVE; in iwm_binding_update()
205 return iwm_binding_cmd(sc, action, &data); in iwm_binding_update()
H A Dif_iwm_mac_ctxt.c244 struct iwm_mac_ctx_cmd *cmd, uint32_t action) in iwm_mac_ctxt_cmd_common() argument
263 cmd->action = htole32(action); in iwm_mac_ctxt_cmd_common()
359 __func__, le32toh(cmd->action), ret); in iwm_mac_ctxt_send_cmd()
453 uint32_t action) in iwm_mac_ctxt_cmd_station() argument
460 "%s: called; action=%d\n", __func__, action); in iwm_mac_ctxt_cmd_station()
463 iwm_mac_ctxt_cmd_common(sc, in, &cmd, action); in iwm_mac_ctxt_cmd_station()
474 &cmd.sta, action == IWM_FW_CTXT_ACTION_ADD); in iwm_mac_ctxt_cmd_station()
481 uint32_t action) in iwm_mac_ctx_send() argument
483 return iwm_mac_ctxt_cmd_station(sc, vap, action); in iwm_mac_ctx_send()
535 cmd.action = htole32(IWM_FW_CTXT_ACTION_REMOVE);
/dragonfly/contrib/cryptsetup/src/
H A Dcryptsetup.c642 struct action_type *action; in help() local
675 for(action = action_types; action->type; action++) in help()
676 log_std("\t%s %s - %s\n", action->type, _(action->arg_desc), _(action->desc)); in help()
713 if (action->required_memlock) in run_action()
716 r = action->handler(action->arg); in run_action()
718 if (action->required_memlock) in run_action()
753 struct action_type *action; in main() local
848 for(action = action_types; action->type; action++) in main()
851 if (!action->type) { in main()
861 snprintf(buf, 128,_("%s: requires %s as arguments"), action->type, action->arg_desc); in main()
[all …]
/dragonfly/usr.bin/backlight/
H A Dbacklight.c93 int action, ch; in main() local
99 action = BACKLIGHT_QUERY; in main()
111 action = BACKLIGHT_INFO; in main()
124 action = BACKLIGHT_INCR; in main()
130 action = BACKLIGHT_DECR; in main()
134 action = BACKLIGHT_SET_BRIGHTNESS; in main()
153 switch (action) { in main()
184 percent = action == BACKLIGHT_INCR ? percent : -percent; in main()
/dragonfly/contrib/less/
H A Dcmdbuf.c792 int action; in cmd_edit() local
823 switch (action) in cmd_edit()
908 int action; in cmd_istr() local
916 if (action != CC_OK) in cmd_istr()
917 return (action); in cmd_istr()
1078 switch (action) in next_compl()
1112 if (action == EC_EXPAND) in cmd_complete()
1193 int action; in cmd_char() local
1266 action = cmd_edit(c); in cmd_char()
1267 switch (action) in cmd_char()
[all …]
H A Ddecode.c629 int action = A_INVALID; in cmd_decode() local
642 action = A_INVALID; in cmd_decode()
643 return (action); in cmd_decode()
914 int action; in editchar() local
957 switch (action) in editchar()
961 action = A_INVALID; in editchar()
972 switch (action) in editchar()
976 action = A_INVALID; in editchar()
988 switch (action) in editchar()
993 action = A_INVALID; in editchar()
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dfcntl.c201 fcntl (int fd, int action, /* arg */...) in fcntl() argument
209 va_start (arg, action); in fcntl()
210 switch (action) in fcntl()
258 switch (action) in fcntl()
327 result = fcntl (fd, action); in fcntl()
423 result = fcntl (fd, action, x); in fcntl()
431 result = fcntl (fd, action, p); in fcntl()
548 klibc_fcntl (int fd, int action, /* arg */...);
555 va_start (arg_ptr, action);
557 result = fcntl (fd, action, arg);
[all …]
/dragonfly/contrib/grep/lib/
H A Dfcntl.c202 fcntl (int fd, int action, /* arg */...) in fcntl() argument
210 va_start (arg, action); in fcntl()
211 switch (action) in fcntl()
259 switch (action) in fcntl()
328 result = fcntl (fd, action); in fcntl()
424 result = fcntl (fd, action, x); in fcntl()
432 result = fcntl (fd, action, p); in fcntl()
549 klibc_fcntl (int fd, int action, /* arg */...) in klibc_fcntl() argument
556 va_start (arg_ptr, action); in klibc_fcntl()
558 result = fcntl (fd, action, arg); in klibc_fcntl()
[all …]
/dragonfly/contrib/wpa_supplicant/src/fst/
H A Dfst_defs.h48 u8 action; member
59 u8 action; member
71 u8 action; member
77 u8 action; member
83 u8 action; member
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dgas.c18 gas_build_req(u8 action, u8 dialog_token, size_t size) in gas_build_req() argument
27 wpabuf_put_u8(buf, action); in gas_build_req()
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, in gas_build_resp() argument
58 wpabuf_put_u8(buf, action); in gas_build_resp()
61 if (action == WLAN_PA_GAS_COMEBACK_RESP) in gas_build_resp()
219 u8 action; in gas_anqp_set_len() local
226 action = *(wpabuf_head_u8(buf) + 1); in gas_anqp_set_len()
227 switch (action) { in gas_anqp_set_len()
/dragonfly/lib/libdevattr/
H A Ddevattr_device.c117 udev_device_set_action(struct udev_device *udev_device, int action) in udev_device_set_action() argument
119 udev_device->ev_type = action; in udev_device_set_action()
125 const char *action; in udev_device_get_action() local
129 action = "add"; in udev_device_get_action()
133 action = "remove"; in udev_device_get_action()
137 action = "none"; in udev_device_get_action()
141 return action; in udev_device_get_action()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Datombios_encoders.c409 args.ucAction = action; in amdgpu_atombios_encoder_setup_dac()
679 args.v1.ucAction = action; in amdgpu_atombios_encoder_setup_dig_encoder()
714 args.v3.ucAction = action; in amdgpu_atombios_encoder_setup_dig_encoder()
734 args.v4.ucAction = action; in amdgpu_atombios_encoder_setup_dig_encoder()
766 switch (action) { in amdgpu_atombios_encoder_setup_dig_encoder()
907 args.v1.ucAction = action; in amdgpu_atombios_encoder_setup_dig_transmitter()
964 args.v2.ucAction = action; in amdgpu_atombios_encoder_setup_dig_transmitter()
1006 args.v3.ucAction = action; in amdgpu_atombios_encoder_setup_dig_transmitter()
1246 int action) in amdgpu_atombios_encoder_set_edp_panel_power() argument
1267 args.v1.ucAction = action; in amdgpu_atombios_encoder_set_edp_panel_power()
[all …]

12345678910>>...16