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

1234567891011>>

/barrelfish-master/lib/rcce/
H A Dring_barriers.c200 dispatcher_handle_t handle = curdispatcher(); local
202 get_dispatcher_shared_generic(handle);
/barrelfish-master/lib/spawndomain/arch/arm/
H A Dspawn_arch.c207 dispatcher_handle_t handle,
214 struct dispatcher_shared_arm* disp_arm = get_dispatcher_shared_arm(handle);
206 spawn_arch_set_registers(void *arch_load_info, dispatcher_handle_t handle, arch_registers_state_t *enabled_area, arch_registers_state_t *disabled_area) argument
/barrelfish-master/lib/spawndomain/arch/aarch64/
H A Dspawn_arch.c205 dispatcher_handle_t handle,
213 get_dispatcher_shared_aarch64(handle);
204 spawn_arch_set_registers(void *arch_load_info, dispatcher_handle_t handle, arch_registers_state_t *enabled_area, arch_registers_state_t *disabled_area) argument
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid_vsic.c337 void *handle)
361 static errval_t vsic_poll(struct storage_vsic *vsic, void **handle) argument
370 *handle = (void *)1234;
336 vsic_flush2(struct storage_vsic *vsic, struct storage_vsa *vsa, void *handle) argument
/barrelfish-master/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-master/usr/eclipseclp/Kernel/src/
H A Dos_support.h202 int fstat ARGS((int handle, struct_stat *buf));
/barrelfish-master/include/barrelfish/
H A Dlmp_chan.h84 void lmp_channels_retry_send_disabled(dispatcher_handle_t handle);
/barrelfish-master/include/spawndomain/
H A Dspawndomain.h48 dispatcher_handle_t handle; member in struct:spawninfo
/barrelfish-master/tools/schedsim/
H A Dsimulator.c95 get_dispatcher_shared_generic(dispatcher_handle_t handle) argument
97 return (struct dispatcher_shared_generic *)handle;
/barrelfish-master/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-master/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.
/barrelfish-master/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-master/usr/eclipseclp/Kernel/lib/
H A Doldio.pl36 * DESCRIPTION: Contains built-in predicates to handle the I/O
/barrelfish-master/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-master/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-master/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-master/kernel/
H A Dsyscall.c701 dispatcher_handle_t handle = dcb_current->disp; local
703 get_dispatcher_shared_generic(handle);
784 dispatcher_handle_t handle = dcb_current->disp; local
786 get_dispatcher_shared_generic(handle);
/barrelfish-master/kernel/arch/armv8/
H A Dsyscall.c1154 dispatcher_handle_t handle = dcb_current->disp; local
1156 get_dispatcher_shared_aarch64(handle);
1158 dispatcher_is_disabled_ip(handle, context->named.pc);
1272 dispatcher_handle_t handle = dcb_current->disp; local
1274 get_dispatcher_shared_generic(handle);

Completed in 162 milliseconds

1234567891011>>