Searched refs:new_buf (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_buf.c | 98 uchar_t *new_buf; in dt_buf_write() local 106 if ((new_buf = dt_zalloc(dtp, new_len)) == NULL) { in dt_buf_write() 111 bcopy(bp->dbu_buf, new_buf, off); in dt_buf_write() 114 bp->dbu_buf = new_buf; in dt_buf_write() 115 bp->dbu_ptr = new_buf + off; in dt_buf_write()
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit_mem.c | 152 au_buff_t *new_buf; in au_append_buf() local 166 if ((new_buf = au_get_buff()) == NULL) { in au_append_buf() 169 buf->next_buf = new_buf; in au_append_buf() 170 buf = new_buf; in au_append_buf()
|
/titanic_44/usr/src/lib/libeti/form/common/ |
H A D | chg_data.c | 88 char *new_buf; in _grow_field() local 126 new_buf = Buf(c) = malloc(TotalBuf(c)); in _grow_field() 128 if (!new_buf) in _grow_field() 134 (void) memcpy(new_buf, old_buf, old_len); in _grow_field() 135 (void) memset(new_buf + old_len, ' ', grow); in _grow_field() 137 new_buf += old_len + grow; in _grow_field() 138 *new_buf++ = '\0'; in _grow_field()
|
/titanic_44/usr/src/common/net/wanboot/ |
H A D | boot_http.c | 2294 char **new_buf; in read_headerlines() local 2315 new_buf = in read_headerlines() 2317 if (new_buf == NULL) { in read_headerlines() 2321 c_id->resphdr = new_buf; in read_headerlines()
|
/titanic_44/usr/src/uts/common/io/1394/targets/scsa1394/ |
H A D | hba.c | 2656 void *new_buf; in scsa1394_kmem_realloc() local 2658 new_buf = kmem_zalloc(new_size * elsize, kf); in scsa1394_kmem_realloc() 2661 if (new_buf != NULL) { in scsa1394_kmem_realloc() 2662 bcopy(old_buf, new_buf, old_size * elsize); in scsa1394_kmem_realloc() 2667 return (new_buf); in scsa1394_kmem_realloc()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dumpsubr.c | 487 char *new_buf; in dumpbuf_resize() local 496 new_buf = kmem_alloc(new_size, KM_SLEEP); in dumpbuf_resize() 498 dumpbuf.start = new_buf; in dumpbuf_resize() 499 dumpbuf.end = new_buf + new_size; in dumpbuf_resize()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 165 char *new_buf; in demangle_symname() local 171 if ((new_buf = libld_malloc(new_bufsize)) == NULL) in demangle_symname() 173 buf = new_buf; in demangle_symname()
|