Searched refs:handle (Results 176 - 200 of 283) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/libc/rpc/
H A Dclnt_bcast.c260 void *handle; local
307 if ((handle = __rpc_setconf(nettype)) == NULL) {
311 while ((nconf = __rpc_getconf(handle)) != NULL) {
650 (void) __rpc_endconf(handle);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dos_support.h202 int fstat ARGS((int handle, struct_stat *buf));
/barrelfish-2018-10-04/include/spawndomain/
H A Dspawndomain.h48 dispatcher_handle_t handle; member in struct:spawninfo
/barrelfish-2018-10-04/tools/schedsim/
H A Dsimulator.c95 get_dispatcher_shared_generic(dispatcher_handle_t handle) argument
97 return (struct dispatcher_shared_generic *)handle;
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsarrays.tex46 possible, the handle-based facilities (bags, shelves and stores) should be
55 shelves& array& by handle& shelf_create/2,3 \\
56 bags& unordered bag& by handle& bag_create/1 \\
57 stores& hash table& by handle& store_create/1 \\
58 anonymous records& ordered list& by handle& record_create/1 \\
83 Bags are referred to by a handle.
124 Shelves are referred to by handle, not by name, so they make it easy
126 backtracks over its creation, when the shelf handle gets garbage
177 and referred to by handle, while named stores are created with a
183 or when the store handle get
[all...]
H A Dumsbugs.tex68 Not all {\eclipse} built-in predicates handle cyclic terms gracefully.
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumcxx.tex112 \item[EC_word handle(const t_ext_type *cl, const t_ext_ptr data)]\ \\
113 Construct an {\eclipse} handle for external data, attaching the
175 checks whether the EC_word is a handle whose method table
270 checks whether the EC_word is an {\eclipse} external data handle of the
272 handle is stale and cannot be used any longer. Calling this method
273 on an already stale handle silently succeeds.
H A Dembed.tex500 referred to by a handle, and interface functions (or methods) provide
772 it is wrapped into a handle to tell {\eclipse} that this is external data.
781 the function \verb.handle(). is used. It takes a pointer to any C or C++
783 and creates an {\eclipse} handle term which refers to them.
786 are predefined. For example a handle for a double array is made like this
789 EC_word w = handle(&ec_xt_double_arr, my_array);
794 If the {\eclipse} handle contains the wrong sort, the function returns
803 The creation of the handle copies the address of the array, rather than the
804 array itself, so the handle must be used within the scope of the array.
900 // creating a handle fo
[all...]
H A Ddbi.tex170 \verb'H' is a handle to a database session, and \verb'Cursor' is the cursor
318 database server, and associates it with a handle,
323 is used as a access handle to the database in subsequent calls to this
453 This code assumes a session with handle {\tt Handle} has been started beforehand.
459 This creates Cursor, which is a handle to the prepared statement,
554 This executes SQL and creates the handle Cursor for the SQL query. Template
652 This creates Cursor, which is a handle to the prepared SQL query.
H A Dembsumc.tex94 creates an {\eclipse} handle that refers to the given C data and its
173 checks whether the {\eclipse} pword is a handle whose method table
271 checks whether pw is an {\eclipse} external data handle of the
273 handle is stale and cannot be used any longer. Calling this function
274 on an already stale handle silently succeeds.
/barrelfish-2018-10-04/include/vm/
H A Dvm_mmap.c1260 if (obj->type == OBJT_VNODE && obj->handle != vp) {
1262 vp = (struct vnode *)obj->handle;
1408 objtype_t handle_type, void *handle,
1432 cdev = handle;
1443 handle, &foff, &object, &writecounted);
1446 if (handle == NULL) {
1406 vm_mmap(vm_map_t map, vm_offset_t *addr, vm_size_t size, vm_prot_t prot, vm_prot_t maxprot, int flags, objtype_t handle_type, void *handle, vm_ooffset_t foff) argument
H A Dvm_object.h122 void *handle; member in struct:vm_object
159 * as backing store. The handle
163 * the handle changed and hash-chain
H A Dvm_page.c1032 * Unbusy and handle the page queueing for a page from a getpages request that
1221 vhold(object->handle);
1268 vdrop(object->handle);
1476 vdrop(object->handle);
1732 vp = m_object->handle;
2037 drop = m_object->handle;
3322 vdrop(object->handle);
3356 vhold(object->handle);
3358 vdrop(object->handle);
3496 if (size == 0) /* handle degenerat
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Doldio.pl36 * DESCRIPTION: Contains built-in predicates to handle the I/O
H A Dcio.pl36 * DESCRIPTION: Contains built-in predicates to handle the I/O
H A Dbranch_and_bound.pl727 Handle is a handle as accepted by bb_cost/2 or bb_solution/2,
740 Handle is a handle as accepted by bb_cost/2 or bb_solution/2,
752 is a handle as accepted by bb_cost/2 or bb_solution/2,
971 Handle is a handle as accepted by bb_cost/2 or bb_solution/2,
984 Handle is a handle as accepted by bb_cost/2 or bb_solution/2,
996 is a handle as accepted by bb_cost/2 or bb_solution/2,
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dkernel-lst.tex102 \item[createdb(+DatabasePath, ?DBhandle)]{Create or open a database and assign a database handle.}
122 \item[opendb(+DatabasePath, ?DBhandle)]{Open a database and assign a database handle to it.}
/barrelfish-2018-10-04/kernel/
H A Dsyscall.c624 dispatcher_handle_t handle = dcb_current->disp; local
626 get_dispatcher_shared_generic(handle);
707 dispatcher_handle_t handle = dcb_current->disp; local
709 get_dispatcher_shared_generic(handle);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dstruct.pl19 they handle Prolog variables in the terms as objects. This is not
134 /* In order to handle statements and expressions which contain variables,
H A Dflat.pl32 to write N different sets of predicates to handle N different
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Drunning.tex34 Barrelfish's system knowledge base is not able to handle addresses above 32 bit
42 properly recognise and handle the devices in question.
H A Dfuture.tex42 We also do not handle hotplug of devices. Addition of devices could implemented
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dsyscall.c1071 dispatcher_handle_t handle = dcb_current->disp; local
1073 get_dispatcher_shared_aarch64(handle);
1075 dispatcher_is_disabled_ip(handle, context->named.pc);
1189 dispatcher_handle_t handle = dcb_current->disp; local
1191 get_dispatcher_shared_generic(handle);
/barrelfish-2018-10-04/usr/pci/
H A Dpci.c530 char* handle)
644 errval_t err = cl->rpc_tx_vtbl.read_irq_table(cl, handle, xaddr, (*busnum) + 2,
1035 free(handle);
1086 char* handle)
1090 assign_bus_numbers(addr, &busnum, maxchild, handle);
527 assign_bus_numbers(struct pci_address parentaddr, uint8_t *busnum, uint8_t maxchild, char* handle) argument
1084 pci_add_root(struct pci_address addr, uint8_t maxchild, char* handle) argument
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A DhelloWorldApp.tex139 err = event_dispatch(ws); /* get and handle next event */
150 will wait for events on the default wait-set and handle those events
232 responsible to actually handle the requests. In our case, we are just
276 service name. The \texttt{iref} handle returned by this call can be used

Completed in 515 milliseconds

1234567891011>>