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()
/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.c1973 struct ice_vsi_list_map_info *map_info = NULL; in ice_find_vsi_list_entry()
1984 map_info = list_itr->vsi_list_info; in ice_find_vsi_list_entry()
1985 if (ice_is_bit_set(map_info->vsi_map, in ice_find_vsi_list_entry()
1987 *vsi_list_id = map_info->vsi_list_id; in ice_find_vsi_list_entry()
1988 return map_info; in ice_find_vsi_list_entry()
2000 map_info = list_itr->vsi_list_info;
2001 if (ice_is_bit_set(map_info->vsi_map,
2003 *vsi_list_id = map_info->vsi_list_id;
2004 return map_info; in ice_add_rule_internal()
2554 struct ice_vsi_list_map_info *map_info in ice_add_vlan_internal()
1955 struct ice_vsi_list_map_info *map_info = NULL; ice_find_vsi_list_entry() local
2535 struct ice_vsi_list_map_info *map_info = NULL; ice_add_vlan_internal() local
[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/wpa/wpa_supplicant/
H A Devents.c5910 char map_info[1000], *pos, *end; in wpas_tid_link_map() local
5913 pos = map_info; in wpas_tid_link_map()
5914 end = pos + sizeof(map_info); in wpas_tid_link_map()
5915 res = os_snprintf(map_info, sizeof(map_info), "default=%d", in wpas_tid_link_map()
5940 wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_T2LM_UPDATE "%s", map_info); in wpas_tid_link_map()
/freebsd/contrib/llvm-project/lld/COFF/
H A DOptions.td316 def map_info : P<"mapinfo", "Include the specified information in a map file">;