Home
last modified time | relevance | path

Searched refs:rmap (Results 1 – 17 of 17) sorted by relevance

/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c617 rpcb_entry *rmap; in got_entry() local
620 rmap = &sp->rpcb_entry_map; in got_entry()
621 if ((strcmp(nconf->nc_proto, rmap->r_nc_proto) == 0) && in got_entry()
622 (strcmp(nconf->nc_protofmly, rmap->r_nc_protofmly) == 0) && in got_entry()
623 (nconf->nc_semantics == rmap->r_nc_semantics) && in got_entry()
624 (rmap->r_maddr != NULL) && (rmap->r_maddr[0] != 0)) { in got_entry()
625 na = uaddr2taddr(nconf, rmap->r_maddr); in got_entry()
628 rmap->r_maddr); in got_entry()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c1213 if (!info->rmap) { in mlx4_init_eq_table()
1214 info->rmap = alloc_irq_cpu_rmap( in mlx4_init_eq_table()
1216 if (!info->rmap) { in mlx4_init_eq_table()
1224 info->rmap, eq->irq); in mlx4_init_eq_table()
1286 if (mlx4_priv(dev)->port[i].rmap) { in mlx4_init_eq_table()
1287 free_irq_cpu_rmap(mlx4_priv(dev)->port[i].rmap); in mlx4_init_eq_table()
1288 mlx4_priv(dev)->port[i].rmap = NULL; in mlx4_init_eq_table()
1318 if (mlx4_priv(dev)->port[i].rmap) { in mlx4_cleanup_eq_table()
1319 free_irq_cpu_rmap(mlx4_priv(dev)->port[i].rmap); in mlx4_cleanup_eq_table()
1320 mlx4_priv(dev)->port[i].rmap = NULL; in mlx4_cleanup_eq_table()
H A Dmlx4_main.c2998 free_irq_cpu_rmap(info->rmap); in mlx4_cleanup_port_info()
2999 info->rmap = NULL; in mlx4_cleanup_port_info()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c791 WINCONSOLE.rmap, in _nc_console_keyok()
816 WINCONSOLE.rmap, in _nc_console_keyExist()
1141 WINCONSOLE.rmap = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); in _nc_console_checkinit()
1146 WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = in _nc_console_checkinit()
1150 WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = in _nc_console_checkinit()
1166 qsort(WINCONSOLE.rmap, in _nc_console_checkinit()
/freebsd/sys/dev/sound/pci/
H A Dhdspe.c215 &sc->rmap)) { in hdspe_alloc_resources()
220 if (bus_dmamap_load(sc->dmat, sc->rmap, sc->rbuf, sc->bufsize, in hdspe_alloc_resources()
861 bus_dmamap_unload(sc->dmat, sc->rmap); in hdspe_dmafree()
863 bus_dmamem_free(sc->dmat, sc->rbuf, sc->rmap); in hdspe_dmafree()
H A Dhdsp.c205 &sc->rmap)) { in hdsp_alloc_resources()
210 if (bus_dmamap_load(sc->dmat, sc->rmap, sc->rbuf, sc->bufsize, in hdsp_alloc_resources()
969 bus_dmamap_unload(sc->dmat, sc->rmap); in hdsp_dmafree()
971 bus_dmamem_free(sc->dmat, sc->rbuf, sc->rmap); in hdsp_dmafree()
H A Dhdspe.h239 bus_dmamap_t rmap; member
H A Denvy24.c165 bus_dmamap_t pmap, rmap; member
2186 printf("%p -> %lx\n", sc->rmap, sc->raddr); in envy24_dmarsetmap()
2205 bus_dmamap_unload(sc->dmat, sc->rmap); in envy24_dmafree()
2209 bus_dmamem_free(sc->dmat, sc->rbuf, sc->rmap); in envy24_dmafree()
2213 bus_dmamap_unload(sc->dmat, sc->rmap); in envy24_dmafree()
2215 bus_dmamem_free(sc->dmat, sc->rbuf, sc->rmap); in envy24_dmafree()
2250 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_NOWAIT, &sc->rmap)) in envy24_dmainit()
2261 if (bus_dmamap_load(sc->dmat, sc->rmap, sc->rbuf, sc->rsize, in envy24_dmainit()
H A Dhdsp.h247 bus_dmamap_t rmap; member
H A Denvy24ht.c164 bus_dmamap_t pmap, rmap; member
2121 bus_dmamap_unload(sc->dmat, sc->rmap); in envy24ht_dmafree()
2125 bus_dmamem_free(sc->dmat, sc->rbuf, sc->rmap); in envy24ht_dmafree()
2129 bus_dmamap_unload(sc->dmat, sc->rmap); in envy24ht_dmafree()
2131 bus_dmamem_free(sc->dmat, sc->rbuf, sc->rmap); in envy24ht_dmafree()
2166 if (bus_dmamem_alloc(sc->dmat, (void **)&sc->rbuf, BUS_DMA_NOWAIT, &sc->rmap)) in envy24ht_dmainit()
2176 …if (bus_dmamap_load(sc->dmat, sc->rmap, sc->rbuf, sc->rsize, envy24ht_dmarsetmap, sc, BUS_DMA_NOWA… in envy24ht_dmainit()
/freebsd/contrib/ncurses/include/
H A Dnc_win32.h160 LPDWORD rmap; member
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c137 DWORD rmap[MAPSIZE]; member
1761 CON.rmap, in wcon_kyExist()
1811 CON.rmap, in wcon_keyok()
2188 CON.rmap[i] = CON.map[i] = in InitConsole()
2192 CON.rmap[i] = CON.map[i] = in InitConsole()
2208 qsort(CON.rmap, in InitConsole()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h210 mpfr_rnd_t r = rmap (r_fenv); in T()
H A Dulp.c495 rmap (int r) in rmap() function
/freebsd/sys/arm64/nvidia/tegra210/
H A Dmax77620_gpio.c180 ret = regmap_update_bits(mpci->rmap, addr, mask, param_val << shift); in max77620_pinmux_set_fps()
/freebsd/sys/dev/syscons/
H A Dsyscons.c4237 u_char *rmap; in sc_paste() local
4242 rmap = scp->sc->scr_rmap; in sc_paste()
4244 ttydisc_rint(tp, rmap[*p++], 0); in sc_paste()
/freebsd/
H A DObsoleteFiles.inc12794 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap