Home
last modified time | relevance | path

Searched refs:rpos (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/rpc/
H A Dxdr_mblk.c104 uint_t rpos; /* Relative position in the current mblk */ member
124 p->rpos = 0; in xdrmblk_init()
172 p->apos += p->rpos; in xdrmblk_getint32()
173 p->rpos = 0; in xdrmblk_getint32()
181 p->rpos += sizeof (int32_t); in xdrmblk_getint32()
207 p->apos += p->rpos; in xdrmblk_putint32()
208 p->rpos = 0; in xdrmblk_putint32()
222 p->rpos += sizeof (int32_t); in xdrmblk_putint32()
265 p->rpos += xdrs->x_handy; in xdrmblk_getbytes()
269 p->apos += p->rpos; in xdrmblk_getbytes()
[all …]
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c636 daddr_t blkno, cylno, rpos; in free() local
677 rpos = cbtorpos(ufsvfsp, bno); in free()
688 blks[rpos]++; in free()
746 rpos = cbtorpos(ufsvfsp, bbase); in free()
748 blks[rpos]++; in free()
1115 daddr_t blkno, rpos, frag; in alloccgblk() local
1272 rpos = cbtorpos(ufsvfsp, bno); in alloccgblk()
1274 blks[rpos]--; in alloccgblk()
/titanic_50/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c621 long cylno, rpos, blk, j, warn = 0; in main() local
1938 for (rpos = 0; rpos < sblock.fs_nrpos; rpos++) in main()
1939 fs_postbl(&sblock, cylno)[rpos] = -1; in main()
1943 rpos = cbtorpos(&sblock, i); in main()
1945 if (fs_postbl(&sblock, cylno)[rpos] == -1) in main()
1949 fs_postbl(&sblock, cylno)[rpos] - blk; in main()
1950 fs_postbl(&sblock, cylno)[rpos] = blk; in main()
2508 int rpos; /* rotation position of current block */ in initcg() local
2666 rpos = trackrpos / sblock.fs_nsect; in initcg()
2684 cgblks[rpos]++; in initcg()
[all …]
/titanic_50/usr/src/uts/sun4u/starfire/io/
H A Didn.c5261 uint_t rpos; local
5264 rpos = RANDOM(lo_off, (hi_off - blksize));
5266 rpos = lo_off;
5267 smraddr = IDN_OFFSET2ADDR(rpos);
5272 rw_history[cpuid][idx] = rpos;