Searched refs:tmpbufp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c240 char *tmpbufp = tmpbuf; /* Current point in output string */ local
255 memcpy(tmpbufp, key, n+1); /* Plus the '\0' */
256 tmpbufp += n;
303 *tmpbufp++ = '\t';
305 *tmpbufp++ = ' ';
307 memcpy(tmpbufp, namep, namelen+1); /* Plus the '\0' */
308 tmpbufp += namelen;
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_snmp.c546 caddr_t tmpbufp = (caddr_t)NULL; local
622 tmpbufp = kmem_alloc(len, KM_SLEEP);
624 bcopy(sp->data, (void *)tmpbufp, len);
637 retval = uiomove(tmpbufp, len, UIO_READ, uiop);
638 kmem_free(tmpbufp, len);
651 caddr_t tmpbufp; local
674 tmpbufp = kmem_alloc(len, KM_SLEEP);
676 if (uiomove(tmpbufp + sizeof (ds_snmp_msg_t),
678 kmem_free(tmpbufp, len);
686 kmem_free(tmpbufp, le
[all...]
H A Dds_pri.c517 caddr_t tmpbufp; local
571 tmpbufp = kmem_alloc(len, KM_SLEEP);
572 bcopy(((caddr_t)sp->ds_pri), tmpbufp, len);
575 retval = uiomove(tmpbufp, len, UIO_READ, uiop);
577 kmem_free(tmpbufp, len);

Completed in 379 milliseconds