Searched refs:action (Results 201 - 225 of 577) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/nvi/common/
H A Dmsg.c431 static char * const action[] = { local
465 * command, which used >=. No lie. Furthermore, an action was never
466 * reported for a single line action. This is consistent for actions
477 for (cnt = 0, total = 0; cnt < ARSIZE(action); ++cnt)
482 for (cnt = 0; cnt < ARSIZE(action); ++cnt)
488 GET_SPACE_GOTOC(sp, bp, blen, sizeof(action) * MAXNUM + 1);
490 ap = action, cnt = 0; cnt < ARSIZE(action); ++ap, ++cnt)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c527 _Unwind_State action; local
536 action = _US_UNWIND_FRAME_RESUME | _US_FORCE_UNWIND;
540 action = _US_UNWIND_FRAME_STARTING | _US_FORCE_UNWIND;
550 (action, ucbp, (void *) &next_vrs);
563 action |= _US_END_OF_STACK;
568 stop_code = stop_fn (1, action, ucbp->exception_class, ucbp,
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_decoder.c106 size_t *restrict out_pos, size_t out_size, lzma_action action)
257 action);
340 if (action != LZMA_FINISH)
103 stream_decode(void *coder_ptr, const lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c729 static enum action { enum
733 } action; variable in typeref:enum:action
761 action = ACT_ATTACH;
764 action = ACT_DETACH;
767 action = ACT_INIT;
771 action = ACT_SETKEY;
775 action = ACT_DESTROY;
779 action = ACT_NUKE;
858 switch(action) {
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dgas_query.c294 wpa_printf(MSG_DEBUG, "GAS: Send action frame to " MACSTR " len=%u "
523 u8 action, dialog_token, frag_id = 0, more_frags = 0; local
533 action = *pos++;
536 if (action != WLAN_PA_GAS_INITIAL_RESP &&
537 action != WLAN_PA_GAS_COMEBACK_RESP)
561 if (query->wait_comeback && action == WLAN_PA_GAS_INITIAL_RESP) {
568 if (!query->wait_comeback && action == WLAN_PA_GAS_COMEBACK_RESP) {
579 action == WLAN_PA_GAS_COMEBACK_RESP) {
589 if (action == WLAN_PA_GAS_COMEBACK_RESP) {
642 if (action
[all...]
H A Dwnm_sta.c57 u8 action, u16 intval, struct wpabuf *tfs_req)
66 enum wnm_oper tfs_oper = action == 0 ? WNM_SLEEP_TFS_REQ_IE_ADD :
70 "action=%s to " MACSTR,
71 action == 0 ? "enter" : "exit",
81 wnmsleep_ie->action_type = action;
114 if (action == WNM_SLEEP_MODE_EXIT && wpa_sm_ocv_enabled(wpa_s->wpa)) {
148 "WNM-Sleep Request action frame");
159 mgmt->u.action.category = WLAN_ACTION_WNM;
160 mgmt->u.action.u.wnm_sleep_req.action
56 ieee802_11_send_wnmsleep_req(struct wpa_supplicant *wpa_s, u8 action, u16 intval, struct wpabuf *tfs_req) argument
[all...]
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A DMakefile.am57 @: do-nothing action to avoid default SCCS get
89 @: do-nothing action to avoid default SCCS get, .menu built with .texi
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dserver.h95 void (*action) (struct inferior_list_entry *));
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dkcm_locl.h131 } action; member in struct:kcm_event
/freebsd-11-stable/sys/net/
H A Dif_pfsync.h82 * | first action fields |
87 * | second action fields |
112 u_int8_t action; member in struct:pfsync_subheader
215 u_int64_t pfsyncs_badact; /* bad action */
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A DMakefile.am75 @: do-nothing action to avoid default SCCS get, .h built with .c
107 @: do-nothing action to avoid default SCCS get, .menu built with .texi
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Ddpp-qrcode.py47 if "act=android.intent.action.VIEW" not in line:
113 action='store_const', dest='loglevel',
H A Dwps-nfc.py442 action='store_const', dest='loglevel',
444 parser.add_argument('-q', const=logging.WARNING, action='store_const',
446 parser.add_argument('--only-one', '-1', action='store_true',
448 parser.add_argument('--no-wait', action='store_true',
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-pflog.c106 tok2str(pf_actions, "unkn(%u)", hdr->action),
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcompat.c61 /* Return the action character (see svn_log_changed_path2_t) for KIND.
88 change_copy->action = path_change_kind_to_char(change->change_kind);
/freebsd-11-stable/contrib/less/
H A Dlesskey.c28 * string <whitespace> action [chars] <newline>
43 * "action" is the name of a "less" action, from the table below.
70 * string <0> <action>
72 * string <0> <action|A_EXTRA> chars <0>
76 * "<action>" is one byte containing the action code (the A_xxx value).
77 * If action is ORed with A_EXTRA, the action byte is followed
615 * Find an action, give
647 int action; local
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c237 V_pf_default_rule.action = PF_DROP;
239 V_pf_default_rule.action = PF_PASS;
841 PF_MD5_UPD(rule, action);
1092 if (((struct pfioc_rule *)addr)->action ==
1191 rs_num = pf_get_ruleset_number(pr->rule.action);
1277 if (((((rule->action == PF_NAT) || (rule->action == PF_RDR) ||
1278 (rule->action == PF_BINAT)) && rule->anchor == NULL) ||
1324 rs_num = pf_get_ruleset_number(pr->rule.action);
1355 rs_num = pf_get_ruleset_number(pr->rule.action);
[all...]
/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c438 apprentice_1(struct magic_set *ms, const char *fn, int action) argument
453 if (action == FILE_COMPILE) {
454 map = apprentice_load(ms, fn, action);
465 map = apprentice_load(ms, fn, action);
482 if (action == FILE_LIST) {
678 file_apprentice(struct magic_set *ms, const char *fn, int action) argument
686 if ((fn = magic_getpath(fn, action)) == NULL)
716 fileerr = apprentice_1(ms, fn, action);
736 if (action == FILE_LOAD)
745 switch (action) {
1179 load_1(struct magic_set *ms, int action, const char *fn, int *errs, struct magic_entry_set *mset) argument
1365 apprentice_load(struct magic_set *ms, const char *fn, int action) argument
1862 parse(struct magic_set *ms, struct magic_entry *me, const char *line, size_t lineno, int action) argument
2674 getvalue(struct magic_set *ms, struct magic *m, const char **p, int action) argument
[all...]
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py1074 parser.add_option('-v', '--verbose', action='count',
1076 parser.add_option('--alias-prefix', action='append',
1078 parser.add_option('--dump', action='store_true',
1080 parser.add_option('--no-dump', action='store_true',
1082 parser.add_option('--out-orig', action='store',
1084 parser.add_option('--out-new', action='store',
1086 parser.add_option('--dwarfdump', action='store',
1088 parser.add_option('--objdump', action='store',
1090 parser.add_option('--exclude-ver', action='append', metavar="RE")
1091 parser.add_option('--include-ver', action
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1138 u8 *action __maybe_unused;
1150 action = (u8 *) &mgmt->u.action.u;
1151 wpa_printf(MSG_DEBUG, "RX_ACTION category %u action %u sa " MACSTR
1153 mgmt->u.action.category, *action,
1162 if (mgmt->u.action.category == WLAN_ACTION_FT) {
1163 wpa_ft_action_rx(sta->wpa_sm, (u8 *) &mgmt->u.action, plen);
1168 if (mgmt->u.action.category == WLAN_ACTION_SA_QUERY) {
1174 if (mgmt->u.action
[all...]
H A Dieee802_11.c4403 u8 *action __maybe_unused;
4413 action = (u8 *) &mgmt->u.action.u;
4414 wpa_printf(MSG_DEBUG, "RX_ACTION category %u action %u sa " MACSTR
4416 mgmt->u.action.category, *action,
4421 if (mgmt->u.action.category != WLAN_ACTION_PUBLIC &&
4425 mgmt->u.action.category, MAC2STR(mgmt->sa));
4432 robust_action_frame(mgmt->u.action.category)) {
4452 "Drop repeated action fram
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c1274 unsigned int action, extra_string, extra_data; local
1279 action = ((ent->make_relative ? 1 : 0)
1313 BFD_ASSERT (action & 1);
1316 action &= ~1;
1319 while (action)
1323 if (action & 2)
1327 action &= ~2;
1341 if (action & 4)
1350 action &= ~4;
1355 if (action
[all...]
/freebsd-11-stable/sbin/restore/
H A Dtape.c289 curfile.action = USING;
299 curfile.action = USING;
349 if (command == 'R' || command == 'r' || curfile.action != SKIP)
464 if (curfile.action != USING) {
490 if (curfile.action == USING) {
510 if (gettingfile && curfile.action == USING) {
515 curfile.action = UNKNOWN;
579 curfile.action = USING;
927 curfile.action = SKIP;
1269 switch (curfile.action) {
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dsavemail.c1194 char *action; local
1202 action = "failed";
1209 action = "delivered (to mailing list)";
1211 action = "delivered (to mailbox)";
1214 action = "relayed (to non-DSN-aware mailer)";
1216 action = "expanded (to multi-recipient alias)";
1218 action = "delayed";
1220 action = "relayed (Deliver-By trace mode)";
1222 action = "delayed (Deliver-By notify mode)";
1224 action
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c96 nic_rule_action action; member in struct:nic_rule_tag
738 ifi.action = IFS_EXISTS;
1075 nic_rule_action action; local
1080 * failing to follow the logic. Ideally action could remain
1084 action = ACTION_LISTEN;
1101 action = interface_action(NULL, &wildaddr, 0);
1102 v6wild = (ACTION_IGNORE != action);
1114 wildif->ignore_packets = (ACTION_DROP == action);
1145 action = interface_action(NULL, &wildaddr, 0);
1146 v4wild = (ACTION_IGNORE != action);
[all...]

Completed in 318 milliseconds

1234567891011>>