Searched refs:control (Results 26 - 50 of 140) sorted by relevance

123456

/barrelfish-master/include/devif/backends/
H A Ddescq.h38 descq_control_t control; member in struct:descq_func_pointer
/barrelfish-master/include/barrelfish/
H A Dlmp_chan.h186 * \brief Apply generic IDC control operation to LMP send flags
188 static inline lmp_send_flags_t idc_control_to_lmp_flags(idc_control_t control, argument
191 switch (control) {
198 default: // no-op for other control ops
/barrelfish-master/include/thc/
H A Dthcstubs.h46 typedef errval_t common_control_fn(struct common_binding *_binding, idc_control_t control);
56 common_control_fn *control; member in struct:common_binding
102 // Concurrency control over the fields in the THC binding structure
/barrelfish-master/usr/bench/ump_bench/
H A Dexchange.c68 msg->header.control = ctrl;
138 msg->header.control = ctrl;
H A Dlatency_cache.c71 msg->header.control = ctrl;
H A Dmain.c69 msg->header.control = ctrl;
/barrelfish-master/lib/driverkit/
H A Dmodules.c175 * \param[out] control endpoint cap of the control interface (created as part of this function).
179 uint64_t flags, iref_t* device, struct capref* control)
218 err = dcontrol_service_init(inst, NULL, (disp_get_core_id() == 0), control);
220 DEBUG_ERR(err, "Can't set-up control interface for device.");
178 driverkit_create_driver(const char* cls, struct bfdriver_instance *inst, uint64_t flags, iref_t* device, struct capref* control) argument
/barrelfish-master/include/flounder/
H A Dflounder_support_ump.h63 /// Prepare a "control" word (header for each UMP message fragment)
78 /// Process a "control" word
109 msg->header.control = ctrl;
/barrelfish-master/usr/tests/devif/
H A Didc_endpoint.c151 static errval_t control(struct descq* q, uint64_t cmd, uint64_t value, uint64_t* res) function
194 f->control = control;
/barrelfish-master/lib/devif/backends/idc/
H A Ddesc_queue.c54 // Flow control
232 err = queue->binding->rpc_tx_vtbl.control(queue->binding, cmd, value, result, &err2);
377 *err = q->f.control(q, cmd, value, result);
522 q->f.control = state->f.control;
596 state->f.control = f->control;
617 tmp->f.control = f->control;
805 q->f.control
[all...]
/barrelfish-master/lib/acpica/source/common/
H A Ddmextern.c1053 * RETURN: The number of control method externals in the external list
1056 * If any control method externals have been found, we must
1059 * AML, we don't know the number of arguments from the control
1141 * Determine the number of control methods in the external list, and
1159 /* Check if any control methods were unresolved */
1248 * DESCRIPTION: Issue warning message if there are unresolved external control
1254 Summary of the external control method problem:
1258 resolve control method references (invocations).
1264 disassemble the control method invocation -- because the disassembler does
1267 An example: Assume we have two control method
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dremote_tools.pl128 summary: "Transfer control from ECLiPSe to the development tools.",
131 Transfer the `control' from ECLiPSe to the development tools,
133 This predicate returns when control is returned to ECLiPSe.
173 user with more control over the connection than attach_tools/0. The
227 args: ["ControlStream": "control stream (stream name or variable)"],
233 returns the stream name of the control stream. If not attached, the
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid_vsic.c128 uint8_t control; member in struct:write16
145 .control = 0,
237 uint8_t control; member in struct:read16
251 .control = 0,
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DRemoteEclipse.java40 * execution control to be transferred explicity over to ECLiPSe with the
44 * <code>disconnect()</code> method (when Java has execution control) or
45 * <code>unilateralDisconnect()</code> (when ECLiPSe has execution control).
69 * because control does not return to Java until after the write command
92 // The socket for sending/receiving control signals
93 private Socket control; field in class:RemoteEclipse
99 // Stream for receiving control signals in EXDR format
103 // Stream for sending control signals in EXDR format
201 control = new Socket(remoteEclipseHost, remoteEclipsePort);
202 // initialise the EXDR readers and writers on the control socke
[all...]
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dclients.tex50 VC attached, control of the {\eclipse} process may pass between
55 \emph{hold} the control.
103 Should the VC hold, control can be passed back to {\eclipse} by
107 control, see Figure \ref{fig:autoresume}.
226 control when the \viewable{} is expanded.
228 control when the \viewable{} is contracted.
230 control when the \viewable{} is destroyed. This option is useful for
252 options are disabled because {\eclipse} has control and the update
253 granularity can only be changed when the Java VC is holding control.
273 control, sinc
[all...]
/barrelfish-master/doc/012-services/
H A DServices.tex135 manipulate system memory, and control execution of the system. It may
137 services that allow control of system abstractions such as
146 A device driver service provides access and control over a specific
227 control power usage. It also manages system sleep and wakeup, and
236 access control, that is, access control policies can be defined in
239 identities, as well as management of principles (e.g., account control).
371 % protection: prinicipals, access control
471 %% policy for access control.
600 virtual memory management service, since it will require control o
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsexcept.tex314 \bipref{throw/1}{../bips/kernel/control/throw-1.html}), e.g.,
376 {../bips/kernel/control/throw-1.html}, it has the same effect as if
520 using a qualified call via \txtbipref{:/2}{(:)/2}{../bips/kernel/control/N-2.html}.
532 \bipref{throw/1}{../bips/kernel/control/throw-1.html} may be
534 \bipref{catch/3}{../bips/kernel/control/catch-3.html}
538 call of the \bipref{catch/3}{../bips/kernel/control/catch-3.html} predicate).
539 Specifying the predicates \bipref{true/0}{../bips/kernel/control/true-0.html} or
540 \bipref{fail/0}{../bips/kernel/control/fail-0.html} as error handlers
838 %call of \bipref{exit_block/1}{../bips/kernel/control/exit_block-1.html}.
841 %then \bipref{block/3}{../bips/kernel/control/bloc
[all...]
H A Dumscmdlineopts.tex82 {\eclipse} local/control stack can grow.
87 The local/control stack is unlikely to require more than this default.
153 local/control stack area can grow
H A Dumstkeclipse.tex157 case). The extra arguments are used to control how the display is updated.
165 The other arguments in this predicate are used to control when the
305 is used to pass control explicitly to {\eclipse}.
310 processes are synchronised in that there is a thread-like flow of control
317 has an indicator showing which side has control (see Figure~\ref{remotetools}).
318 To allow {\eclipse} to resume execution, control is transferred back from
321 pressed in the tracer tool), or control can be transferred explicitly back
371 tools, as the {\eclipse} session is initially given control. The user can
379 above. In order to use the tools in a more interactive way, control should
382 When the remote tools have control, th
[all...]
H A Dumserrors.tex256 \bipref{throw/1}{../bips/kernel/control/throw-1.html},
344 \bipref{throw/1}{../bips/kernel/control/throw-1.html}
349 \item[local_control_overflow] for overflows of the local/control stack
350 that holds information related to the control flow.
354 \bipref{catch/3}{../bips/kernel/control/catch-3.html}, e.g.,
537 %\bipref{halt/0}{../bips/kernel/opsys/halt-0.html}, \bipref{abort/0}{../bips/kernel/control/abort-0.html} and \bipref{true/0}{../bips/kernel/control/true-0.html},
H A Dumsparutil.tex54 {\it To} in parallel. See also \bipref{fork/2}{../bips/kernel/control/fork-2.html}, on which it is based.
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dtypes.h343 * the control stack
348 typedef union control { union
442 typedef struct control::choice_frame *chp_ptr;
443 typedef struct control::invocation_frame *invoc_ptr;
444 typedef struct control::top_frame *top_ptr;
484 b; /* top of control stack */
/barrelfish-master/doc/015-disk-driver-arch/
H A Dconclusion.tex16 If a domain is allowed full control over the configuration of \acs{dma}
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkeclipse.tcl109 puts stderr " -l <kbytes> local+control stack size"
1195 balloonhelp .tkecl.query.label "Query entry - type query in here (terminating `.' optional). <Ret> or run to execute.\n Up and down arrows moves through previous queries, <Tab> for query completion.\n Left-click arrow on right-hand side for selecting previous queries (non-duplicated).\n Right-click (or control-left) for copy, paste and history."
1203 Right (or control-left) to popup a menu to copy selection to clipboard, match a query's outputs, or clear the window."
1206 Right (or control-left) click to popup a menu to copy selection to clipboard, match a query's outputs, or clear the window."
1237 # use the more sophisticated version of ec_stream_to_window for more control
/barrelfish-master/lib/ahci/
H A Dahci.c321 static errval_t ahci_control(struct ahci_binding *_binding, idc_control_t control) argument
349 binding->control = ahci_control;

Completed in 204 milliseconds

123456