Home
last modified time | relevance | path

Searched refs:big_buf (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c198 char big_buf[3 + (N_LINES * (N_CHARS - 1)) + (N_LINES * 2) + 1]; in print_mesg() local
268 bptr = big_buf; in print_mesg()
289 (void) fputs(big_buf, tf); in print_mesg()
/titanic_44/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1075 void *big_buf; local
1108 big_buf = NULL;
1114 &key, &big_buf, &big_len)) != 0)
1179 if (big_buf != NULL)
1180 __os_free(big_buf, big_len);
/titanic_44/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c2226 uint8_t *big_buf; in sbd_write_same_data() local
2265 big_buf = kmem_alloc(big_buf_size, KM_NOSLEEP | KM_NORMALPRI); in sbd_write_same_data()
2267 if (big_buf == NULL) { in sbd_write_same_data()
2273 big_buf = scmd->trans_data; in sbd_write_same_data()
2281 bcopy(scmd->trans_data, big_buf + off, xfer_size); in sbd_write_same_data()
2290 (uint64_t)xfer_size, big_buf); in sbd_write_same_data()
2296 if (big_buf != scmd->trans_data) in sbd_write_same_data()
2297 kmem_free(big_buf, big_buf_size); in sbd_write_same_data()