Searched refs:tmp_map (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/amd/amd/
H A Dconf.c324 cf_map_t *tmp_map = CALLOC(cf_map_t); local
325 if (!tmp_map) {
330 init_cf_map(tmp_map);
332 cur_map->cfm_next = tmp_map;
333 cur_map = tmp_map;
1368 cf_map_t *tmp_map = head_map; local
1374 if (!tmp_map)
1377 while (tmp_map) {
1378 if (process_one_regular_map(tmp_map) != 0)
1380 tmp_map
1394 cf_map_t *tmp_map = head_map; local
[all...]
/freebsd-9.3-release/sys/dev/fxp/
H A Dif_fxp.c2636 bus_dmamap_t tmp_map; local
2683 tmp_map = sc->spare_map;
2685 rxp->rx_map = tmp_map;

Completed in 91 milliseconds