/freebsd/lib/libc/rpc/ |
H A D | rpcb_clnt.c | 617 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 D | mlx4_eq.c | 1213 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 D | mlx4_main.c | 2998 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 D | lib_win32con.c | 791 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 D | hdspe.c | 215 &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 D | hdsp.c | 205 &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 D | hdspe.h | 239 bus_dmamap_t rmap; member
|
H A D | envy24.c | 165 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 D | hdsp.h | 247 bus_dmamap_t rmap; member
|
H A D | envy24ht.c | 164 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 D | nc_win32.h | 160 LPDWORD rmap; member
|
/freebsd/contrib/ncurses/ncurses/win32con/ |
H A D | win_driver.c | 137 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 D | ulp.h | 210 mpfr_rnd_t r = rmap (r_fenv); in T()
|
H A D | ulp.c | 495 rmap (int r) in rmap() function
|
/freebsd/sys/arm64/nvidia/tegra210/ |
H A D | max77620_gpio.c | 180 ret = regmap_update_bits(mpci->rmap, addr, mask, param_val << shift); in max77620_pinmux_set_fps()
|
/freebsd/sys/dev/syscons/ |
H A D | syscons.c | 4237 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 D | ObsoleteFiles.inc | 12794 OLD_FILES+=usr/share/groff_font/devps/dingbats.rmap
|