Searched refs:tmp_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/amd/amd/ |
| H A D | conf.c | 330 if (!tmp_map) { in set_conf_kv() 335 init_cf_map(tmp_map); in set_conf_kv() 337 cur_map->cfm_next = tmp_map; in set_conf_kv() 338 cur_map = tmp_map; in set_conf_kv() 1441 if (!tmp_map) in process_all_regular_maps() 1444 while (tmp_map) { in process_all_regular_maps() 1447 tmp_map = tmp_map->cfm_next; in process_all_regular_maps() 1463 if (!tmp_map || !name) in find_cf_map() 1466 while (tmp_map) { in find_cf_map() 1468 return tmp_map; in find_cf_map() [all …]
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib_cm.c | 420 struct id_map_entry *map, *tmp_map; in mlx4_ib_cm_paravirt_clean() local 424 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) { in mlx4_ib_cm_paravirt_clean() 459 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean() 465 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) { in mlx4_ib_cm_paravirt_clean() 474 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean()
|
| /freebsd-12.1/sys/dev/fxp/ |
| H A D | if_fxp.c | 2643 bus_dmamap_t tmp_map; in fxp_new_rfabuf() local 2690 tmp_map = sc->spare_map; in fxp_new_rfabuf() 2692 rxp->rx_map = tmp_map; in fxp_new_rfabuf()
|