HomeSort by: relevance | last modified time | path
    Searched refs:operate (Results 1 - 25 of 73) sorted by relevancy

1 2 3

  /src/external/bsd/unbound/dist/pythonmod/doc/examples/
example0-1.py 16 def operate(id, event, qstate, qdata): function
17 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/usr.sbin/sysinst/arch/hp300/
msg.md.en 40 {If your machine has 4MB or less, sysinst will not operate correctly.
  /src/external/bsd/unbound/dist/pythonmod/examples/
calc.py 44 def operate(id, event, qstate, qdata): function
resgen.py 42 def operate(id, event, qstate, qdata): function
resip.py 49 def operate(id, event, qstate, qdata): function
50 print("Operate {} state: {}".format(event, qstate))
resmod.py 53 def operate(id, event, qstate, qdata): function
dict.py 71 def operate(id, event, qstate, qdata): function
edns.py 109 def operate(id, event, qstate, qdata): function
log.py 102 def operate(id, event, qstate, qdata): function
103 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
inplace_callbacks.py 349 def operate(id, event, qstate, qdata): function
  /src/usr.sbin/sysinst/arch/mvme68k/
msg.md.en 40 {If your machine has 4MB or less, sysinst will not operate correctly.
  /src/usr.sbin/sysinst/arch/virt68k/
msg.md.en 40 {If your machine has 4MB or less, sysinst will not operate correctly.
  /src/external/bsd/unbound/dist/dynlibmod/
dynlibmod.c 108 __DYNSYM operate; local
128 operate = __LOADSYM(dynamic_library,"operate");
129 if (operate == NULL) {
131 log_err("dynlibmod[%d]: unable to load operate procedure from dynamic library \"%s\".", dynlib_mod_idx, de->fname);
134 de->func_operate = (func_operate_t)(void*)operate;
178 /** dynlib module operate on a query */
  /src/external/bsd/unbound/dist/dynlibmod/examples/
helloworld.c 60 /* Operate is called every time a query passes by this module. The event can be
62 EXPORT void operate(struct module_qstate* qstate, enum module_ev event, function
64 log_info("dynlib: hello world from operate");
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
ascii.d 4 Functions which operate on ASCII characters.
11 For functions which operate on Unicode characters, see
  /src/sys/arch/alpha/alpha/
db_disasm.c 861 goto operate;
865 goto operate;
869 goto operate;
873 operate:
969 * These are just in "operate" format.
972 goto operate;
  /src/external/bsd/unbound/dist/pythonmod/
ubmodule-tst.py 95 def operate(id, event, qstate, qdata): function
96 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
ubmodule-msg.py 95 def operate(id, event, qstate, qdata): function
96 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/usr.bin/make/unit-tests/
var-op-default.mk 28 # The .for loop is described in the manual page as if it would operate on
  /src/bin/csh/
set.c 55 static Char *operate(int, Char *, Char *);
330 asx(vp, subscr, operate(op, gv->vec[subscr - 1], p));
333 set(vp, operate(op, value(vp), p));
364 operate(int op, Char *vp, Char *p) function
  /src/external/bsd/unbound/dist/testdata/pymod.tdir/
pymod.py 100 def operate(id, event, qstate, qdata): function
101 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
pymod_thread.py 100 def operate(id, event, qstate, qdata): function
101 log_info("pythonmod: operate called, id: %d, event:%s" % (id, strmodulevent(event)))
  /src/external/bsd/unbound/dist/util/
module.h 42 * state machines are activated in sequence to operate on queries. Once
50 * functions are called, operate to move the state machine and cleanup of
72 * operate() function is called. The validator decides it needs not do
80 * query. Then the iterator suspends (returns from the operate call).
83 * operate function is called for the query, on the iterator module,
86 * operate call, which causes the previous module to be started.
92 * operate function with finished.
101 * them with the operate() call. During inform_super the query that is done
103 * not really re-entry codepoints and services). During the operate call
111 * A module is called in operate, and it decides that it wants to perfor
782 void (*operate)(struct module_qstate* qstate, enum module_ev event, member in struct:module_func_block
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 190 be used and the mode in which to operate.
275 is to operate in client mode with the remote servers that are
403 server and client should operate using symmetric-key or public-key
416 and client should operate using symmetric-key or public-key
429 both the server and client should operate using symmetric-key or
1981 and each other, since they both operate at the same
1983 since these operate at a higher stratum.
1987 it will continue to operate as a client and other clients
2078 The variables operate
3132 The variables operate as follows
    [all...]
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 57 descrip = "Force ntpq to operate in interactive mode";
59 Force ntpq to operate in interactive mode. Prompts will be written
665 These commands operate in the same way as the
744 These commands operate in the same way as the

Completed in 54 milliseconds

1 2 3