Home
last modified time | relevance | path

Searched refs:mapsize (Results 1 – 15 of 15) sorted by relevance

/original-bsd/sys/kern/
H A Dsubr_rmap.c55 rminit(mp, size, addr, name, mapsize) in rminit() argument
59 int mapsize;
72 mp->m_limit = (struct mapent *)&mp[mapsize];
H A Dsubr_rmap.c.sav44 * Initialize map mp to have (mapsize-2) segments
50 rminit(mp, size, addr, name, mapsize)
54 int mapsize;
61 * One of the mapsize slots is taken by the map structure,
67 mp->m_limit = (struct mapent *)&mp[mapsize];
/original-bsd/sbin/dump/
H A Dmain.c289 mapsize = roundup(howmany(maxino, NBBY), TP_BSIZE);
290 usedinomap = (char *)calloc((unsigned) mapsize, sizeof(char));
291 dumpdirmap = (char *)calloc((unsigned) mapsize, sizeof(char));
292 dumpinomap = (char *)calloc((unsigned) mapsize, sizeof(char));
293 tapesize = 3 * (howmany(mapsize * sizeof(char), TP_BSIZE) + 1);
345 (howmany(mapsize * sizeof(char), TP_BSIZE) + 1);
H A Ddump.h16 int mapsize; /* size of the state maps */ variable
H A Dtraverse.c462 spcl.c_count = howmany(mapsize * sizeof(char), TP_BSIZE);
/original-bsd/sbin/fsck/
H A Dpass5.c26 int c, blk, frags, basesize, sumsize, mapsize, savednrpos; in pass5() local
87 mapsize = &ocg->cg_free[howmany(fs->fs_fpg, NBBY)] - in pass5()
121 mapsize = newcg->cg_nextfreeoff - newcg->cg_iusedoff; in pass5()
174 (size_t)(sumsize + mapsize)); in pass5()
277 cg_inosused(cg), mapsize) != 0 && in pass5()
280 (size_t)mapsize); in pass5()
/original-bsd/sys/hp/dev/
H A Dgrfioctl.h52 int mapsize; member
/original-bsd/old/dbx/
H A Diris.c772 private mapsize(inst) in mapsize() function
1031 printf("\t%s%s%c\t", opcode, ds, suffix(mapsize(inst)));
1051 size = mapsize(inst);
1090 size = mapsize(inst);
1298 size = mapsize(inst);
1318 size = mapsize(inst);
1436 size = mapsize(inst);
H A Dsun.c772 private mapsize(inst) in mapsize() function
1031 printf("\t%s%s%c\t", opcode, ds, suffix(mapsize(inst)));
1051 size = mapsize(inst);
1090 size = mapsize(inst);
1298 size = mapsize(inst);
1318 size = mapsize(inst);
1436 size = mapsize(inst);
/original-bsd/sys/hp300/dev/
H A Dgrf_hy.c123 fi->mapsize = gi->gd_fbsize;
H A Dgrf_gb.c154 fi->mapsize = gi->gd_fbsize;
H A Dgrf_rb.c136 fi->mapsize = gi->gd_fbsize;
H A Dgrf_tc.c133 fi->mapsize = gi->gd_fbsize;
H A Dgrf_dv.c186 fi->mapsize = gi->gd_fbsize;
/original-bsd/sys/vax/uba/
H A Dnpreg.h214 int mapsize; /* Size of mapped area */ member