/titanic_50/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_buffers.c | 59 tlm_buffers_t *buffers = ndmp_malloc(sizeof (tlm_buffers_t)); in tlm_allocate_buffers() local 62 if (buffers == 0) in tlm_allocate_buffers() 66 buffers->tbs_buffer[buf].tb_buffer_data = in tlm_allocate_buffers() 68 if (buffers->tbs_buffer[buf].tb_buffer_data == 0) { in tlm_allocate_buffers() 73 free(buffers->tbs_buffer[i].tb_buffer_data); in tlm_allocate_buffers() 75 free(buffers); in tlm_allocate_buffers() 78 buffers->tbs_buffer[buf].tb_buffer_size = (write) in tlm_allocate_buffers() 80 buffers->tbs_buffer[buf].tb_full = FALSE; in tlm_allocate_buffers() 81 buffers->tbs_buffer[buf].tb_eof = FALSE; in tlm_allocate_buffers() 82 buffers->tbs_buffer[buf].tb_eot = FALSE; in tlm_allocate_buffers() [all …]
|
H A D | tlm_lib.c | 85 tlm_buffers_t *buffers, int zero) in tlm_get_write_buffer() argument 87 int buf = buffers->tbs_buffer_in; in tlm_get_write_buffer() 88 tlm_buffer_t *buffer = &buffers->tbs_buffer[buf]; in tlm_get_write_buffer() 117 tlm_buffer_release_in_buf(buffers); in tlm_get_write_buffer() 119 buffer = tlm_buffer_advance_in_idx(buffers); in tlm_get_write_buffer() 122 buffer = tlm_buffer_in_buf(buffers, NULL); in tlm_get_write_buffer() 128 tlm_buffer_out_buf_timed_wait(buffers, 500); in tlm_get_write_buffer() 131 buffer = tlm_buffer_in_buf(buffers, NULL); in tlm_get_write_buffer() 149 buffers->tbs_offset += *actual_size; in tlm_get_write_buffer() 163 tlm_buffers_t *buffers, int *actual_size) in tlm_get_read_buffer() argument [all …]
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | chrqueue.c | 77 } buffers; member 110 cq->buffers.head = NULL; in _new_GlCharQueue() 111 cq->buffers.tail = NULL; in _new_GlCharQueue() 235 if(cq->buffers.tail) in _glq_append_chars() 236 cq->buffers.tail->next = node; in _glq_append_chars() 238 cq->buffers.head = node; in _glq_append_chars() 239 cq->buffers.tail = node; in _glq_append_chars() 256 memcpy(cq->buffers.tail->bytes + boff, chars + ndone, nnew); in _glq_append_chars() 282 cq->buffers.head = cq->buffers.tail = NULL; in _glq_empty_queue() 297 return (cq && cq->buffers.head) ? (cq->ntotal - cq->nflush) : 0; in _glq_char_count() [all …]
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | recon.c | 804 { static char *buffers[3]; in full_name() local 821 buffers[l] = (char *) realloc(buffers[l], buflen); in full_name() 822 if (buffers[l] == 0) in full_name() 828 p = buffers[whichbuf]; in full_name()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_dump.c | 195 uchar_t buffers[2][DUMP_MAXWIDTH]; in mdb_dump_internal() local 305 buf = buffers[n]; in mdb_dump_internal()
|
/titanic_50/usr/src/cmd/lp/lib/oam/ |
H A D | Makefile | 48 buffers.o \
|
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | nfslogd.dfl | 41 # log buffers should be cycled.
|
/titanic_50/usr/src/psm/stand/bootblks/ufs/common/ |
H A D | ufs.fth | 357 : allocate-buffers ( -- ) 369 : release-buffers ( -- ) 460 allocate-buffers 469 release-buffers
|
/titanic_50/usr/src/lib/libunistat/common/sdbc/ |
H A D | sdbc.err | 59 ABUFS = Anonymous buffers currently allocated from sdbc
|
/titanic_50/usr/src/cmd/praudit/ |
H A D | print_audit.txt | 114 pointers to the start of input and output buffers and their lengths.
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | generic_copy.s | 944 ! of their buffers. We pull things out by adding %o3 (which is 946 ! the curent location in the buffers. By incrementing %o3 we walk 947 ! through both buffers without having to bump each buffer's
|
H A D | niagara_copy.s | 6650 ! of their buffers. We pull things out by adding %o3 (which is 6652 ! the curent location in the buffers. By incrementing %o3 we walk 6653 ! through both buffers without having to bump each buffer's
|
/titanic_50/usr/src/psm/stand/bootblks/hsfs/common/ |
H A D | hsfs.fth | 403 : release-buffers ( -- ) 501 release-buffers
|
/titanic_50/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 1558 : allocate-buffers ( -- ) 1576 \ zero instance buffers 1581 : release-buffers ( -- ) 1592 allocate-buffers 1610 release-buffers
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | README | 532 6594676 e1000g should free private dips while no rx buffers are held by upper layer 738 6909097 e1000g specifies incorrect flag when allocating tx DMA buffers
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | README | 532 6594676 e1000g should free private dips while no rx buffers are held by upper layer 738 6909097 e1000g specifies incorrect flag when allocating tx DMA buffers
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | rpcpdu.ndl | 265 * which can be found in one of the info buffers of the PAC.
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | CACHE_SPEC.txt | 193 ~_SD_RDBUF allocates buffers but does NOT pre-read;
|
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 227 static char *buffers; variable 621 buffers = malloc(NBUF * BLKSIZE); in main() 625 bp->blkaddr = buffers + (i * BLKSIZE); in main()
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 1292 rcvbuf_t buffers[IP_POOL_BUFFERS]; member
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_copy.s | 3519 ! of their buffers. We pull things out by adding %o3 (which is 3521 ! the curent location in the buffers. By incrementing %o3 we walk 3522 ! through both buffers without having to bump each buffer's
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_iocb.c | 1468 container = &pkt->buffers[0]; in ql_isp24xx_rcvbuf()
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1490 Disassembler: Added support to detect buffers that contain UUIDs and 1553 variable-length buffers based upon the protocol indicated by the field 1768 2) General cleanup of open files and allocated buffers. 2275 size of a couple of the debugger line buffers, and ensure that overflow 2722 while traversing corrupted or ill-formed resource template buffers. Check 3231 Implemented support for complex bit-packed buffers returned from the _PLD 3260 names. This simplifies access to the buffers returned by these predefined 3313 Disassembler: Add support to decode _PLD buffers. The decoded buffer 4170 buffers. 4493 package containing simple data types such as integers, buffers, strings. [all …]
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 1177 @ MSG_STATS_REL_CACHE " %s: buffers=%d, used=%lld/%lld (%d%%), \ 1179 @ MSG_STATS_REL_ACACHE " Aux: buffers=%d, used=%lld/%lld (%d%%), \
|
/titanic_50/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate64.m4 | 895 * So that we don't have to pre-allocate buffers for
|