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

/freebsd-11-stable/contrib/amd/amd/
H A Dconf.c329 cf_map_t *tmp_map = CALLOC(cf_map_t); local
330 if (!tmp_map) {
335 init_cf_map(tmp_map);
337 cur_map->cfm_next = tmp_map;
338 cur_map = tmp_map;
1435 cf_map_t *tmp_map = head_map; local
1441 if (!tmp_map)
1444 while (tmp_map) {
1445 if (process_one_regular_map(tmp_map) != 0)
1447 tmp_map
1461 cf_map_t *tmp_map = head_map; local
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_cm.c420 struct id_map_entry *map, *tmp_map; local
424 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) {
459 list_for_each_entry_safe(map, tmp_map, &lh, list) {
465 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) {
474 list_for_each_entry_safe(map, tmp_map, &lh, list) {
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c2642 bus_dmamap_t tmp_map; local
2689 tmp_map = sc->spare_map;
2691 rxp->rx_map = tmp_map;

Completed in 67 milliseconds