Home
last modified time | relevance | path

Searched refs:oldlen (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Daudit_memory.c66 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 Dmmapobj.c1004 size_t oldlen; in mmapobj_map_ptload() local
1032 oldlen = len; in mmapobj_map_ptload()
1108 error = vn_rdwr(UIO_READ, vp, oldaddr, oldlen, offset, in mmapobj_map_ptload()
H A Dexec.c1268 size_t end, oldlen; in execmap() local
1276 oldlen = len; in execmap()
1346 oldlen, (offset_t)oldoffset, UIO_USERSPACE, 0, in execmap()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsref/
H A Dnfsref.c97 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()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c474 int newlen, oldlen; in mkentry() local
479 oldlen = DIRSIZ(dirp); in mkentry()
481 oldlen = 0; in mkentry()
482 if ((int)dirp->d_reclen - oldlen < newlen) in mkentry()
484 newent.d_reclen = dirp->d_reclen - (ushort_t)oldlen; in mkentry()
485 dirp->d_reclen = (ushort_t)oldlen; in mkentry()
488 dirp = (struct direct *)(((char *)dirp) + oldlen); in mkentry()
/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c637 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()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c130 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()
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c546 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()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsgcn.c687 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()
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c2746 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()