Home
last modified time | relevance | path

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

/NextBSD/contrib/amd/amd/
HDconf.c324 cf_map_t *tmp_map = CALLOC(cf_map_t); in set_conf_kv() local
325 if (!tmp_map) { in set_conf_kv()
330 init_cf_map(tmp_map); in set_conf_kv()
332 cur_map->cfm_next = tmp_map; in set_conf_kv()
333 cur_map = tmp_map; in set_conf_kv()
1368 cf_map_t *tmp_map = head_map; in process_all_regular_maps() local
1374 if (!tmp_map) in process_all_regular_maps()
1377 while (tmp_map) { in process_all_regular_maps()
1378 if (process_one_regular_map(tmp_map) != 0) in process_all_regular_maps()
1380 tmp_map = tmp_map->cfm_next; in process_all_regular_maps()
[all …]
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDcm.c426 struct id_map_entry *map, *tmp_map; in mlx4_ib_cm_paravirt_clean() local
430 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) { in mlx4_ib_cm_paravirt_clean()
465 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean()
471 list_for_each_entry_safe(map, tmp_map, &dev->sriov.cm_list, list) { in mlx4_ib_cm_paravirt_clean()
480 list_for_each_entry_safe(map, tmp_map, &lh, list) { in mlx4_ib_cm_paravirt_clean()
/NextBSD/sys/dev/fxp/
HDif_fxp.c2641 bus_dmamap_t tmp_map; in fxp_new_rfabuf() local
2688 tmp_map = sc->spare_map; in fxp_new_rfabuf()
2690 rxp->rx_map = tmp_map; in fxp_new_rfabuf()