Home
last modified time | relevance | path

Searched refs:action (Results 201 – 225 of 392) sorted by relevance

12345678910>>...16

/dragonfly/contrib/tcpdump/
H A Dprint-rsvp.c699 u_int action, subchannel; in rsvp_obj_print() local
1818 action = (GET_BE_U_2(obj_tptr)>>8); in rsvp_obj_print()
1821 tok2str(rsvp_obj_label_set_action_values, "Unknown", action), in rsvp_obj_print()
1822 action, (GET_BE_U_4(obj_tptr) & 0x7F)); in rsvp_obj_print()
1824 switch (action) { in rsvp_obj_print()
H A Dprint-pflog.c105 tok2str(pf_actions, "unkn(%u)", GET_U_1(&hdr->action)), in pflog_print()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h2423 uint8_t action; // = ATOM_ENOCODER_CMD_STREAM_SETUP member
2435 uint8_t action; // = ATOM_ENOCODER_CMD_LINK_SETUP member
2447 uint8_t action; // = ATOM_ENCODER_CMD_DPLINK_SETUP member
2456 uint8_t action; // = rest of generic encoder command which does not carry any parameters member
2477 uint8_t action; // define as ATOM_TRANSMITER_ACTION_xxx member
2566 uint8_t action; // member
/dragonfly/contrib/bzip2/
H A Dbzlib.c410 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API()
426 if (action == BZ_RUN) { in BZ_API()
431 if (action == BZ_FLUSH) { in BZ_API()
437 if (action == BZ_FINISH) { in BZ_API()
446 if (action != BZ_FLUSH) return BZ_SEQUENCE_ERROR; in BZ_API()
456 if (action != BZ_FINISH) return BZ_SEQUENCE_ERROR; in BZ_API()
H A Dbzlib.h109 int action
/dragonfly/sys/net/pf/
H A Dpf_ruleset.c112 pf_get_ruleset_number(u_int8_t action) in pf_get_ruleset_number() argument
114 switch (action) { in pf_get_ruleset_number()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ht.c2537 int category, int action, void *arg0) in ht_send_action_ba_addba() argument
2548 (action == IEEE80211_ACTION_BA_ADDBA_REQUEST) ? in ht_send_action_ba_addba()
2566 *frm++ = action; in ht_send_action_ba_addba()
2568 if (action == IEEE80211_ACTION_BA_ADDBA_RESPONSE) in ht_send_action_ba_addba()
2572 if (action == IEEE80211_ACTION_BA_ADDBA_REQUEST) in ht_send_action_ba_addba()
2585 int category, int action, void *arg0) in ht_send_action_ba_delba() argument
2614 *frm++ = action; in ht_send_action_ba_delba()
2628 int category, int action, void *arg0) in ht_send_action_ht_txchwidth() argument
2652 *frm++ = action; in ht_send_action_ht_txchwidth()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Ddebug.cc92 _Action action) in lock_and_run() argument
98 action(); in lock_and_run()
106 action(); in lock_and_run()
/dragonfly/contrib/gdb-7/gdb/
H A Dtracepoint.c1370 encode_actions_1 (struct command_line *action, in encode_actions_1() argument
1385 for (; action; action = action->next) in encode_actions_1()
1388 action_exp = action->line; in encode_actions_1()
1604 encode_actions_1 (action->body_list[0], t, tloc, frame_reg, in encode_actions_1()
1608 error (_("Invalid tracepoint command '%s'"), action->line); in encode_actions_1()
2819 trace_dump_actions (struct command_line *action, in trace_dump_actions() argument
2825 for (; action != NULL; action = action->next) in trace_dump_actions()
2830 action_exp = action->line; in trace_dump_actions()
2847 for (i = 0; i < action->body_count; ++i) in trace_dump_actions()
2848 trace_dump_actions (action->body_list[i], in trace_dump_actions()
/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf-mode.el98 'action #'dwarf-die-button-action)
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dcommand_table_helper.c200 ctrl_param->ucAction = h->encoder_action_to_atom(control->action); in dal_cmd_table_helper_assign_control_parameter()
/dragonfly/usr.sbin/pfctl/
H A Dpfctl.c827 pr.rule.action = PF_PASS; in pfctl_show_rules()
834 pr.rule.action = PF_SCRUB; in pfctl_show_rules()
847 pr.action = PF_GET_CLR_CNTR; in pfctl_show_rules()
875 pr.rule.action = PF_PASS; in pfctl_show_rules()
965 pr.rule.action = nattype[i]; in pfctl_show_nat()
1179 rs_num = pf_get_ruleset_number(r->action); in pfctl_add_rule()
1181 errx(1, "Invalid rule type %d", r->action); in pfctl_add_rule()
1311 u_int8_t rs_num = pf_get_ruleset_number(r->action); in pfctl_load_rule()
/dragonfly/contrib/mpfr/src/
H A Dmpfr-impl.h548 # define LONGDOUBLE_NAN_ACTION(x, action) \ argument
564 { action; } \
569 # define LONGDOUBLE_NAN_ACTION(x, action) \ argument
585 { action; } \
593 # define LONGDOUBLE_NAN_ACTION(x, action) \ argument
597 { action; } \
/dragonfly/sys/bus/u4b/input/
H A Dukbd.c1646 uint32_t action; in ukbd_read_char_locked() local
1665 action = sc->sc_composed_char; in ukbd_read_char_locked()
1668 if (action > 0xFF) { in ukbd_read_char_locked()
1815 action = genkbd_keyaction(kbd, SCAN_CHAR(keycode), in ukbd_read_char_locked()
1818 if (action == NOKEY) { in ukbd_read_char_locked()
1822 return (action); in ukbd_read_char_locked()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpas_glue.c611 static int wpa_supplicant_send_ft_action(void *ctx, u8 action, in wpa_supplicant_send_ft_action() argument
620 if (action != 1) { in wpa_supplicant_send_ft_action()
622 action); in wpa_supplicant_send_ft_action()
641 *pos++ = action; in wpa_supplicant_send_ft_action()
/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dieee802_11_ht.c247 mgmt->u.action.u.public_action.action); in hostapd_2040_coex_action()
/dragonfly/contrib/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h282 static inline int wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, in wpa_sm_send_ft_action() argument
287 return sm->ctx->send_ft_action(sm->ctx->ctx, action, target_ap, in wpa_sm_send_ft_action()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c157 enum la_zaction action);
2682 struct la_zstream *lastrm, enum la_zaction action) in compression_code_gzip() argument
2698 (action == ARCHIVE_Z_FINISH)? Z_FINISH: Z_NO_FLUSH); in compression_code_gzip()
2779 struct la_zstream *lastrm, enum la_zaction action) in compression_code_bzip2() argument
2797 (action == ARCHIVE_Z_FINISH)? BZ_FINISH: BZ_RUN); in compression_code_bzip2()
2989 struct la_zstream *lastrm, enum la_zaction action) in compression_code_lzma() argument
3002 (action == ARCHIVE_Z_FINISH)? LZMA_FINISH: LZMA_RUN); in compression_code_lzma()
3113 enum la_zaction action) in compression_code() argument
3116 return (lastrm->code(a, lastrm, action)); in compression_code()
/dragonfly/sys/dev/raid/mlx/
H A Dmlxvar.h174 void (* mlx_intaction)(struct mlx_softc *sc, int action);
/dragonfly/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.h119 lzma_action action; member
/dragonfly/contrib/xz/src/liblzma/common/
H A Dcommon.h110 lzma_action action);
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_da.c353 static void daprevent(struct cam_periph *periph, int action);
2070 daprevent(struct cam_periph *periph, int action) in daprevent() argument
2078 if (((action == PR_ALLOW) in daprevent()
2080 || ((action == PR_PREVENT) in daprevent()
2092 action, in daprevent()
2100 if (action == PR_ALLOW) in daprevent()
/dragonfly/contrib/nvi2/cl/
H A Dcl_funcs.c387 cl_ex_adjust(SCR *sp, exadj_t action) in cl_ex_adjust() argument
393 switch (action) { in cl_ex_adjust()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dx86-tune-sched-bd.c800 ix86_bd_has_dispatch (rtx_insn *insn, int action) in ix86_bd_has_dispatch() argument
805 switch (action) in ix86_bd_has_dispatch()
/dragonfly/contrib/file/src/
H A Dmagic.c254 magic_getpath(const char *magicfile, int action) in magic_getpath() argument
263 return action == FILE_LOAD ? get_default_magic() : MAGIC; in magic_getpath()

12345678910>>...16