Searched refs:tmp_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/amd/amd/ |
| HD | conf.c | 329 cf_map_t *tmp_map = CALLOC(cf_map_t); in set_conf_kv() local 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() 1435 cf_map_t *tmp_map = head_map; in process_all_regular_maps() local 1441 if (!tmp_map) in process_all_regular_maps() 1444 while (tmp_map) { in process_all_regular_maps() 1445 if (process_one_regular_map(tmp_map) != 0) in process_all_regular_maps() 1447 tmp_map = tmp_map->cfm_next; in process_all_regular_maps() [all …]
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_ib/ |
| HD | 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-11-stable/sys/dev/fxp/ |
| HD | if_fxp.c | 2642 bus_dmamap_t tmp_map; in fxp_new_rfabuf() local 2689 tmp_map = sc->spare_map; in fxp_new_rfabuf() 2691 rxp->rx_map = tmp_map; in fxp_new_rfabuf()
|