/titanic_44/usr/src/uts/common/os/ |
H A D | audit_memory.c | 66 int i, alloc_size, oldlen; in au_pathdup() local 71 oldlen = (oldapp->audp_sect[oldapp->audp_cnt] - oldcp); in au_pathdup() 74 oldlen + charincr; in au_pathdup() 90 newapp->audp_sect[newapp->audp_cnt] = newcp + oldlen + charincr; in au_pathdup() 92 bcopy(oldcp, newcp, oldlen); in au_pathdup()
|
H A D | exec.c | 1155 size_t end, oldlen; in execmap() local 1163 oldlen = len; in execmap() 1233 oldlen, (offset_t)oldoffset, UIO_USERSPACE, 0, in execmap()
|
H A D | mmapobj.c | 1005 size_t oldlen; in mmapobj_map_ptload() local 1033 oldlen = len; in mmapobj_map_ptload() 1109 error = vn_rdwr(UIO_READ, vp, oldaddr, oldlen, offset, in mmapobj_map_ptload()
|
/titanic_44/usr/src/cmd/fs.d/nfs/nfsref/ |
H A D | nfsref.c | 97 int err, fd, i, len, oldlen, notfound = 0; in addref() local 133 oldlen = len = 0; in addref() 139 location[oldlen] = '\0'; in addref() 140 oldlen = len; in addref()
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | dir.c | 476 int newlen, oldlen; in mkentry() local 481 oldlen = DIRSIZ(dirp); in mkentry() 483 oldlen = 0; in mkentry() 484 if ((int)dirp->d_reclen - oldlen < newlen) in mkentry() 486 newent.d_reclen = dirp->d_reclen - (ushort_t)oldlen; in mkentry() 487 dirp->d_reclen = (ushort_t)oldlen; in mkentry() 490 dirp = (struct direct *)(((char *)dirp) + oldlen); in mkentry()
|
/titanic_44/usr/src/cmd/sed/ |
H A D | compile.c | 637 size_t oclen, oldlen, nclen, newlen; in compile_tr() local 656 oldlen = mbsrtowcs(NULL, &op, 0, NULL); in compile_tr() 657 if (oldlen == (size_t)-1) in compile_tr() 663 if (newlen != oldlen) in compile_tr()
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 687 int len, oldlen; in sgcn_transmit() local 694 oldlen = len = bp->b_wptr - bp->b_rptr; in sgcn_transmit() 699 if (len >= 0 && len < oldlen) { in sgcn_transmit()
|
/titanic_44/usr/src/cmd/oawk/ |
H A D | run.c | 546 int newlen, oldlen; in format() local 548 oldlen = p - buf; in format() 550 newlen = oldlen + wslen(str) + RECSIZE; in format() 554 p = buf + oldlen; in format()
|
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access_utils.c | 129 int i, j, res, numVals, oldlen, count; in processSplitField() local 154 oldlen = tempVal->val->length; in processSplitField() 182 tempVal->val->length = oldlen; in processSplitField() 200 tempVal->val->length = oldlen; in processSplitField() 231 tempVal->val->length = oldlen; in processSplitField()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ecpp.c | 2746 int oldlen; in ecpp_start() local 2765 oldlen = len; in ecpp_start() 2775 if (oldlen > len) { in ecpp_start() 2776 ecpp_putback_untransfered(pp, addr + len, oldlen - len); in ecpp_start()
|