Home
last modified time | relevance | path

Searched refs:map_info (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libproc/
H A D_libproc.h60 struct map_info { struct
72 struct map_info *mappings; /* File mappings for proc. */ argument
H A Dproc_sym.c236 open_object(struct map_info *mapping) in open_object()
422 static struct map_info *
425 struct map_info *mapping; in _proc_addr2map()
501 struct map_info *mapping; in proc_addr2sym()
535 static struct map_info *
539 struct map_info *mapping; in _proc_name2map()
607 struct map_info *mapping; in proc_name2sym()
661 struct map_info *mapping; in proc_iter_symbyaddr()
H A Dproc_rtld.c47 struct map_info *mapping, *tmp; in map_iter()
/freebsd/contrib/ntp/sntp/libopts/
H A Dsave.c517 tmap_info_t map_info; in remove_settings() local
518 char * text = text_mmap(fname, PROT_READ|PROT_WRITE, MAP_PRIVATE, &map_info); in remove_settings()
545 new_sz = map_info.txt_size - strlen(scan); in remove_settings()
555 new_sz = map_info.txt_size - (next - scan); in remove_settings()
557 if (new_sz != map_info.txt_size) in remove_settings()
563 text_munmap(&map_info); in remove_settings()
/freebsd/sys/dev/ice/
H A Dice_switch.c1974 map_info = list_itr->vsi_list_info; in ice_find_vsi_list_entry()
1975 if (ice_is_bit_set(map_info->vsi_map, in ice_find_vsi_list_entry()
1977 *vsi_list_id = map_info->vsi_list_id; in ice_find_vsi_list_entry()
1978 return map_info; in ice_find_vsi_list_entry()
1990 map_info = list_itr->vsi_list_info; in ice_find_vsi_list_entry()
1991 if (ice_is_bit_set(map_info->vsi_map, in ice_find_vsi_list_entry()
1994 return map_info; in ice_find_vsi_list_entry()
2554 if (!map_info) { in ice_add_vlan_internal()
2577 if (map_info) { in ice_add_vlan_internal()
2578 v_list_itr->vsi_list_info = map_info; in ice_add_vlan_internal()
[all …]
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h443 uint32_t map_info; member
/freebsd/sys/dev/mpt/
H A Dmpt.c397 struct mpt_map_info *map_info; in mpt_map_rquest() local
399 map_info = (struct mpt_map_info *)arg; in mpt_map_rquest()
400 map_info->error = error; in mpt_map_rquest()
401 map_info->phys = segs->ds_addr; in mpt_map_rquest()
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td315 def map_info : P<"mapinfo", "Include the specified information in a map file">;