| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_nvif.c | 51 bus_space_handle_t *handlep, void __iomem **ptrp) in nvkm_client_map() argument 65 offset, size, handlep); in nvkm_client_map() 68 *ptrp = bus_space_vaddr(tag, *handlep); in nvkm_client_map() 73 handlep); in nvkm_client_map() 76 *ptrp = bus_space_vaddr(tag, *handlep); in nvkm_client_map()
|
| /netbsd-src/sys/arch/xen/x86/ |
| H A D | xen_shm_machdep.c | 60 grant_handle_t *handlep, int flags) in xen_shm_map() argument 121 handlep[i] = op[i].handle; in xen_shm_map() 143 unop[uncnt].handle = handlep[i]; in xen_shm_map() 179 xen_shm_unmap(vaddr_t va, int nentries, grant_handle_t *handlep) in xen_shm_unmap() argument 203 op[i].handle = handlep[i]; in xen_shm_unmap()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| H A D | netmgr.h | 118 #define isc_nmhandle_detach(handlep) \ argument 119 isc__nmhandle_detach(handlep, __FILE__, __LINE__, __func__) 123 #define isc_nmhandle_detach(handlep) isc__nmhandle_detach(handlep) argument 130 isc__nmhandle_detach(isc_nmhandle_t **handlep FLARG);
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | getnetpath.c | 151 getnetpath(void *handlep) in getnetpath() argument 153 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; in getnetpath() 210 endnetpath(void *handlep) in endnetpath() argument 212 struct netpath_vars *np_sessionp = (struct netpath_vars *)handlep; in endnetpath()
|
| H A D | getnetconfig.c | 246 getnetconfig(void *handlep) in getnetconfig() argument 248 struct netconfig_vars *ncp = handlep; in getnetconfig() 364 endnetconfig(void *handlep) in endnetconfig() argument 366 struct netconfig_vars *nc_handlep = handlep; in endnetconfig()
|
| /netbsd-src/sys/rump/dev/lib/libpci/ |
| H A D | rumpdev_bus_space.c | 46 int flags, bus_space_handle_t *handlep) in bus_space_map() argument 59 *handlep = address; in bus_space_map() 65 *handlep = (bus_space_handle_t)rumpcomp_pci_map(address, size); in bus_space_map() 66 rv = *handlep ? 0 : EINVAL; in bus_space_map()
|
| /netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
| H A D | netmgr.h | 148 isc_nmhandle_detach(handlep) global() argument 153 isc_nmhandle_detach(handlep) global() argument
|
| /netbsd-src/sys/arch/arm/imx/ |
| H A D | imx23_space.c | 142 int flags, bus_space_handle_t *handlep) in imx23_bs_map() argument 148 *handlep = pd->pd_va + (address - pd->pd_pa); in imx23_bs_map() 178 bus_space_handle_t *handlep) in imx23_bs_alloc() argument
|
| /netbsd-src/sys/arch/arm/marvell/ |
| H A D | mvsoc_space.c | 413 bus_space_handle_t *handlep) in mvsoc_bs_map() argument 447 *handlep = pd->pd_va + (address - pd->pd_pa); in mvsoc_bs_map() 462 *handlep = va + offset; in mvsoc_bs_map() 510 int flags, bus_addr_t *addrp, bus_space_handle_t *handlep) in mvsoc_bs_alloc() argument
|
| /netbsd-src/sys/kern/ |
| H A D | subr_device.c | 47 devhandle_is_valid_internal(const devhandle_t * const handlep) in devhandle_is_valid_internal() argument 49 if (handlep->impl == NULL) { in devhandle_is_valid_internal() 52 return handlep->impl->type != DEVHANDLE_TYPE_INVALID; in devhandle_is_valid_internal()
|
| /netbsd-src/sys/external/bsd/drm2/drm/ |
| H A D | drm_gem_framebuffer_helper.c | 79 unsigned *handlep) in drm_gem_fb_create_handle() argument 82 return drm_gem_handle_create(file, fb->obj[0], handlep); in drm_gem_fb_create_handle()
|
| H A D | drm_memory.c | 85 drm_bus_borrow(bus_addr_t base, bus_size_t size, bus_space_handle_t *handlep) in drm_bus_borrow() argument 89 if (agp_i810_borrow(base, size, handlep)) in drm_bus_borrow() 94 if (genfb_borrow(base, handlep)) in drm_bus_borrow()
|
| /netbsd-src/sys/dev/cardbus/ |
| H A D | cardbus_map.c | 229 … pcireg_t type, int busflags, bus_space_tag_t *tagp, bus_space_handle_t *handlep, bus_addr_t *base… in cardbus_mapreg_map() argument 280 if (handlep != 0) { in cardbus_mapreg_map() 281 *handlep = handle; in cardbus_mapreg_map()
|
| H A D | cardbusvar.h | 286 #define Cardbus_mapreg_map(ct, reg, type, busflags, tagp, handlep, basep, sizep) \ argument 288 (busflags), (tagp), (handlep), (basep), (sizep))
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
| H A D | dnstap.h | 338 dns_dthandle_t **handlep); 352 *\li 'handlep' is not NULL and '*handlep' is NULL. 390 dns_dt_close(dns_dthandle_t **handlep); 396 *\li '*handlep' is not NULL
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| H A D | dnstap.h | 337 dns_dthandle_t **handlep); 389 dns_dt_close(dns_dthandle_t **handlep);
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | dnstap.c | 955 dns_dthandle_t **handlep) { in dns_dt_open() argument 961 REQUIRE(handlep != NULL && *handlep == NULL); in dns_dt_open() 1000 *handlep = handle; in dns_dt_open() 1044 dns_dt_close(dns_dthandle_t **handlep) { in dns_dt_close() argument 1047 REQUIRE(handlep != NULL && *handlep != NULL); in dns_dt_close() 1049 handle = *handlep; in dns_dt_close() 1050 *handlep = NULL; in dns_dt_close()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | dnstap.c | 936 dns_dthandle_t **handlep) { in dnstap_file() 942 REQUIRE(handlep != NULL && *handlep == NULL); in dnstap_file() 981 *handlep = handle; in dns_dt_open() 1025 dns_dt_close(dns_dthandle_t **handlep) { in dns_dt_getframe() 1028 REQUIRE(handlep != NULL && *handlep != NULL); in dns_dt_getframe() 1030 handle = *handlep; in dns_dt_getframe() 1031 *handlep = NULL; in dns_dt_getframe() 955 dns_dt_open(const char * filename,dns_dtmode_t mode,isc_mem_t * mctx,dns_dthandle_t ** handlep) dns_dt_open() argument 1044 dns_dt_close(dns_dthandle_t ** handlep) dns_dt_close() argument
|
| /netbsd-src/sys/dev/pci/ |
| H A D | pci_map.c | 560 int busflags, bus_space_tag_t *tagp, bus_space_handle_t *handlep, in pci_mapreg_map() argument 564 handlep, basep, sizep); in pci_mapreg_map() 570 bus_space_handle_t *handlep, bus_addr_t *basep, bus_size_t *sizep) in pci_mapreg_submap() argument 664 if (handlep != NULL) in pci_mapreg_submap() 665 *handlep = handle; in pci_mapreg_submap()
|
| /netbsd-src/sys/dev/vme/ |
| H A D | vmevar.h | 124 #define vme_intr_map(vc, level, vector, handlep) \ argument 125 (*((vc)->vct_int_map))((vc)->cookie, (level), (vector), (handlep))
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/ |
| H A D | netmgr.c | 188 nmhandle_detach_cb(isc_nmhandle_t **handlep FLARG); 1639 isc__nmhandle_attach(isc_nmhandle_t *handle, isc_nmhandle_t **handlep FLARG) { in isc__nmhandle_attach() 1641 REQUIRE(handlep != NULL && *handlep == NULL); in isc__nmhandle_attach() 1648 *handlep = handle; in isc__nmhandle_attach() 1703 isc__nmhandle_detach(isc_nmhandle_t **handlep FLARG) { in isc__nmhandle_detach() 1707 REQUIRE(handlep != NULL); in isc__nmhandle_detach() 1708 REQUIRE(VALID_NMHANDLE(*handlep)); in isc__nmhandle_detach() 1710 handle = *handlep; in isc__nmhandle_detach() 1711 *handlep = NULL; in isc__nmhandle_detach() 1738 nmhandle_detach_cb(isc_nmhandle_t **handlep FLARG) { in nmhandle_detach_cb() [all …]
|
| /netbsd-src/sys/arch/amiga/amiga/ |
| H A D | amiga_bus_simple_1word.c | 61 bus_size_t size, int flags, bus_space_handle_t *handlep) in oabs() 64 *handlep = tag->base + (address - pa) * AMIGA_SIMPLE_BUS_STRIDE; in oabs()
|
| /netbsd-src/external/mpl/bind/dist/tests/libtest/ |
| H A D | ns.c | |
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_tli.c | 60 voidp handlep; in amu_get_myaddress() local 65 handlep = setnetconfig(); in amu_get_myaddress() 66 ncp = getnetconfig(handlep); in amu_get_myaddress() 88 endnetconfig(handlep); /* free's up internal resources too */ in amu_get_myaddress()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
| H A D | driver.h | 24 bus_space_handle_t *handlep, void __iomem **ptrp);
|