Searched refs:map_count (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c199 hi = psp.map_count;
316 miw->miw_count = psp.map_count;
/illumos-gate/usr/src/uts/common/io/
H A Dbscbus.c251 unsigned int map_count; /* Number of mappings to channel */ member in struct:bscbus_channel_state
1590 if (csp->map_count == 0) {
1722 csp->map_count++;
1725 csp->chno, csp->map_count);
1727 if (csp->map_count == 1) {
1731 csp->chno, csp->map_count);
1854 csp->map_count--;
1863 if (csp->map_count == 1) {
1867 csp->chno, csp->map_count);
1885 csp->map_count
[all...]
/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c163 static int map_count; variable
376 map_count = 0;
673 if (map_count > 0)
674 maps[map_count - 1].md_last = B_TRUE;
1173 if (map_count == map_alloc) {
1191 return (&maps[map_count++]);
1243 for (i = 0; i < map_count; i++) {
1260 for (i = 0; i < map_count; i++) {
/illumos-gate/usr/src/lib/libproc/common/
H A DPcontrol.h218 size_t map_count; /* number of mappings */ member in struct:ps_prochandle
H A DPsymtab.c203 while (mp < P->mappings + P->map_count && i < fptr->file_nsaddrs) {
479 oldmapcount = P->map_count;
552 P->map_count = P->map_alloc = nmap;
1957 int hi = P->map_count - 1;
1992 for (i = 0, mptr = P->mappings; i < P->map_count; i++, mptr++) {
2056 for (i = 0, mp = P->mappings; i < P->map_count; i++, mp++) {
2083 for (i = 0, mp = P->mappings; i < P->map_count; i++, mp++) {
2603 for (i = 0, mptr = P->mappings; i < P->map_count; i++, mptr++) {
2979 for (i = 0; i < P->map_count; i++)
2986 P->map_count
[all...]
H A DPcontrol.c3867 if (P->map_count == P->map_alloc) {
3877 mp = &P->mappings[P->map_count++];
3916 qsort(P->mappings, P->map_count, sizeof (map_info_t), map_sort);
3921 for (i = 0; i < P->map_count; i++) {
H A DPcore.c2043 for (mp = fp->file_map + 1; mp < P->mappings + P->map_count &&
2065 for (mp = fp->file_map; mp < P->mappings + P->map_count &&
H A DPgcore.c1079 nphdrs = 2 + P->map_count;

Completed in 108 milliseconds