Searched defs:handle (Results 1 - 25 of 148) sorted by path

123456

/barrelfish-master/include/dma/
H A Ddma_service.h86 static inline void *dma_service_get_user_state(dma_svc_handle_t handle) argument
/barrelfish-master/include/nfs/
H A Dnfs_rpc.h155 nfs_fh3 handle; member in union:post_op_fh3::__anon191
/barrelfish-master/include/
H A Dnsswitch.h215 void *handle; /* handle from dlopen */ member in struct:_ns_mod
H A Dstdio_file.h96 void *handle; // Handle to pass to file handling functions member in struct:__file
/barrelfish-master/include/vm/
H A Ddefault_pager.c79 default_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Ddevice_pager.c110 cdev_pager_lookup(void *handle) argument
121 cdev_pager_allocate(void *handle, enum obj_type tp, struct cdev_pager_ops *ops, argument
199 dev_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred) argument
389 old_dev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot, vm_ooffset_t foff, struct ucred *cred, u_short *color) argument
430 old_dev_pager_dtor(void *handle) argument
[all...]
H A Dphys_pager.c63 phys_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Dsg_pager.c67 sg_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
H A Dswap_pager.c585 swap_pager_alloc_init(void *handle, struct ucred *cred, vm_ooffset_t size, argument
618 swap_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
[all...]
H A Dvm_mmap.c1406 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
H A Dvm_pager.c107 dead_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
225 vm_pager_allocate(objtype_t type, void *handle, vm_ooffset_t size, argument
337 vm_pager_object_lookup(struct pagerlst *pg_list, void *handle) argument
H A Dvnode_pager.c205 vnode_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
[all...]
/barrelfish-master/lib/barrelfish/
H A Dnotificator.c54 dispatcher_handle_t handle = disp_disable(); local
59 void check_notificators_disabled(dispatcher_handle_t handle) argument
/barrelfish-master/lib/devif/backends/net/mlx4/include/infiniband/
H A Dverbs.h301 uint32_t handle; member in struct:ibv_pd
316 uint32_t handle; member in struct:ibv_mr
387 uint32_t handle; member in struct:ibv_xrc_domain
563 uint32_t handle; member in struct:ibv_srq
583 uint32_t handle; member in struct:ibv_qp
606 uint32_t handle; member in struct:ibv_cq
619 uint32_t handle; member in struct:ibv_ah
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Ddmapool.h69 dma_pool_alloc(struct dma_pool *pool, gfp_t mem_flags, dma_addr_t *handle) argument
/barrelfish-master/lib/libc/iconv/
H A Dbsd_iconv.c55 __bsd___iconv_open(const char *out, const char *in, struct _citrus_iconv *handle) argument
102 struct _citrus_iconv *handle; local
109 __bsd_iconv_close(iconv_t handle) argument
123 __bsd_iconv(iconv_t handle, char **in, size_t *szin, char **out, size_t *szout) argument
144 __bsd___iconv(iconv_t handle, char **in, size_t *szin, char **out, size_t *szout, uint32_t flags, size_t *invalids) argument
[all...]
H A Dcitrus_module.c262 _citrus_find_getops(_citrus_module_t handle, const char *modname, argument
279 void *handle; local
310 _citrus_unload_module(_citrus_module_t handle) argument
H A Dcitrus_stdenc.c56 _citrus_module_t handle; local
/barrelfish-master/lib/libc/locale/
H A DcXXrtomb_iconv.h59 struct _citrus_iconv *handle; local
H A DmbrtocXX_iconv.h63 struct _citrus_iconv *handle; local
/barrelfish-master/lib/libc/nameser/
H A Dns_parse.c77 int ns_msg_getflag(ns_msg handle, int flag) { argument
106 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { argument
142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) argument
205 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) argument
[all...]
H A Dns_print.c89 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
/barrelfish-master/lib/libc/net/
H A Dnsdispatch.c340 void *handle; local
[all...]
/barrelfish-master/lib/libc/resolv/
H A Dres_debug.c275 ns_msg handle; local
145 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
[all...]

Completed in 144 milliseconds

123456