/illumos-gate/usr/src/cmd/vtfontcvt/ |
H A D | vtfontcvt.c | 98 static unsigned int mapping_total, map_count[4], map_folded_count[4], variable 236 map_count[map_idx]++; in add_mapping() 691 uint32_t map_count[4]; member 711 fh.map_count[0] = htobe32(map_folded_count[0]); in write_fnt() 712 fh.map_count[1] = htobe32(map_folded_count[1]); in write_fnt() 713 fh.map_count[2] = htobe32(map_folded_count[2]); in write_fnt() 714 fh.map_count[3] = htobe32(map_folded_count[3]); in write_fnt() 957 map_count[0], map_folded_count[0], in print_font_info() 958 map_count[1], map_folded_count[1], in print_font_info() 959 map_count[2], map_folded_count[2], in print_font_info() [all …]
|
/illumos-gate/usr/src/cmd/ptools/pmap/ |
H A D | pmap.c | 168 static int map_count; variable 411 map_count = 0; in main() 712 if (map_count > 0) in xmapping_iter() 713 maps[map_count - 1].md_last = B_TRUE; in xmapping_iter() 1202 if (map_count == map_alloc) { in nextmap() 1220 return (&maps[map_count++]); in nextmap() 1270 for (i = 0; i < map_count; i++) { in iter_map() 1287 for (i = 0; i < map_count; i++) { in iter_xmap()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/ |
H A D | libproc.c | 197 hi = psp.map_count; in pr_addr2map() 278 miw->miw_count = psp.map_count; in pr_map_info_walk_init()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 223 while (mp < P->mappings + P->map_count && i < fptr->file_nsaddrs) { in file_info_new() 501 oldmapcount = P->map_count; in Pupdate_maps() 574 P->map_count = P->map_alloc = nmap; in Pupdate_maps() 2360 int hi = P->map_count - 1; in Paddr2mptr() 2395 for (i = 0, mptr = P->mappings; i < P->map_count; i++, mptr++) { in exec_map() 2459 for (i = 0, mp = P->mappings; i < P->map_count; i++, mp++) { in object_to_map() 2486 for (i = 0, mp = P->mappings; i < P->map_count; i++, mp++) { in object_to_map() 3006 for (i = 0, mptr = P->mappings; i < P->map_count; i++, mptr++) { in i_Pmapping_iter() 3382 for (i = 0; i < P->map_count; i++) in Preset_maps() 3389 P->map_count = P->map_alloc = 0; in Preset_maps()
|
H A D | Pcontrol.h | 227 size_t map_count; /* number of mappings */ member
|
H A D | Pcontrol.c | 3954 if (P->map_count == P->map_alloc) { in Padd_mapping() 3964 mp = &P->mappings[P->map_count++]; in Padd_mapping() 4003 qsort(P->mappings, P->map_count, sizeof (map_info_t), map_sort); in Psort_mappings() 4008 for (i = 0; i < P->map_count; i++) { in Psort_mappings()
|
H A D | Pcore.c | 2145 for (mp = fp->file_map + 1; mp < P->mappings + P->map_count && in core_iter_mapping() 2167 for (mp = fp->file_map; mp < P->mappings + P->map_count && in core_iter_mapping()
|
H A D | Pgcore.c | 1135 nphdrs = 2 + P->map_count; in Pfgcore()
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/ |
H A D | implicit_dependencies_verbose.pretty | 4133 {'call': 'swapoff', 'reason': set([('mm_struct', 'map_count')])}, 4143 'reason': set([('mm_struct', 'map_count'), 4149 'reason': set([('mm_struct', 'map_count')])}, 4175 'reason': set([('mm_struct', 'map_count'), 4188 'reason': set([('mm_struct', 'map_count'), 4198 'reason': set([('mm_struct', 'map_count'), 4211 'reason': set([('mm_struct', 'map_count'), 4242 'reason': set([('mm_struct', 'map_count'), 4252 {'call': 'io_setup', 'reason': set([('mm_struct', 'map_count')])}, 4259 'reason': set([('mm_struct', 'map_count')])}, [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/ |
H A D | kernel.implicit_dependencies.no_structs | 85 …struct)->vm_end, (struct vm_area_struct)->vm_pgoff, (struct mm_struct)->map_count, (struct vm_oper… 335 …ct)->task_size, (struct mm_struct)->highest_vm_end, (struct mm_struct)->map_count, (struct mm_stru… 336 …ct)->task_size, (struct mm_struct)->highest_vm_end, (struct mm_struct)->map_count, (struct mm_stru… 337 …ct)->task_size, (struct mm_struct)->highest_vm_end, (struct mm_struct)->map_count, (struct mm_stru… 394 …t atomic_t)->counter, (struct atomic64_t)->counter, (struct mm_struct)->map_count, (struct raw_spi… 396 …t atomic_t)->counter, (struct atomic64_t)->counter, (struct mm_struct)->map_count, (struct raw_spi… 398 …t atomic_t)->counter, (struct atomic64_t)->counter, (struct mm_struct)->map_count, (struct raw_spi… 402 …ct)->task_size, (struct mm_struct)->highest_vm_end, (struct mm_struct)->map_count, (struct mm_stru… 404 …ct)->task_size, (struct mm_struct)->highest_vm_end, (struct mm_struct)->map_count, (struct mm_stru… 410 …t atomic_t)->counter, (struct atomic64_t)->counter, (struct mm_struct)->map_count, (struct raw_spi… [all …]
|
H A D | kernel.implicit_dependencies.v1 | 425 …_struct)->vm_end, (struct vm_area_struct)->vm_next, (struct mm_struct)->map_count, (struct vm_area…
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/with_structs/ |
H A D | implicit_dependencies_verbose.pretty | 7979 {'call': 'swapoff', 'reason': set([('mm_struct', 'map_count')])}, 7989 'reason': set([('mm_struct', 'map_count'), 7998 'reason': set([('mm_struct', 'map_count')])}, 8024 'reason': set([('mm_struct', 'map_count'), 8037 'reason': set([('mm_struct', 'map_count'), 8050 'reason': set([('mm_struct', 'map_count'), 8066 'reason': set([('mm_struct', 'map_count'), 8109 'reason': set([('mm_struct', 'map_count'), 8119 {'call': 'io_setup', 'reason': set([('mm_struct', 'map_count')])}, 8129 'reason': set([('mm_struct', 'map_count')])}, [all …]
|
H A D | implicit_dependencies_verbose | 10926 {'call': 'swapoff', 'reason': set([('mm_struct', 'map_count')])}, 10936 'reason': set([('mm_struct', 'map_count'), 10945 'reason': set([('mm_struct', 'map_count')])}, 10971 'reason': set([('mm_struct', 'map_count'), 10984 'reason': set([('mm_struct', 'map_count'), 10997 'reason': set([('mm_struct', 'map_count'), 11013 'reason': set([('mm_struct', 'map_count'), 11056 'reason': set([('mm_struct', 'map_count'), 11066 {'call': 'io_setup', 'reason': set([('mm_struct', 'map_count')])}, 11076 'reason': set([('mm_struct', 'map_count'), [all …]
|