Home
last modified time | relevance | path

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

12345678910>>...35

/openbsd/usr.sbin/apm/
H A Dapm.c104 switch (action) { in do_zzz()
181 action = SUSPEND; in main()
186 action = STANDBY; in main()
210 if (action != NONE && action != GETSTATUS) in main()
216 if (action != NONE && action != GETSTATUS) in main()
222 if (action != NONE && action != GETSTATUS) in main()
228 if (action != NONE && action != GETSTATUS) in main()
234 if (action != NONE && action != GETSTATUS) in main()
278 switch (action) { in main()
307 command.action = action; in main()
[all …]
/openbsd/usr.sbin/bgpd/
H A Drde_filter.c157 set->action.id = pftable_name2id(set->action.pftable); in rde_apply_set()
166 set->action.id = rtlabel_name2id(set->action.rtlabel); in rde_apply_set()
369 if (fa->action != fb->action || fa->quick != fb->quick) in rde_filter_equal()
550 return (a->action.nexthop.aid - b->action.nexthop.aid); in filterset_cmp()
609 a->action.prepend == b->action.prepend) in filterset_equal()
620 a->action.metric == b->action.metric) in filterset_equal()
627 a->action.relative == b->action.relative) in filterset_equal()
632 memcmp(&a->action.nexthop, &b->action.nexthop, in filterset_equal()
638 a->action.nh_ref == b->action.nh_ref) in filterset_equal()
691 a->action.origin == b->action.origin) in filterset_equal()
[all …]
/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp44 FileAction action; in SetOptionValue() local
46 launch_info.AppendFileAction(action); in SetOptionValue()
52 FileAction action; in SetOptionValue() local
54 launch_info.AppendFileAction(action); in SetOptionValue()
60 FileAction action; in SetOptionValue() local
62 launch_info.AppendFileAction(action); in SetOptionValue()
72 FileAction action; in SetOptionValue() local
74 if (action.Open(STDIN_FILENO, dev_null, true, false)) in SetOptionValue()
75 launch_info.AppendFileAction(action); in SetOptionValue()
77 launch_info.AppendFileAction(action); in SetOptionValue()
[all …]
/openbsd/gnu/llvm/llvm/utils/lit/lit/
H A Dcl_arguments.py26 action='version',
43 action="append",
51 action="store_true")
56 action="store_true")
60 action="store_true")
63 action="store_true",
69 action="store_true")
94 action="append",
100 action="store_true")
104 action="store_true")
[all …]
/openbsd/usr.bin/yacc/
H A Dmkpar.c38 action **parser;
54 extern action *add_reductions(int, action *);
55 extern action *add_reduce(action *, int, int);
85 action *
88 action *actions; in parse_actions()
96 action *
127 action *
149 action *
208 action *p; in unused_rules()
317 action *p; in sole_reduction()
[all …]
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DSATest.py224 add_parser.add_argument("--origin", action="store", default="",
226 add_parser.add_argument("--commit", action="store", default="",
273 action="store", type=str, default="")
277 action="store", type=str, default="")
283 cmp_parser.add_argument("--stats-only", action="store_true",
286 cmp_parser.add_argument("--show-stats", action="store_true",
301 upd_parser.add_argument("--git", action="store_true",
310 dock_parser.add_argument("--build-image", action="store_true",
312 dock_parser.add_argument("--shell", action="store_true",
314 dock_parser.add_argument("--llvm-project-dir", action="store",
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A Darguments.py156 action='store_true',
189 action='store_true',
197 action='append',
213 action='store_true',
282 action='store_true',
289 action='store_true',
293 action='store_true',
339 action='store_true',
349 action='append',
365 action='store_true',
[all …]
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddotest_args.py30 action='store_true',
68 action='append',
83 action='append',
89 action='append',
95 action='append',
112 action='store_true',
126 action='append',
175 action='append',
206 action='append',
212 action='append',
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D980506-1.c37 short action; local
48 action = TIFFFax1DAction[state][sp_data];
50 if (action == 0 )
52 if (action == 1 )
54 if (action == 210 )
57 action = (TIFFFaxWhiteCodes[ action - 2 ].runlen) ;
58 runlen += action;
59 if (action < 64)
/openbsd/usr.sbin/unbound/respip/
H A Drespip.c116 node->action = respip_none; in respip_sockaddr_find_or_create()
185 enum respip_action action; in respip_action_cfg() local
217 node->action = action; in respip_action_cfg()
759 if(action == respip_refuse || action == respip_always_refuse) { in respip_nodata_answer()
766 } else if(action == respip_static || action == respip_redirect || in respip_nodata_answer()
806 actinfo->action = action; in populate_action_info()
815 if(action == respip_inform || action == respip_inform_deny || in populate_action_info()
834 enum respip_action* action, in respip_use_rpz() argument
846 *action = raddr->action; in respip_use_rpz()
924 action = raddr->action; in respip_rewrite_reply()
[all …]
/openbsd/sbin/unwind/libunbound/respip/
H A Drespip.c116 node->action = respip_none; in respip_sockaddr_find_or_create()
185 enum respip_action action; in respip_action_cfg() local
217 node->action = action; in respip_action_cfg()
759 if(action == respip_refuse || action == respip_always_refuse) { in respip_nodata_answer()
766 } else if(action == respip_static || action == respip_redirect || in respip_nodata_answer()
806 actinfo->action = action; in populate_action_info()
815 if(action == respip_inform || action == respip_inform_deny || in populate_action_info()
834 enum respip_action* action, in respip_use_rpz() argument
846 *action = raddr->action; in respip_use_rpz()
924 action = raddr->action; in respip_rewrite_reply()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsiginfo.c46 struct sigaction action; in main() local
47 memset (&action, 0, sizeof (action)); in main()
49 action.sa_sigaction = handler; in main()
50 action.sa_flags |= SA_SIGINFO; in main()
52 action.sa_handler = handler; in main()
54 sigaction (SIGVTALRM, &action, NULL); in main()
H A Dsigstep.c35 struct sigaction action; variable
47 memset (&action, 0, sizeof (action)); in main()
48 action.sa_handler = handler; in main()
49 sigaction (SIGVTALRM, &action, NULL); in main()
50 sigaction (SIGALRM, &action, NULL); in main()
/openbsd/lib/libc/stdlib/
H A Dtsearch.c95 trecurse(node *root, void (*action)(const void *, VISIT, int), int level) in trecurse()
98 (*action)(root, leaf, level); in trecurse()
100 (*action)(root, preorder, level); in trecurse()
102 trecurse(root->left, action, level + 1); in trecurse()
103 (*action)(root, postorder, level); in trecurse()
105 trecurse(root->right, action, level + 1); in trecurse()
106 (*action)(root, endorder, level); in trecurse()
112 twalk(const void *vroot, void (*action)(const void *, VISIT, int)) in twalk()
116 if (root != (node *)0 && action != (void (*)(const void *, VISIT, int))0) in twalk()
117 trecurse(root, action, 0); in twalk()
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A DFSM.py119 self.action = None
131 def add_transition (self, input_symbol, state, action=None, next_state=None): argument
146 self.state_transitions[(input_symbol, state)] = (action, next_state)
148 def add_transition_list (self, list_input_symbols, state, action=None, next_state=None): argument
162 self.add_transition (input_symbol, state, action, next_state)
164 def add_transition_any (self, state, action=None, next_state=None): argument
180 self.state_transitions_any [state] = (action, next_state)
182 def set_default_transition (self, action, next_state): argument
193 self.default_transition = (action, next_state)
240 if self.action is not None:
[all …]
/openbsd/lib/libssl/
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 …]
/openbsd/gnu/llvm/llvm/utils/
H A Dllvm-original-di-preservation.py16 self.action = action
24 def __init__(self, action, fn_name): argument
25 self.action = action
28 return self.action + self.fn_name
32 self.action = action
93 row.append(x.action)
175 row.append(x.action)
258 row.append(x.action)
452 action = bug["action"]
477 action = bug["action"]
[all …]
/openbsd/gnu/llvm/llvm/utils/Misc/
H A Dzkill146 action="store", default='INT',
150 action="store_true", default=False)
154 action="store_true", default=False)
157 action="store_true", default=False)
160 action="store_true", default=False)
163 action="store_true", default=False)
169 action="store", default=None)
172 action="store", default=None)
175 action="store", default=None)
181 action="store", type=float, default=inf)
[all …]
/openbsd/usr.sbin/ifstated/
H A Dparse.y126 | grammar action '\n'
190 action : RUN STRING {
193 if ((action = calloc(1, sizeof(*action))) == NULL)
198 action, entries);
208 if ((action = calloc(1, sizeof(*action))) == NULL)
213 action, entries);
218 if ((action = calloc(1, sizeof(*action))) == NULL)
225 curaction = action;
233 | optnl action
237 | action nl
[all …]
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp92 FileAction::Action action; member
110 for (const ForkFileAction &action : actions) { in has_action() local
111 if (action.fd == fd) in has_action()
125 for (const ForkFileAction &action : info.actions) { in ChildFunc() local
126 switch (action.action) { in ChildFunc()
128 if (close(action.fd) != 0) in ChildFunc()
132 if (dup2(action.fd, action.arg) == -1) in ChildFunc()
136 DupDescriptor(error_fd, action.path.c_str(), action.fd, action.arg); in ChildFunc()
226 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()), in ForkFileAction()
/openbsd/gnu/llvm/libcxx/utils/libcxx/test/
H A Dnewconfig.py27 for action in actions:
28 action.applyTo(config)
31 action.pretty(config, lit_config.params),
37 for action in actions:
38 action.applyTo(config)
41 action.pretty(config, lit_config.params),
/openbsd/gnu/llvm/llvm/lib/Analysis/models/
H A Dgen-regalloc-eviction-test-model.py48 def action(*inputs): function
52 module.action = tf.function()(action)
53 action = {
54 'action': module.action.get_concrete_function(get_input_signature())
56 tf.saved_model.save(module, path, signatures=action)
H A Dgen-inline-oz-test-model.py105 def action(*inputs): function
108 module.action = tf.function()(action)
109 action = {'action': module.action.get_concrete_function(signature['inputs'])}
110 tf.saved_model.save(module, path, signatures=action)
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dsoft-hyphens7 sigE<shy>action
13 sigE<173>action
19 sigE<0x00AD>action
26 sig\%action
32 sig\%action
38 sig\%action
/openbsd/usr.sbin/rcctl/
H A Drcctl.sh82 needs_root ${action}
518 action=$1
521 case ${action} in
540 if [ "${action}" != "disable" ]; then
601 case ${action} in
603 needs_root ${action}
610 needs_root ${action}
619 ( svc_${action} ${svc} "${var}" )
623 ( svc_${action} ${svc} "${var}" )
633 needs_root ${action}
[all …]

12345678910>>...35