Searched refs:oldbuf (Results 1 – 2 of 2) sorted by relevance
313 char *newbuf, *oldbuf; in xb_grow() local319 oldbuf = xbp->xb_u.xb_buffer.xbb_base; in xb_grow()328 if (oldbuf != NULL) { in xb_grow()329 bcopy(oldbuf, newbuf, oldsize); in xb_grow()330 xb_free(oldbuf); in xb_grow()
6943 u_char *oldbuf = (np->n_fhsize > NFS_SMALLFH) ? np->n_fhp : NULL; in nfs_lookitup() local6947 np->n_fhp = oldbuf; in nfs_lookitup()6954 if (oldbuf) { in nfs_lookitup()6955 kfree_data(oldbuf, np->n_fhsize); in nfs_lookitup()