Lines Matching defs:operate
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 perform
112 * recursion. That is, it wants the full state-machine-list to operate on
117 * returns from the operate routine.
120 * a waiting list, and will call operate() on this query (or queries).
122 * (or queries) continue to operate their state machines, until they are
124 * wanted the recursion. After that the mesh calls operate() on the module
352 * operate() should return with wait_reply. Later on a callback
353 * will cause operate() to be called with event timeout or reply.
481 /** region for temporary usage. May be cleared after operate() call. */
483 /** buffer for temporary usage. May be cleared after operate() call. */
767 * @param id: module id number that operate() is called on.
777 void (*operate)(struct module_qstate* qstate, enum module_ev event,