Searched refs:cmd_map (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_ipwvar.h | 118 bus_dmamap_t cmd_map; member
|
H A D | if_ipw.c | 484 1, sizeof (struct ipw_cmd), 0, BUS_DMA_NOWAIT, &sc->cmd_map); in ipw_dma_alloc() 504 error = bus_dmamap_load(sc->sc_dmat, sc->cmd_map, &sc->cmd, in ipw_dma_alloc() 690 if (sc->cmd_map != NULL) in ipw_release() 691 bus_dmamap_destroy(sc->sc_dmat, sc->cmd_map); in ipw_release() 1185 bus_dmamap_sync(sc->sc_dmat, sc->cmd_map, in ipw_release_sbd() 1322 sbd->bd->physaddr = htole32(sc->cmd_map->dm_segs[0].ds_addr); in ipw_cmd() 1328 bus_dmamap_sync(sc->sc_dmat, sc->cmd_map, 0, sizeof (struct ipw_cmd), in ipw_cmd()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 1462 const line_map_ordinary *cmd_map in c_finish_options() local 1465 cb_file_change (parse_in, cmd_map); in c_finish_options() 1468 cpp_force_token_locations (parse_in, cmd_map->start_location); in c_finish_options()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-opts.cc | 1510 const line_map_ordinary *cmd_map in c_finish_options() local 1513 cb_file_change (parse_in, cmd_map); in c_finish_options()
|