Searched refs:handle (Results 201 - 225 of 283) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_print.c89 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
95 n = ns_sprintrrf(ns_msg_base(*handle), ns_msg_size(*handle),
1112 /* XXX need to handle \nnn form. */
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dsyscall.c1166 dispatcher_handle_t handle = dcb_current->disp; local
1168 get_dispatcher_shared_arm(handle);
1169 dcb_current->disabled = dispatcher_is_disabled_ip(handle, context->named.pc);
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dsyscall.c70 // XXX: FIXME: cleanup and handle errors!
1016 dispatcher_handle_t handle = dcb_current->disp; local
1018 get_dispatcher_shared_x86_32(handle);
1019 dcb_current->disabled = dispatcher_is_disabled_ip(handle, cpu_save_frame[0]);
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp/
H A Dsnmp_msg.c179 snmp_receive(void *handle, struct pbuf *p, const ip_addr_t *source_ip, u16_t port) argument
185 request.handle = handle;
214 err = snmp_sendto(request.handle, request.outbound_pbuf, request.source_ip, request.source_port);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Declipse_cc.cc589 handle(const t_ext_type *cl, const t_ext_ptr data) function
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dio.tex35 \item operating system I/O handle
212 (1.0Inf). For some host systems, workaround are required to handle
H A Dbuiltins.tex113 Built-ins to handle events and interrupts are implemented in
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dppc-mont.pl293 subfe $ovf,$j,$ovf ; handle upmost overflow bit
/barrelfish-2018-10-04/usr/arrakismon/
H A Dvmkitmon.c183 struct dispatcher_generic *dg = get_dispatcher_generic(si.handle);
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Deplex.tex639 when a solver handle gets garbage collected. The solver is disassociated
650 when an unused solver state handle gets garbage collected.
686 These predicates accesses the external solver state via a handle, which is
688 particular solver state by the other predicates. The handle should be
699 eplex_solver_setup/4}: the solver state handle {\tt Handle}, which is
711 constraints must be added explicitly via the handle (using {\tt
818 state's handle:
903 state is associated with an eplex handle, the solver state is disassociated
915 The result is a handle similar to the one obtained by lp_setup/4.
1020 problem specified by the handle
[all...]
H A Dsolverinter.tex119 example, the eplex solver can only handle linear expressions. Refer
/barrelfish-2018-10-04/lib/nfs/
H A Dnfs.x127 nfs_fh3 handle;
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Drdtok.pl236 % We have to take great care with /* comments to handle end of file
296 % that we HAVE to handle end of file characters in this
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex66 uses doubly linked lists to handle collisions, the free list, and a list of
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c131 dispatcher_handle_t handle = curdispatcher(); local
132 struct capref dcb = get_dispatcher_generic(handle)->dcb_cap;
810 // close source handle
/barrelfish-2018-10-04/usr/eclipseclp/WinMSC/Eclipse/
H A DEclipse.mak88 -@erase "$(INTDIR)\handle.obj"
177 "$(INTDIR)\handle.obj" \
284 -@erase "$(INTDIR)\handle.obj"
377 "$(INTDIR)\handle.obj" \
1703 SOURCE=..\..\sepia\i386_nt\handle.c
1719 "$(INTDIR)\handle.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)"
1737 "$(INTDIR)\handle.obj" : $(SOURCE) $(DEP_CPP_HANDL) "$(INTDIR)"
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsio.tex149 stream handle or a symbolic stream name.
159 To obtain a handle when only an alias is known, use
271 If it is uninstantiated, the system will bind it to an anonymous stream handle:
292 The stream identifier (symbolic or handle) may then be used in predicates
307 and pass the resulting handle as an argument wherever it is needed.
337 by handle are closed automatically, either on failure across the
338 open/3,4 predicate, or after all copies of their handle become unused
H A Dumsexcept.tex125 The built-in takes a handler goal and creates an anonymous event handle Event.
126 This handle is the only way to identify the event, and therefore must be
129 Typically, these arguments would include the Event handle itself and other
159 The event can be an anonymous event handle, e.g.,
694 However, even in this setting, {\eclipse} can also handle signals directly,
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dsyscall.c1394 dispatcher_handle_t handle = dcb_current->disp; local
1396 get_dispatcher_shared_x86_64(handle);
1397 dcb_current->disabled = dispatcher_is_disabled_ip(handle, rip);
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex175 \item \texttt{devq *q}: handle to the device queue.
216 \item \texttt{devq *q}: handle to the device queue
274 \item \texttt{devq *q}: handle to the device queue.
335 \item \texttt{devq *q}: handle to the device queue.
385 \item \texttt{devq *q}: handle to the device queue.
559 \ref{fig:overview}. The creation of a queue yields a handle that contains all the
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex257 does not handle the case that the insertion was not effective because
267 The \eclipse recovery algorithm does also handle recovery after
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Ddmextern.c1317 disassembler, otherwise it does not know how to handle the method invocations.
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dwidget.tcl173 ## handle
177 ;proc handle {namesp w subcmd args} {
216 #interp alias {} \$base {} ::Widget::handle $namesp \$w
218 ;proc ::\$base args \"uplevel ::Widget::handle $namesp \[list \$w\] \\\$args\"
251 ## construction speed. It's delicate, so handle with extreme care.
278 ;proc ::\$w args \"uplevel ::Widget::handle $namesp \[list \$w\] \\\$args\"
279 #interp alias {} \$w {} ::Widget::handle $namesp \$w
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Deprolog.tex224 Both bags and shelves are referred to by handle, not by name,
227 creation, when the handle gets garbage collected, or when they are
237 A bag is an unordered collection, referred to by a handle.
266 as a term. Shelves are referred to by a handle.
/barrelfish-2018-10-04/include/vm/
H A Dvm_fault.c640 vp = fs.object->handle;
844 (fs.object->handle == NULL) &&

Completed in 383 milliseconds

1234567891011>>