Searched refs:map_info (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libproc/
H A D_libproc.h60 struct map_info { struct
72 struct map_info *mappings; /* File mappings for proc. */
H A Dproc_sym.c236 open_object(struct map_info *mapping)
422 static struct map_info *
425 struct map_info *mapping;
501 struct map_info *mapping;
535 static struct map_info *
539 struct map_info *mapping;
607 struct map_info *mapping;
661 struct map_info *mapping;
H A Dproc_rtld.c47 struct map_info *mapping, *tmp;
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dsave.c517 tmap_info_t map_info; local
518 char * text = text_mmap(fname, PROT_READ|PROT_WRITE, MAP_PRIVATE, &map_info);
545 new_sz = map_info.txt_size - strlen(scan);
555 new_sz = map_info.txt_size - (next - scan);
557 if (new_sz != map_info.txt_size)
563 text_munmap(&map_info);
/freebsd-current/sys/dev/virtio/gpu/
H A Dvirtio_gpu.h443 uint32_t map_info; member in struct:virtio_gpu_resp_map_info
/freebsd-current/sys/dev/ice/
H A Dice_switch.c1963 struct ice_vsi_list_map_info *map_info = NULL; local
1974 map_info = list_itr->vsi_list_info;
1975 if (ice_is_bit_set(map_info->vsi_map,
1977 *vsi_list_id = map_info->vsi_list_id;
1978 return map_info;
1990 map_info = list_itr->vsi_list_info;
1991 if (ice_is_bit_set(map_info->vsi_map,
1993 *vsi_list_id = map_info->vsi_list_id;
1994 return map_info;
2543 struct ice_vsi_list_map_info *map_info local
[all...]
/freebsd-current/sys/dev/mpt/
H A Dmpt.c397 struct mpt_map_info *map_info; local
399 map_info = (struct mpt_map_info *)arg;
400 map_info->error = error;
401 map_info->phys = segs->ds_addr;

Completed in 214 milliseconds