Searched refs:handle (Results 126 - 150 of 283) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_nfs.c196 nfs_fh3 handle; member in struct:nfs_file_io_handle
246 errval_t e = nfs_read(client, pfh->fh->handle,
266 errval_t r = nfs_read(client, pfh->fh->handle,
330 errval_t r = nfs_write(client, pfh->fh->handle,
350 // make a copy of the file handle, because we are returning it to the user
406 // make a copy of the file handle, because we are returning it to the user
407 nfs_copyfh(&h->fh, res->obj.post_op_fh3_u.handle);
543 // set up the handle
551 fh.handle = h->fh;
569 e = nfs_read(nfs->client, fh.handle, f
612 write(void *st, vfs_handle_t handle, const void *buffer, size_t bytes, size_t *bytes_written) argument
717 nfs_truncate(void *st, vfs_handle_t handle, size_t bytes) argument
785 tell(void *st, vfs_handle_t handle, size_t *pos) argument
811 seek(void *st, vfs_handle_t handle, enum vfs_seekpos whence, off_t offset) argument
[all...]
/barrelfish-2018-10-04/tools/arm_molly/
H A Dbuild_data_files.sh49 echo Error: linker script cannot handle $IDX modules
/barrelfish-2018-10-04/tools/molly/
H A Dbuild_data_files.sh47 echo Error: linker script cannot handle $IDX modules
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dsvc_generic.c73 * If svc_create() is called multiple times, it uses the handle
74 * created earlier instead of creating a new handle every time.
85 SVCXPRT *xprt; /* Server handle */
92 void *handle; local
96 if ((handle = __rpc_setconf(nettype)) == NULL) {
100 while ((nconf = __rpc_getconf(handle)) != NULL) {
137 __rpc_endconf(handle);
202 SVCXPRT *xprt = NULL; /* service handle */
H A Dsvc_simple.c90 * handle is created for all the services (actually one of each netid)
110 void *handle; local
121 if ((handle = __rpc_setconf(nettype)) == NULL) {
127 while ((nconf = __rpc_getconf(handle)) != NULL) {
228 __rpc_endconf(handle);
H A Dclnt_generic.c153 * returns client handle. Default options are set, which the user can
185 void *handle; local
202 if ((handle = __rpc_setconf((char *)nettype)) == NULL) {
208 if ((nconf = __rpc_getconf(handle)) == NULL) {
253 __rpc_endconf(handle);
259 * returns client handle. Default options are set, which the user can
284 CLIENT *cl = NULL; /* client handle */
304 /* Reuse the CLIENT handle and change the appropriate fields */
324 * Generic client creation: returns client handle.
336 CLIENT *cl; /* client handle */
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dlfcn.c60 that handle _GNU_SOURCE and other similar macros. Defining it later
162 * (i) the handle (void*) returned from dlopen().
472 void *ret = NULL,*handle = dlopen(NULL,RTLD_LAZY); local
474 if (handle)
476 ret = dlsym(handle,name);
477 dlclose(handle);
/barrelfish-2018-10-04/usr/drivers/cpuboot/
H A Dcommon.c207 vfs_handle_t handle; local
213 errval_t err = vfs_open(module_name, &handle);
219 err = vfs_stat(handle, &info);
255 err = vfs_read(handle, (void *)*binary_virt, info.size, &bytes_read);
/barrelfish-2018-10-04/include/barrelfish/
H A Dlmp_endpoints.h75 void lmp_endpoints_poll_disabled(dispatcher_handle_t handle);
/barrelfish-2018-10-04/lib/barrelfish/arch/x86/
H A Dperfmon.c28 * \param handle The handle to the dispatcher
37 errval_t perfmon_setup(dispatcher_handle_t handle, perfmon_counter_t counter, argument
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dilog.cc58 return unify(EC_arg(1), handle(&ilog_method, m.getImpl()));
117 return unify(EC_arg(arg), handle(intvar_method, v.getImpl()));
258 ilog_call(IlcConstraint g, pword *handle) argument
260 ReturnTryPushTrailCatchPop(m.add(g), handle);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dhw_ibmca.c89 ICA_ADAPTER_HANDLE handle=0; variable
315 /* This is a process-global DSO handle used for loading and unloading
344 static void release_context(ICA_ADAPTER_HANDLE handle) argument
346 p_icaCloseAdapter(handle);
405 if(!get_context(&handle))
431 release_context(handle);
579 if( (rc = p_icaRsaModExpo(handle, inLen,(unsigned char *)argument->d,
801 if ( (rc = p_icaRsaCrt(handle, inLen, (unsigned char *)argument->d,
881 if(handle == 0)
887 ret = p_icaRandomNumberGenerate(handle, nu
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dirq.c677 dispatcher_handle_t handle = dcb_current->disp; local
679 get_dispatcher_shared_generic(handle);
744 dispatcher_handle_t handle = dcb_current->disp; local
746 get_dispatcher_shared_generic(handle);
756 dispatcher_is_disabled_ip(handle, eip);
796 assert((disabled && disp_save_area == dispatcher_get_trap_save_area(handle))
797 || (!disabled && disp_save_area == dispatcher_get_enabled_save_area(handle)));
827 assert(disp_save_area == dispatcher_get_trap_save_area(handle));
849 assert(disp_save_area == dispatcher_get_trap_save_area(handle));
892 // APIC timer interrupt: handle i
967 dispatcher_handle_t handle = dcb_current->disp; local
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dselect.c272 struct _unix_socket *us = e->handle;
283 struct _pty *pty = e->handle;
331 struct _unix_socket *us = e->handle;
342 struct _pty *pty = e->handle;
438 struct _unix_socket *us = e->handle;
464 struct _pty *pty = e->handle;
517 struct _unix_socket *us = e->handle;
537 struct _pty *pty = e->handle;
632 struct _unix_socket *us = e->handle;
674 struct _pty *pty = e->handle;
[all...]
H A Depoll.c49 e.handle = efd;
66 struct _epoll_fd *efd = mye->handle;
196 struct _epoll_fd *efd = mye->handle;
227 struct _unix_socket *us = e->handle;
362 struct _unix_socket *us = e->handle;
408 struct _unix_socket *us = e->handle;
/barrelfish-2018-10-04/lib/trace/
H A Dcontrol.c84 dispatcher_handle_t handle = curdispatcher(); local
85 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
108 dispatcher_handle_t handle = curdispatcher(); local
109 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
564 dispatcher_handle_t handle = curdispatcher(); local
565 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
/barrelfish-2018-10-04/lib/barrelfish/
H A Dump_chan.c358 dispatcher_handle_t handle = disp_disable(); local
359 struct dispatcher_generic *dp = get_dispatcher_generic(handle);
369 disp_enable(handle);
374 void ump_channels_retry_send_disabled(dispatcher_handle_t handle) argument
376 struct dispatcher_generic *dp = get_dispatcher_generic(handle);
396 err = waitset_chan_trigger_disabled(&uc->send_waitset, handle);
/barrelfish-2018-10-04/kernel/
H A Dsys_debug.c115 dispatcher_handle_t handle = dcb->disp; local
117 get_dispatcher_shared_generic(handle);
/barrelfish-2018-10-04/lib/acpi_client/
H A Dacpi_client.c40 errval_t acpi_client_eval_integer(acpi_device_handle_t handle, argument
45 err = binding->rpc_tx_vtbl.eval_integer(binding, handle, path, data, &msgerr);
/barrelfish-2018-10-04/usr/bfscope/
H A Dbfscope_nfs.c232 dispatcher_handle_t handle = curdispatcher(); local
233 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
/barrelfish-2018-10-04/include/trace/
H A Dtrace.h213 dispatcher_handle_t handle);
434 dispatcher_handle_t handle = curdispatcher();
436 if (((uintptr_t)handle) == ((uintptr_t)NULL)) {
441 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
/barrelfish-2018-10-04/lib/spawndomain/arch/x86/
H A Dspawn_arch.c285 dispatcher_handle_t handle,
292 disabled_area->rdi = get_dispatcher_shared_generic(handle)->udisp;
295 disabled_area->rdi = get_dispatcher_shared_generic(handle)->udisp;
300 disabled_area->edi = get_dispatcher_shared_generic(handle)->udisp;
284 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-2018-10-04/include/
H A Dnsswitch.h215 void *handle; /* handle from dlopen */ member in struct:_ns_mod
/barrelfish-2018-10-04/usr/monitor/
H A Dtrace_support.c56 dispatcher_handle_t handle = curdispatcher(); local
57 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
166 dispatcher_handle_t handle = curdispatcher(); local
167 struct dispatcher_generic *disp = get_dispatcher_generic(handle);
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dirq.c753 dispatcher_handle_t handle = dcb_current->disp; local
755 get_dispatcher_shared_generic(handle);
765 bool disabled = dispatcher_is_disabled_ip(handle, rip);
783 assert((disabled && disp_save_area == dispatcher_get_trap_save_area(handle))
784 || (!disabled && disp_save_area == dispatcher_get_enabled_save_area(handle)));
812 assert(disp_save_area == dispatcher_get_trap_save_area(handle));
815 resume(dispatcher_get_trap_save_area(handle));
817 // can't handle a trap while disabled: nowhere safe to deliver it
873 // APIC timer interrupt: handle in kernel and reschedule
961 // only handle PI
1008 dispatcher_handle_t handle = dcb_current->disp; local
[all...]

Completed in 453 milliseconds

1234567891011>>